Searched refs:UNIT_QUANT_FACTOR (Results 1 – 4 of 4) sorted by relevance
65 op[0] = (tran_low_t)(a1 * UNIT_QUANT_FACTOR); in av1_fwht4x4_c()66 op[1] = (tran_low_t)(c1 * UNIT_QUANT_FACTOR); in av1_fwht4x4_c()67 op[2] = (tran_low_t)(d1 * UNIT_QUANT_FACTOR); in av1_fwht4x4_c()68 op[3] = (tran_low_t)(b1 * UNIT_QUANT_FACTOR); in av1_fwht4x4_c()
21 #define UNIT_QUANT_FACTOR (1 << UNIT_QUANT_SHIFT) macro
23 #define UNIT_QUANT_FACTOR (1 << UNIT_QUANT_SHIFT) macro
630 op[0] = (tran_low_t)(a1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()631 op[1] = (tran_low_t)(c1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()632 op[2] = (tran_low_t)(d1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()633 op[3] = (tran_low_t)(b1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()