Searched refs:pred_pitch (Results 1 - 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
H A D | block.cpp | 84 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 D | avcenc_lib.h | 420 \param "pred_pitch" "Width of pred." 427 uint8 *pred, int pred_pitch, 456 int x_pos, int y_pos, uint8 *pred, int pred_pitch,
|
H A D | motion_comp.cpp | 123 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
|
H A D | slice.cpp | 228 video->pred_pitch = picPitch;
|
H A D | intra_est.cpp | 648 video->pred_pitch = 4;
|
/frameworks/av/media/libstagefright/codecs/avc/common/include/ |
H A D | avclib_common.h | 351 \param "pred_pitch" "Pitch for pred memory. 354 void copy_block(uint8 *pred, uint8 *cur, int width, int pred_pitch);
|
H A D | avcint_common.h | 620 int pred_pitch; /* either equal to 20 or to frame pitch */ member in struct:tagCommonObj
|
Completed in 71 milliseconds