HomeSort by relevance Sort by last modified time
    Searched refs:pred_width (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 140 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 = 16
    [all...]
get_pred_outside.cpp 249 int pred_width
297 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
324 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
352 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
389 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
421 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
452 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
480 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
509 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1);
mp4dec_lib.h 255 int pred_width

Completed in 42 milliseconds