Searched refs:WEDGE_WEIGHT_BITS (Results 1 – 7 of 7) sorted by relevance
26 #define WEDGE_WEIGHT_BITS 6 macro27 #define MAX_MASK_VALUE (1 << (WEDGE_WEIGHT_BITS))58 r[i] = ROUND_POWER_OF_TWO(R - 1, WEDGE_WEIGHT_BITS); in equiv_blend_residuals()69 const int32_t r = ROUND_POWER_OF_TWO(R - 1, WEDGE_WEIGHT_BITS); in equiv_sse_from_residuals()128 return ROUND_POWER_OF_TWO(acc, 2 * WEDGE_WEIGHT_BITS); in sse_from_residuals()252 limit *= (1 << WEDGE_WEIGHT_BITS) / 2; in TEST_P()307 limit *= (1 << WEDGE_WEIGHT_BITS) / 2; in TEST_P()
22 #define MAX_MASK_VALUE (1 << WEDGE_WEIGHT_BITS)62 return ROUND_POWER_OF_TWO(csse, 2 * WEDGE_WEIGHT_BITS); in av1_wedge_sse_from_residuals_c()
7624 (1 << WEDGE_WEIGHT_BITS) / 2; in pick_wedge()
22 #define MAX_MASK_VALUE (1 << WEDGE_WEIGHT_BITS)81 return ROUND_POWER_OF_TWO(csse, 2 * WEDGE_WEIGHT_BITS); in av1_wedge_sse_from_residuals_avx2()
21 #define MAX_MASK_VALUE (1 << WEDGE_WEIGHT_BITS)94 return ROUND_POWER_OF_TWO(csse, 2 * WEDGE_WEIGHT_BITS); in av1_wedge_sse_from_residuals_sse2()
468 (1 << WEDGE_WEIGHT_BITS) - msk; in init_wedge_master_masks()471 (1 << WEDGE_WEIGHT_BITS) - msk; in init_wedge_master_masks()478 (1 << WEDGE_WEIGHT_BITS) - mskx; in init_wedge_master_masks()
45 #define WEDGE_WEIGHT_BITS 6 macro