Searched refs:round1 (Results 1 – 5 of 5) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | mb_motion_comp.cpp | 152 int round1; in MBMotionComp() local 166 round1 = (int)(1 - video->currVop->roundingType); in MBMotionComp() 278 pred, width, (pred_width << 1) | round1); in MBMotionComp() 285 pred, width, height, round1, pred_width); in MBMotionComp() 313 pred, width, (pred_width << 1) | round1); in MBMotionComp() 320 pred, width, height, round1, pred_width); in MBMotionComp() 349 pred, width, (pred_width << 1) | round1); in MBMotionComp() 356 pred, width, height, round1, pred_width); in MBMotionComp() 386 pred, width, (pred_width << 1) | round1); in MBMotionComp() 393 pred, width, height, round1, pred_width); in MBMotionComp() [all …]
|
D | mp4dec_lib.h | 140 int round1 152 int round1 166 int round1, /* i */
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | motion_comp.cpp | 113 Int round1; in getMotionCompensatedMB() local 117 round1 = (Int)(1 - video->currVop->roundingType); in getMotionCompensatedMB() 144 pitch, round1); in getMotionCompensatedMB() 159 pitch_uv, (currVop->width) >> 1, height_uv, round1); in getMotionCompensatedMB() 169 pitch, round1); in getMotionCompensatedMB() 183 pitch_uv, (currVop->width) >> 1, height_uv, round1); in getMotionCompensatedMB() 207 Int round1 /* i */ in EncPrediction_INTER() argument 212 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); in EncPrediction_INTER() 217 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); in EncPrediction_INTER() 222 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); in EncPrediction_INTER() [all …]
|
D | mp4enc_lib.h | 103 Int width, Int round1); 106 Int width, Int round1); 109 UChar *cv_rec, Int pitch_uv, Int width_uv, Int height_uv, Int round1);
|
/external/tesseract/ccstruct/ |
D | coutln.cpp | 157 DIR128 round1 = iteration == 0 ? 32 : 0; in C_OUTLINE() local 176 set_step(destindex++, dir + round1); in C_OUTLINE()
|