Searched defs:round1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmb_motion_comp.cpp156 int round1; local
170 round1 = (int)(1 - video->currVop->roundingType);
261 round1, mvwidth, &xsum, &ysum);*/
287 pred, width, (pred_width << 1) | round1);
294 pred, width, height, round1, pred_width);
322 pred, width, (pred_width << 1) | round1);
329 pred, width, height, round1, pred_width);
358 pred, width, (pred_width << 1) | round1);
365 pred, width, height, round1, pred_width);
395 pred, width, (pred_width << 1) | round1);
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp112 Int round1; local
116 round1 = (Int)(1 - video->currVop->roundingType);
143 pitch, round1);
158 pitch_uv, (currVop->width) >> 1, height_uv, round1);
168 pitch, round1);
182 pitch_uv, (currVop->width) >> 1, height_uv, round1);
206 Int round1 /* i */
211 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
216 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
221 GetPredAdvBTable[ypred&1][xpred&1](c_prev, c_rec, lx, round1);
[all...]

Completed in 796 milliseconds