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.c329 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
333 rc->avg_frame_qindex[INTER_FRAME] = in vp9_rc_init()
338 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
655 : rc->last_q[INTER_FRAME] * rc->fac_active_worst_gf / 100; in calc_active_worst_quality_one_pass_vbr()
659 : rc->avg_frame_qindex[INTER_FRAME] * in calc_active_worst_quality_one_pass_vbr()
689 ? VPXMIN(rc->avg_frame_qindex[INTER_FRAME], in calc_active_worst_quality_one_pass_cbr()
691 : rc->avg_frame_qindex[INTER_FRAME]; in calc_active_worst_quality_one_pass_cbr()
781 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_cbr()
782 q = rc->avg_frame_qindex[INTER_FRAME]; in rc_pick_q_and_bounds_one_pass_cbr()
790 if (rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dvp9_svc_layercontext.c92 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
93 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
98 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
101 lrc->avg_frame_qindex[INTER_FRAME] = in vp9_init_layer_context()
770 cpi->common.frame_type = INTER_FRAME; in vp9_svc_start_frame()
Dvp9_firstpass.c484 cm->frame_type = INTER_FRAME; in set_first_pass_params()
1623 INTER_FRAME, q, in get_twopass_worst_quality()
1905 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.bit_depth); in calc_frame_boost()
1937 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.bit_depth); in calc_kf_frame_boost()
3083 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
3137 rc->last_q[INTER_FRAME] = tmp_q; in vp9_rc_get_second_pass_params()
3139 rc->avg_frame_qindex[INTER_FRAME] = tmp_q; in vp9_rc_get_second_pass_params()
3160 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
3174 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
Dvp9_rd.c81 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME][i], in fill_mode_costs()
Dvp9_temporal_filter.c655 q = ((int)vp9_convert_qindex_to_q(cpi->rc.avg_frame_qindex[INTER_FRAME], in adjust_arnr_filter()
/external/libvpx/libvpx/vp8/common/
Dvp8_loopfilter.c23 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 3; in lf_init_lut()
26 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 2; in lf_init_lut()
29 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 1; in lf_init_lut()
32 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 0; in lf_init_lut()
Dblockd.h60 typedef enum { KEY_FRAME = 0, INTER_FRAME = 1 } FRAME_TYPE; enumerator
Dmfqe.c262 if (frame_type == INTER_FRAME) { in vp8_multiframe_quality_enhance()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h36 INTER_FRAME = 1, enumerator
/external/libvpx/libvpx/vp8/encoder/
Dmr_dissim.c212 store_info->frame_type = INTER_FRAME; in vp8_store_drop_frame_info()
Dratectrl.c383 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()
889 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] in calc_pframe_target_size()
1494 (double)vp8_bits_per_mb[INTER_FRAME][cpi->worst_quality]; in vp8_drop_encodedframe_overshoot()
Dfirstpass.c990 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_max_q()
1086 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_cq()
1146 (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0)); in estimate_q()
1227 (double)vp8_bits_per_mb[INTER_FRAME][Q])); in estimate_kf_group_q()
1824 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
2010 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
Ddenoising.c683 int hev_index = lfi_n->hev_thr_lut[INTER_FRAME][filter_level]; in vp8_denoiser_denoise_mb()
Dbitstream.c1292 if (pc->frame_type == INTER_FRAME) in vp8_pack_bitstream()
Donyx_if.c4747 cm->frame_type = INTER_FRAME; in encode_frame_to_data_rate()
5067 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
5155 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c898 pc->frame_type = INTER_FRAME; in vp8_decode_frame()