Home
last modified time | relevance | path

Searched refs:pred_pitch (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dblock.cpp84 int pred_pitch = video->pred_pitch; in dct_luma() local
116 pred += pred_pitch; in dct_luma()
121 pred -= (pred_pitch << 2); in dct_luma()
229 r1 = *(pred += pred_pitch) + (r1 >> 6); in dct_luma()
231 r2 = *(pred += pred_pitch) + (r2 >> 6); in dct_luma()
233 r3 = pred[pred_pitch] + (r3 >> 6); in dct_luma()
242 pred -= (pred_pitch << 1); in dct_luma()
250 *((uint32*)(cur += pitch)) = *((uint32*)(pred += pred_pitch)); in dct_luma()
251 *((uint32*)(cur += pitch)) = *((uint32*)(pred += pred_pitch)); in dct_luma()
252 *((uint32*)(cur += pitch)) = *((uint32*)(pred += pred_pitch)); in dct_luma()
[all …]
Davcenc_lib.h427 uint8 *pred, int pred_pitch,
456 int x_pos, int y_pos, uint8 *pred, int pred_pitch,
Dmotion_comp.cpp123 uint8 *pred, int pred_pitch, 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()
167 eHorzInterp2MC(&temp2[0][2], 21, pred, pred_pitch, blkwidth, blkheight, dx); 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()
Dslice.cpp228 video->pred_pitch = picPitch; in EncodeMB()
Dintra_est.cpp648 video->pred_pitch = 4; in mb_intra4x4_search()
/frameworks/av/media/libstagefright/codecs/avc/common/include/
Davclib_common.h354 void copy_block(uint8 *pred, uint8 *cur, int width, int pred_pitch);
Davcint_common.h620 int pred_pitch; /* either equal to 20 or to frame pitch */ member