Home
last modified time | relevance | path

Searched refs:blkwidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dmotion_comp.cpp124 int blkwidth, int blkheight) in eLumaMotionComp() argument
143 eFullPelMC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight); in eLumaMotionComp()
151 eHorzInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dx); in eLumaMotionComp()
158 eVertInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dy); in eLumaMotionComp()
165 eVertInterp2MC(ref, picpitch, &temp2[0][0], 21, blkwidth + 5, blkheight); in eLumaMotionComp()
167 eHorzInterp2MC(&temp2[0][2], 21, pred, pred_pitch, blkwidth, blkheight, dx); in eLumaMotionComp()
174 eHorzInterp3MC(ref, picpitch, &temp2[0][0], 21, blkwidth, blkheight + 5); in eLumaMotionComp()
175 eVertInterp3MC(&temp2[2][0], 21, pred, pred_pitch, blkwidth, blkheight, dy); in eLumaMotionComp()
184 eDiagonalInterpMC(ref2, ref, picpitch, pred, pred_pitch, blkwidth, blkheight); in eLumaMotionComp()
191 uint8 *out, int blkwidth, int blkheight) in eCreateAlign() argument
[all …]
Davcenc_lib.h428 int blkwidth, int blkheight);
431 int blkwidth, int blkheight);
434 int blkwidth, int blkheight, int dx);
437 int blkwidth, int blkheight, int dx);
440 int blkwidth, int blkheight);
443 int blkwidth, int blkheight, int dy);
446 int blkwidth, int blkheight);
449 int blkwidth, int blkheight, int dy);
453 int blkwidth, int blkheight);
457 int blkwidth, int blkheight);
[all …]