Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dhybrid_fwd_txfm.c65 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()
/external/libvpx/libvpx/vpx_dsp/
Dtxfm_common.h21 #define UNIT_QUANT_FACTOR (1 << UNIT_QUANT_SHIFT) macro
/external/libaom/libaom/aom_dsp/
Dtxfm_common.h23 #define UNIT_QUANT_FACTOR (1 << UNIT_QUANT_SHIFT) macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c630 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()