Home
last modified time | relevance | path

Searched refs:round1 (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmb_motion_comp.cpp152 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 …]
Dmp4dec_lib.h139 int round1
151 int round1
165 int round1, /* i */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_comp.cpp112 Int round1; in getMotionCompensatedMB() local
116 round1 = (Int)(1 - video->currVop->roundingType); in getMotionCompensatedMB()
143 pitch, round1); in getMotionCompensatedMB()
158 pitch_uv, (currVop->width) >> 1, height_uv, round1); in getMotionCompensatedMB()
168 pitch, round1); in getMotionCompensatedMB()
182 pitch_uv, (currVop->width) >> 1, height_uv, round1); in getMotionCompensatedMB()
206 Int round1 /* i */ in EncPrediction_INTER() argument
211 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); in EncPrediction_INTER()
216 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); in EncPrediction_INTER()
221 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1); in EncPrediction_INTER()
[all …]
Dmp4enc_lib.h103 Int width, Int round1);
106 Int width, Int round1);
109 UChar *cv_rec, Int pitch_uv, Int width_uv, Int height_uv, Int round1);