Home
last modified time | relevance | path

Searched refs:INTER_FRAME (Results 1 – 16 of 16) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c193 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
197 rc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q + in vp9_rc_init()
202 rc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_rc_init()
449 : rc->last_q[INTER_FRAME]; in calc_active_worst_quality_one_pass_vbr()
452 : rc->last_q[INTER_FRAME] * 2; in calc_active_worst_quality_one_pass_vbr()
476 rc->avg_frame_qindex[INTER_FRAME] * 5 / 4); in calc_active_worst_quality_one_pass_cbr()
498 (int)((rc->worst_quality - rc->avg_frame_qindex[INTER_FRAME]) * in calc_active_worst_quality_one_pass_cbr()
502 active_worst_quality = rc->avg_frame_qindex[INTER_FRAME] + adjustment; in calc_active_worst_quality_one_pass_cbr()
557 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_cbr()
558 q = rc->avg_frame_qindex[INTER_FRAME]; in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dvp9_svc_layercontext.c55 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
56 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
60 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
63 lrc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q + in vp9_init_layer_context()
Dvp9_firstpass.c393 cm->frame_type = INTER_FRAME; in set_first_pass_params()
977 const int bits_per_mb = vp9_rc_bits_per_mb(INTER_FRAME, q, in get_twopass_worst_quality()
1584 12 + ((int)vp9_convert_qindex_to_q(rc->last_q[INTER_FRAME]) >> 5); in define_gf_group()
1711 int q = rc->last_q[INTER_FRAME]; in define_gf_group()
2155 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
2205 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
2215 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
Dvp9_temporal_filter.c386 cpi->rc.avg_frame_qindex[INTER_FRAME])); in adjust_arnr_filter()
Dvp9_rd.c67 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME], in fill_mode_costs()
/external/libvpx/libvpx/vp8/common/
Dloopfilter.c28 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 3; in lf_init_lut()
33 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 2; in lf_init_lut()
38 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 1; in lf_init_lut()
43 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 0; in lf_init_lut()
Dblockd.h71 INTER_FRAME = 1 enumerator
Dmfqe.c307 if (frame_type == INTER_FRAME) totmap = qualify_inter_mb(mode_info_context, map); in vp8_multiframe_quality_enhance()
/external/libvpx/libvpx/vp8/encoder/
Dmr_dissim.c234 store_info->frame_type = INTER_FRAME; in vp8_store_drop_frame_info()
Dfirstpass.c1053 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_max_q()
1156 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_cq()
1220 (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0 ) ); in estimate_q()
1301 (double)vp8_bits_per_mb[INTER_FRAME][Q]) ); in estimate_kf_group_q()
1959 ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
2153 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
Dratectrl.c442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()
973 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_pframe_target_size()
Ddenoising.c631 int hev_index = lfi_n->hev_thr_lut[INTER_FRAME][filter_level]; in vp8_denoiser_denoise_mb()
Donyx_if.c4802 cm->frame_type = INTER_FRAME; in encode_frame_to_data_rate()
5143 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
5244 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
Dbitstream.c1531 if (pc->frame_type == INTER_FRAME) in vp8_pack_bitstream()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h60 INTER_FRAME = 1, enumerator
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c1011 pc->frame_type = INTER_FRAME; in vp8_decode_frame()