Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_idct.h31 #define UNIT_QUANT_FACTOR (1 << UNIT_QUANT_SHIFT) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c646 op[0] = a1 * UNIT_QUANT_FACTOR; in vp9_fwht4x4_c()
647 op[1] = c1 * UNIT_QUANT_FACTOR; in vp9_fwht4x4_c()
648 op[2] = d1 * UNIT_QUANT_FACTOR; in vp9_fwht4x4_c()
649 op[3] = b1 * UNIT_QUANT_FACTOR; in vp9_fwht4x4_c()