Searched refs:rnd1 (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/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 | 193 int rnd1; in GetPredAdvancedBy0x1() local 201 rnd1 = pred_width_rnd & 1; in GetPredAdvancedBy0x1() 213 if (rnd1 == 1) in GetPredAdvancedBy0x1() 284 if (rnd1 == 1) in GetPredAdvancedBy0x1() 363 if (rnd1 == 1) in GetPredAdvancedBy0x1() 439 if (rnd1 == 1) in GetPredAdvancedBy0x1() 522 int rnd1; in GetPredAdvancedBy1x0() local 530 rnd1 = pred_width_rnd & 1; in GetPredAdvancedBy1x0() 543 if (rnd1 == 1) in GetPredAdvancedBy1x0() 605 if (rnd1 == 1) in GetPredAdvancedBy1x0() [all …]
|
D | mp4dec_lib.h | 212 int rnd1 254 int rnd1,
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_comp.cpp | 38 Int width, Int height, Int rnd1); 51 Int rnd1 /* i */ 58 Int rnd1 /* i */ 65 Int rnd1 /* i */ 72 Int rnd1 /* i */ 453 Int rnd1 /* i */ in GetPredAdvBy0x1() argument 476 if (rnd1 == 1) in GetPredAdvBy0x1() 547 if (rnd1 == 1) in GetPredAdvBy0x1() 626 if (rnd1 == 1) in GetPredAdvBy0x1() 702 if (rnd1 == 1) in GetPredAdvBy0x1() [all …]
|