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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dblock.cpp84 int pred_pitch = video->pred_pitch; local
116 pred += pred_pitch;
121 pred -= (pred_pitch << 2);
229 r1 = *(pred += pred_pitch) + (r1 >> 6);
231 r2 = *(pred += pred_pitch) + (r2 >> 6);
233 r3 = pred[pred_pitch] + (r3 >> 6);
242 pred -= (pred_pitch << 1);
250 *((uint32*)(cur += pitch)) = *((uint32*)(pred += pred_pitch));
251 *((uint32*)(cur += pitch)) = *((uint32*)(pred += pred_pitch));
728 int pred_pitch = 16; local
[all...]
H A Dmotion_comp.cpp123 uint8 *pred, int pred_pitch,
143 eFullPelMC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight);
151 eHorzInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dx);
158 eVertInterp1MC(ref, picpitch, pred, pred_pitch, blkwidth, blkheight, dy);
167 eHorzInterp2MC(&temp2[0][2], 21, pred, pred_pitch, blkwidth, blkheight, dx);
175 eVertInterp3MC(&temp2[2][0], 21, pred, pred_pitch, blkwidth, blkheight, dy);
184 eDiagonalInterpMC(ref2, ref, picpitch, pred, pred_pitch, blkwidth, blkheight);
121 eLumaMotionComp(uint8 *ref, int picpitch, int picheight, int x_pos, int y_pos, uint8 *pred, int pred_pitch, int blkwidth, int blkheight) argument
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h620 int pred_pitch; /* either equal to 20 or to frame pitch */ member in struct:tagCommonObj

Completed in 81 milliseconds