OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qrounding_factor
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_quantize.c
161
const int
qrounding_factor
= q == 0 ? 64 : 48;
local
169
quants->y_round[q][i] = (
qrounding_factor
* quant) >> 7;
178
quants->uv_round[q][i] = (
qrounding_factor
* quant) >> 7;
187
quants->a_round[q][i] = (
qrounding_factor
* quant) >> 7;
/external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c
258
const int
qrounding_factor
= q == 0 ? 64 : 48;
local
272
quants->y_round[q][i] = (
qrounding_factor
* quant) >> 7;
283
quants->uv_round[q][i] = (
qrounding_factor
* quant) >> 7;
Completed in 52 milliseconds