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.c309 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
313 rc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q + in vp9_rc_init()
318 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
614 : rc->last_q[INTER_FRAME]; in calc_active_worst_quality_one_pass_vbr()
617 : rc->last_q[INTER_FRAME] * 2; in calc_active_worst_quality_one_pass_vbr()
647 MIN(rc->avg_frame_qindex[INTER_FRAME], rc->avg_frame_qindex[KEY_FRAME]) : in calc_active_worst_quality_one_pass_cbr()
648 rc->avg_frame_qindex[INTER_FRAME]; in calc_active_worst_quality_one_pass_cbr()
732 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_cbr()
733 q = rc->avg_frame_qindex[INTER_FRAME]; in rc_pick_q_and_bounds_one_pass_cbr()
741 if (rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dvp9_svc_layercontext.c75 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
76 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
81 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
84 lrc->avg_frame_qindex[INTER_FRAME] = (oxcf->worst_allowed_q + in vp9_init_layer_context()
601 cpi->common.frame_type = INTER_FRAME; in vp9_svc_start_frame()
Dvp9_firstpass.c486 cm->frame_type = INTER_FRAME; in set_first_pass_params()
1217 vp9_rc_bits_per_mb(INTER_FRAME, q, in get_twopass_worst_quality()
1484 vp9_convert_qindex_to_q(cpi->rc.avg_frame_qindex[INTER_FRAME], in calc_frame_boost()
2611 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
2659 rc->last_q[INTER_FRAME] = tmp_q; in vp9_rc_get_second_pass_params()
2661 rc->avg_frame_qindex[INTER_FRAME] = tmp_q; in vp9_rc_get_second_pass_params()
2683 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
2697 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
Dvp9_rd.c80 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME], in fill_mode_costs()
Dvp9_temporal_filter.c620 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.bit_depth)); in adjust_arnr_filter()
/external/libvpx/libvpx/vp8/common/
Dvp8_loopfilter.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.c308 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.c1054 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_max_q()
1157 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_cq()
1221 (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0 ) ); in estimate_q()
1302 (double)vp8_bits_per_mb[INTER_FRAME][Q]) ); in estimate_kf_group_q()
1961 ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
2155 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()
979 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_pframe_target_size()
Ddenoising.c704 int hev_index = lfi_n->hev_thr_lut[INTER_FRAME][filter_level]; in vp8_denoiser_denoise_mb()
Dbitstream.c1531 if (pc->frame_type == INTER_FRAME) in vp8_pack_bitstream()
Donyx_if.c5168 cm->frame_type = INTER_FRAME; in encode_frame_to_data_rate()
5532 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
5633 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h36 INTER_FRAME = 1, enumerator
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c1013 pc->frame_type = INTER_FRAME; in vp8_decode_frame()