Searched refs:UNIT_QUANT_FACTOR (Results 1 – 2 of 2) sorted by relevance
21 #define UNIT_QUANT_FACTOR (1 << UNIT_QUANT_SHIFT) macro
750 op[0] = (tran_low_t)(a1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()751 op[1] = (tran_low_t)(c1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()752 op[2] = (tran_low_t)(d1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()753 op[3] = (tran_low_t)(b1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()