Searched refs:use_high_bit_depth (Results 1 – 4 of 4) sorted by relevance
172 bool use_high_bit_depth, in subpel_avg_variance_ref() argument185 if (!use_high_bit_depth) { in subpel_avg_variance_ref()221 int l2h, int xoff, int yoff, uint32_t *sse_ptr, bool use_high_bit_depth, in dist_wtd_subpel_avg_variance_ref() argument234 if (!use_high_bit_depth) { in dist_wtd_subpel_avg_variance_ref()379 use_high_bit_depth = (bit_depth_value > 0); in TestParams()380 if (use_high_bit_depth) { in TestParams()396 bool use_high_bit_depth; member417 use_high_bit_depth() ? sizeof(uint16_t) : sizeof(uint8_t); in SetUp()422 if (use_high_bit_depth()) { in SetUp()430 if (use_high_bit_depth()) { in TearDown()[all …]
157 bool use_high_bit_depth, in subpel_avg_variance_ref() argument170 if (!use_high_bit_depth) { in subpel_avg_variance_ref()259 use_high_bit_depth = (bit_depth_value > 0); in TestParams()260 if (use_high_bit_depth) { in TestParams()276 bool use_high_bit_depth; member297 use_high_bit_depth() ? sizeof(uint16_t) : sizeof(uint8_t); in SetUp()303 if (use_high_bit_depth()) { in SetUp()313 if (use_high_bit_depth()) { in TearDown()353 bool use_high_bit_depth() const { return params_.use_high_bit_depth; } in use_high_bit_depth() function in __anon1951444d0111::MainTestClass367 if (!use_high_bit_depth()) { in ZeroTest()[all …]
807 int use_high_bit_depth) { in copy_rect() argument808 int hbd_coeff = use_high_bit_depth ? 2 : 1; in copy_rect()830 int use_high_bit_depth) { in extend_even() argument832 if (use_high_bit_depth) { in extend_even()921 int use_high_bit_depth = 0; in av1_add_film_grain() local929 use_high_bit_depth = 0; in av1_add_film_grain()934 use_high_bit_depth = 1; in av1_add_film_grain()940 use_high_bit_depth = 0; in av1_add_film_grain()945 use_high_bit_depth = 1; in av1_add_film_grain()950 use_high_bit_depth = 0; in av1_add_film_grain()[all …]
172 int use_high_bit_depth, int chroma_subsamp_y,