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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 144 int height, width, pred_width; local
271 pred_width = 16;
276 pred_width = width;
287 pred, width, (pred_width << 1) | round1);
294 pred, width, height, round1, pred_width);
307 pred_width = 16;
312 pred_width = width;
322 pred, width, (pred_width << 1) | round1);
329 pred, width, height, round1, pred_width);
343 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
  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 402 int pred_width = AOMMIN(this_width / 2, 32); local
403 xd->mb_to_right_edge += (this_width - pred_width) * 8;
415 xd->mb_to_right_edge -= (this_width - pred_width) * 8;
  /external/libaom/libaom/av1/decoder/
decodeframe.c 990 int pred_width = AOMMIN(this_width \/ 2, 32); local
    [all...]

Completed in 251 milliseconds