OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_dc_quant
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_quant_common.h
23
int16_t
vp9_dc_quant
(int qindex, int delta);
vp9_quant_common.c
124
int16_t
vp9_dc_quant
(int qindex, int delta) {
function
/external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c
197
const int qzbin_factor = q == 0 ? 64 : (
vp9_dc_quant
(q, 0) < 148 ? 84 : 80);
202
const int quant = i == 0 ?
vp9_dc_quant
(q, cm->y_dc_delta_q)
212
const int quant = i == 0 ?
vp9_dc_quant
(q, cm->uv_dc_delta_q)
223
const int quant = i == 0 ?
vp9_dc_quant
(q, cm->a_dc_delta_q)
vp9_rdopt.c
165
const int q =
vp9_dc_quant
(qindex, 0);
180
q = (int)(pow(
vp9_dc_quant
(qindex, 0) / 4.0, RD_THRESH_POW) * 5.12);
[
all
...]
vp9_onyx_if.c
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c
[
all
...]
Completed in 400 milliseconds