Home
last modified time | relevance | path

Searched refs:UNIT_QUANT_FACTOR (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dtxfm_common.h21 #define UNIT_QUANT_FACTOR (1 << UNIT_QUANT_SHIFT) macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c733 op[0] = (tran_low_t)(a1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()
734 op[1] = (tran_low_t)(c1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()
735 op[2] = (tran_low_t)(d1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()
736 op[3] = (tran_low_t)(b1 * UNIT_QUANT_FACTOR); in vp9_fwht4x4_c()