Searched defs:inpitch (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp268 void eHorzInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, argument
282 ref_offset = inpitch - blkwidth;
355 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
489 p_ref += ref_offset; /* ref_offset = inpitch-blkwidth; */
558 void eHorzInterp2MC(int *in, int inpitch, uint8 *out, int outpitch, argument
570 ref_offset = inpitch - blkwidth;
717 void eHorzInterp3MC(uint8 *in, int inpitch, int *out, int outpitch, argument
728 ref_offset = inpitch - blkwidth;
781 void eVertInterp1MC(uint8 *in, int inpitch, uint8 *out, int outpitch, argument
793 eCreateAlign(in, inpitch,
1083 eVertInterp2MC(uint8 *in, int inpitch, int *out, int outpitch, int blkwidth, int blkheight) argument
1148 eVertInterp3MC(int *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight, int dy) argument
1306 eDiagonalInterpMC(uint8 *in1, uint8 *in2, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight) argument
1649 eFullPelMC(uint8 *in, int inpitch, uint8 *out, int outpitch, int blkwidth, int blkheight) argument
[all...]

Completed in 45 milliseconds