Searched refs:INTER_FRAME (Results 1 - 25 of 31) sorted by relevance

12

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c421 : rc->last_q[INTER_FRAME];
424 : rc->last_q[INTER_FRAME] * 2;
450 rc->avg_frame_qindex[INTER_FRAME] * 5 / 4);
472 (int)((rc->worst_quality - rc->avg_frame_qindex[INTER_FRAME]) *
476 active_worst_quality = rc->avg_frame_qindex[INTER_FRAME] + adjustment;
534 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) {
535 q = rc->avg_frame_qindex[INTER_FRAME];
545 if (rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality)
546 active_best_quality = inter_minq[rc->avg_frame_qindex[INTER_FRAME]];
652 rc->avg_frame_qindex[INTER_FRAME] < active_worst_qualit
[all...]
H A Dvp9_svc_layercontext.c35 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
50 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q;
H A Dvp9_firstpass.c927 vp9_rc_bits_per_mb(INTER_FRAME, q, (err_correction_factor * speed_term));
1468 12 + ((int)vp9_convert_qindex_to_q(rc->last_q[INTER_FRAME]) >> 5);
1669 int q = rc->last_q[INTER_FRAME];
2193 cm->frame_type = INTER_FRAME;
2226 cm->frame_type = INTER_FRAME;
2267 cm->frame_type = INTER_FRAME;
2270 cm->frame_type = INTER_FRAME;
H A Dvp9_temporal_filter.c521 cpi->rc.avg_frame_qindex[INTER_FRAME]));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c270 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
274 rc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q +
279 rc->last_q[INTER_FRAME] = oxcf->best_allowed_q;
538 : rc->last_q[INTER_FRAME];
541 : rc->last_q[INTER_FRAME] * 2;
565 rc->avg_frame_qindex[INTER_FRAME] * 5 / 4);
587 (int)((rc->worst_quality - rc->avg_frame_qindex[INTER_FRAME]) *
591 active_worst_quality = rc->avg_frame_qindex[INTER_FRAME] + adjustment;
651 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) {
652 q = rc->avg_frame_qindex[INTER_FRAME];
[all...]
H A Dvp9_svc_layercontext.c57 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q;
58 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q;
62 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q;
65 lrc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q +
H A Dvp9_firstpass.c385 cm->frame_type = INTER_FRAME;
989 const int bits_per_mb = vp9_rc_bits_per_mb(INTER_FRAME, q,
1621 12 + ((int)vp9_convert_qindex_to_q(rc->last_q[INTER_FRAME],
1746 int q = rc->last_q[INTER_FRAME];
2208 cm->frame_type = INTER_FRAME;
2252 cm->frame_type = INTER_FRAME;
2264 cm->frame_type = INTER_FRAME;
H A Dvp9_rd.c67 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME],
H A Dvp9_temporal_filter.c392 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.bit_depth));
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dblockd.h71 INTER_FRAME = 1 enumerator in enum:__anon13043
H A Dloopfilter.c28 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 3;
33 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 2;
38 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 1;
43 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 0;
H A Dmfqe.c307 if (frame_type == INTER_FRAME) totmap = qualify_inter_mb(mode_info_context, map);
/external/libvpx/libvpx/vp8/common/
H A Dblockd.h71 INTER_FRAME = 1 enumerator in enum:__anon24834
H A Dloopfilter.c28 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 3;
33 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 2;
38 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 1;
43 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 0;
H A Dmfqe.c307 if (frame_type == INTER_FRAME) totmap = qualify_inter_mb(mode_info_context, map);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c233 /* Set frame_type to be INTER_FRAME since we won't drop key frame. */
234 store_info->frame_type = INTER_FRAME;
H A Dfirstpass.c1053 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb;
1156 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb;
1220 (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0 ) );
1301 (double)vp8_bits_per_mb[INTER_FRAME][Q]) );
1959 ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
2153 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
H A Dratectrl.c442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
973 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
H A Ddenoising.c697 int hev_index = lfi_n->hev_thr_lut[INTER_FRAME][filter_level];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.h61 INTER_FRAME = 1, enumerator in enum:__anon13102
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c232 /* Set frame_type to be INTER_FRAME since we won't drop key frame. */
233 store_info->frame_type = INTER_FRAME;
H A Dfirstpass.c1053 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb;
1156 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb;
1220 (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0 ) );
1301 (double)vp8_bits_per_mb[INTER_FRAME][Q]) );
1959 ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
2153 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
H A Dratectrl.c442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
973 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_blockd.h60 INTER_FRAME = 1, enumerator in enum:__anon24892
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c1011 pc->frame_type = INTER_FRAME;

Completed in 2281 milliseconds

12