OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qrounding_factors
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
quantize.c
318
static const int
qrounding_factors
[129] =
variable
451
cpi->Y1round[Q][0] = (
qrounding_factors
[Q] * quant_val) >> 7;
469
cpi->UVround[Q][0] = (
qrounding_factors
[Q] * quant_val) >> 7;
479
cpi->Y1round[Q][1] = (
qrounding_factors
[Q] * quant_val) >> 7;
497
cpi->UVround[Q][1] = (
qrounding_factors
[Q] * quant_val) >> 7;
544
cpi->Y1round[Q][0] = (
qrounding_factors
[Q] * quant_val) >> 7;
558
cpi->UVround[Q][0] = (
qrounding_factors
[Q] * quant_val) >> 7;
570
cpi->Y1round[Q][rc] = (
qrounding_factors
[Q] * quant_val) >> 7;
584
cpi->UVround[Q][rc] = (
qrounding_factors
[Q] * quant_val) >> 7;
onyx_if.c
139
extern const int
qrounding_factors
[129];
[
all
...]
Completed in 31 milliseconds