Lines Matching defs:bitdepth_max

81                         const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff;  in check_mc()  local
83 const int bitdepth_max = 0xff; in check_mc() local
114 static void generate_mct_input(pixel *const buf, const int bitdepth_max) { in generate_mct_input()
144 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_mct() local
146 const int bitdepth_max = 0xff; in check_mct() local
176 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_mc_scaled() local
178 const int bitdepth_max = 0xff; in check_mc_scaled() local
233 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_mct_scaled() local
235 const int bitdepth_max = 0xff; in check_mct_scaled() local
279 int16_t (*const tmp)[128 * 128], const int bitdepth_max) in init_tmp()
302 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_avg() local
337 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_w_avg() local
339 const int bitdepth_max = 0xff; in check_w_avg() local
375 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_mask() local
419 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_w_mask() local
421 const int bitdepth_max = 0xff; in check_w_mask() local
460 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_blend() local
500 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_blend_v() local
539 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_blend_h() local
581 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_warp8x8() local
583 const int bitdepth_max = 0xff; in check_warp8x8() local
621 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_warp8x8t() local
623 const int bitdepth_max = 0xff; in check_warp8x8t() local
739 const int bitdepth_max = rnd() & 1 ? 0x3ff : 0xfff; in check_resize() local