Searched refs:rnd1 (Results 1 – 4 of 4) sorted by relevance
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
D | get_pred_outside.cpp | 248 int rnd1, /* i */ 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 | get_pred_adv_b_add.cpp | 194 int rnd1; in GetPredAdvancedBy0x1() local 202 rnd1 = pred_width_rnd & 1; in GetPredAdvancedBy0x1() 214 if (rnd1 == 1) in GetPredAdvancedBy0x1() 285 if (rnd1 == 1) in GetPredAdvancedBy0x1() 364 if (rnd1 == 1) in GetPredAdvancedBy0x1() 440 if (rnd1 == 1) in GetPredAdvancedBy0x1() 523 int rnd1; in GetPredAdvancedBy1x0() local 531 rnd1 = pred_width_rnd & 1; in GetPredAdvancedBy1x0() 544 if (rnd1 == 1) in GetPredAdvancedBy1x0() 606 if (rnd1 == 1) in GetPredAdvancedBy1x0() [all …]
|
D | mp4dec_lib.h | 213 int rnd1 255 int rnd1,
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | motion_comp.cpp | 39 Int width, Int height, Int rnd1); 52 Int rnd1 /* i */ 59 Int rnd1 /* i */ 66 Int rnd1 /* i */ 73 Int rnd1 /* i */ 454 Int rnd1 /* i */ in GetPredAdvBy0x1() argument 477 if (rnd1 == 1) in GetPredAdvBy0x1() 548 if (rnd1 == 1) in GetPredAdvBy0x1() 627 if (rnd1 == 1) in GetPredAdvBy0x1() 703 if (rnd1 == 1) in GetPredAdvBy0x1() [all …]
|