H A D | motion_comp.cpp | 48 uint32 x_pos, y_pos; local 94 y_pos = (offset_y << 2) + *mv; /*quarter pel */ 99 eLumaMotionComp(ref_l, picPitch, picHeight, x_pos, y_pos, 104 eChromaMotionComp(ref_Cb, picWidth >> 1, picHeight >> 1, x_pos, y_pos, 107 eChromaMotionComp(ref_Cr, picWidth >> 1, picHeight >> 1, x_pos, y_pos, 122 int x_pos, int y_pos, 133 dy = y_pos & 3; 135 y_pos = y_pos >> 2; 141 ref += y_pos * picpitc 121 eLumaMotionComp(uint8 *ref, int picpitch, int picheight, int x_pos, int y_pos, uint8 *pred, int pred_pitch, int blkwidth, int blkheight) argument 190 eCreateAlign(uint8 *ref, int picpitch, int y_pos, uint8 *out, int blkwidth, int blkheight) argument 1697 ePadChroma(uint8 *ref, int picwidth, int picheight, int picpitch, int x_pos, int y_pos) argument 1805 eChromaMotionComp(uint8 *ref, int picwidth, int picheight, int x_pos, int y_pos, uint8 *pred, int picpitch, int blkwidth, int blkheight) argument [all...] |