OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNIT_QUANT_FACTOR
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
txfm_common.h
21
#define
UNIT_QUANT_FACTOR
(1 << UNIT_QUANT_SHIFT)
/external/libvpx/libvpx/vp9/encoder/
vp9_dct.c
733
op[0] = (tran_low_t)(a1 *
UNIT_QUANT_FACTOR
);
734
op[1] = (tran_low_t)(c1 *
UNIT_QUANT_FACTOR
);
735
op[2] = (tran_low_t)(d1 *
UNIT_QUANT_FACTOR
);
736
op[3] = (tran_low_t)(b1 *
UNIT_QUANT_FACTOR
);
Completed in 600 milliseconds