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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmb_motion_comp.cpp140 int height, width, pred_width; local
262 pred_width = 16;
267 pred_width = width;
278 pred, width, (pred_width << 1) | round1);
285 pred, width, height, round1, pred_width);
298 pred_width = 16;
303 pred_width = width;
313 pred, width, (pred_width << 1) | round1);
320 pred, width, height, round1, pred_width);
334 pred_width
[all...]

Completed in 629 milliseconds