Searched refs:pred_width (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | mb_motion_comp.cpp | 144 int height, width, pred_width; in MBMotionComp() local 271 pred_width = 16; in MBMotionComp() 276 pred_width = width; in MBMotionComp() 287 pred, width, (pred_width << 1) | round1); in MBMotionComp() 294 pred, width, height, round1, pred_width); in MBMotionComp() 307 pred_width = 16; in MBMotionComp() 312 pred_width = width; in MBMotionComp() 322 pred, width, (pred_width << 1) | round1); in MBMotionComp() 329 pred, width, height, round1, pred_width); in MBMotionComp() 343 pred_width = 16; in MBMotionComp() [all …]
|
D | get_pred_outside.cpp | 249 int pred_width in GetPredOutside() argument 297 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside() 324 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside() 352 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside() 389 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside() 421 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside() 452 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside() 480 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside() 509 GetPredAdvBTable[ypos&1][xpos&1](ptr, pred_block, 16, (pred_width << 1) | rnd1); in GetPredOutside()
|
D | mp4dec_lib.h | 255 int pred_width
|