Searched refs:pred_width (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/src/ |
H A D | mb_motion_comp.cpp | 263 pred_width = 16; in MBMotionComp() 268 pred_width = width; in MBMotionComp() 299 pred_width = 16; in MBMotionComp() 304 pred_width = width; in MBMotionComp() 335 pred_width = 16; in MBMotionComp() 340 pred_width = width; in MBMotionComp() 372 pred_width = 16; in MBMotionComp() 377 pred_width = width; in MBMotionComp() 443 pred_width = 16; in MBMotionComp() 458 pred_width = 16; in MBMotionComp() [all …]
|
H A 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()
|
H A D | mp4dec_lib.h | 224 int pred_width
|