OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qzbin_factors
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
vp8_quantize.c
132
static const int
qzbin_factors
[129] = {
variable
196
cpi->Y1zbin[Q][0] = ((
qzbin_factors
[Q] * quant_val) + 64) >> 7;
214
cpi->UVzbin[Q][0] = ((
qzbin_factors
[Q] * quant_val) + 64) >> 7;
224
cpi->Y1zbin[Q][1] = ((
qzbin_factors
[Q] * quant_val) + 64) >> 7;
242
cpi->UVzbin[Q][1] = ((
qzbin_factors
[Q] * quant_val) + 64) >> 7;
onyx_if.c
131
extern const int
qzbin_factors
[129];
[
all
...]
Completed in 238 milliseconds