Searched refs:worst_allowed_q (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c41 lrc->ni_av_qi = oxcf->worst_allowed_q;
57 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q;
58 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
63 lrc->avg_frame_qindex[KEY_FRAME] = (oxcf->worst_allowed_q +
65 lrc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q +
316 cpi->oxcf.worst_allowed_q = vp9_quantizer_to_qindex(lc->max_q);
H A Dvp9_encoder.h158 int worst_allowed_q; member in struct:VP9EncoderConfig
226 return cfg->best_allowed_q == 0 && cfg->worst_allowed_q == 0;
H A Dvp9_ratectrl.c269 rc->avg_frame_qindex[KEY_FRAME] = oxcf->worst_allowed_q;
270 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
272 rc->avg_frame_qindex[KEY_FRAME] = (oxcf->worst_allowed_q +
274 rc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q +
302 rc->ni_av_qi = oxcf->worst_allowed_q;
307 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q, oxcf->bit_depth);
H A Dvp9_encoder.c656 rc->worst_quality = cpi->oxcf.worst_allowed_q;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c35 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
36 lrc->ni_av_qi = oxcf->worst_allowed_q;
50 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q;
H A Dvp9_ratectrl.c187 rc->avg_frame_qindex[0] = oxcf->worst_allowed_q;
188 rc->avg_frame_qindex[1] = oxcf->worst_allowed_q;
189 rc->avg_frame_qindex[2] = oxcf->worst_allowed_q;
191 rc->avg_frame_qindex[0] = (oxcf->worst_allowed_q +
193 rc->avg_frame_qindex[1] = (oxcf->worst_allowed_q +
195 rc->avg_frame_qindex[2] = (oxcf->worst_allowed_q +
223 rc->ni_av_qi = oxcf->worst_allowed_q;
228 rc->avg_q = vp9_convert_qindex_to_q(oxcf->worst_allowed_q);
H A Dvp9_onyx_int.h228 int worst_allowed_q; member in struct:VP9_CONFIG
H A Dvp9_onyx_if.c835 cpi->oxcf.worst_allowed_q = 0;
897 rc->worst_quality = cpi->oxcf.worst_allowed_q;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h181 int worst_allowed_q; member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h170 int worst_allowed_q; member in struct:__anon24854
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c343 lc->active_worst_quality = cpi->oxcf.worst_allowed_q;
345 lc->avg_frame_qindex = cpi->oxcf.worst_allowed_q;
1384 cpi->active_worst_quality = cpi->oxcf.worst_allowed_q;
1386 cpi->avg_frame_qindex = cpi->oxcf.worst_allowed_q;
1569 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q];
1575 if (oxcf->worst_allowed_q < 0)
1578 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q];
1670 cpi->worst_quality = cpi->oxcf.worst_allowed_q;
1674 if (cpi->active_worst_quality > cpi->oxcf.worst_allowed_q)
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c340 lc->active_worst_quality = cpi->oxcf.worst_allowed_q;
342 lc->avg_frame_qindex = cpi->oxcf.worst_allowed_q;
1352 cpi->active_worst_quality = cpi->oxcf.worst_allowed_q;
1354 cpi->avg_frame_qindex = cpi->oxcf.worst_allowed_q;
1537 cpi->oxcf.worst_allowed_q = q_trans[oxcf->worst_allowed_q];
1543 if (oxcf->worst_allowed_q < 0)
1546 cpi->oxcf.fixed_q = q_trans[oxcf->worst_allowed_q];
1638 cpi->worst_quality = cpi->oxcf.worst_allowed_q;
1642 if (cpi->active_worst_quality > cpi->oxcf.worst_allowed_q)
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c334 oxcf->worst_allowed_q = cfg.rc_max_quantizer;
416 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c364 oxcf->worst_allowed_q =
465 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c344 oxcf->worst_allowed_q = cfg.rc_max_quantizer;
426 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c328 oxcf->worst_allowed_q = q_trans[cfg->rc_max_quantizer];
411 printf("worst_allowed_q: %d\n", oxcf->worst_allowed_q);

Completed in 5915 milliseconds