Home
last modified time | relevance | path

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

12

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c367 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
371 rc->avg_frame_qindex[INTER_FRAME] = in vp9_rc_init()
376 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
576 cpi->rc.avg_frame_qindex[INTER_FRAME] = cpi->rc.worst_quality; in post_encode_drop_cbr()
596 lrc->avg_frame_qindex[INTER_FRAME] = cpi->rc.worst_quality; in post_encode_drop_cbr()
913 : rc->last_q[INTER_FRAME] * rc->fac_active_worst_gf / 100; in calc_active_worst_quality_one_pass_vbr()
917 : rc->avg_frame_qindex[INTER_FRAME] * in calc_active_worst_quality_one_pass_vbr()
948 ? VPXMIN(rc->avg_frame_qindex[INTER_FRAME], in calc_active_worst_quality_one_pass_cbr()
950 : rc->avg_frame_qindex[INTER_FRAME]; in calc_active_worst_quality_one_pass_cbr()
1044 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dvp9_svc_layercontext.c131 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
132 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
137 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
140 lrc->avg_frame_qindex[INTER_FRAME] = in vp9_init_layer_context()
1306 rc->avg_frame_qindex[INTER_FRAME] = in vp9_svc_adjust_avg_frame_qindex()
1307 VPXMAX(rc->avg_frame_qindex[INTER_FRAME], in vp9_svc_adjust_avg_frame_qindex()
1313 lrc->avg_frame_qindex[INTER_FRAME] = rc->avg_frame_qindex[INTER_FRAME]; in vp9_svc_adjust_avg_frame_qindex()
Dvp9_firstpass.c481 cm->frame_type = INTER_FRAME; in set_first_pass_params()
1589 INTER_FRAME, q, in get_twopass_worst_quality()
1926 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.bit_depth); in calc_kf_frame_boost()
2049 const int avg_inter_frame_qindex = cpi->rc.avg_frame_qindex[INTER_FRAME]; in calc_arf_boost()
2720 const int avg_inter_frame_qindex = rc->avg_frame_qindex[INTER_FRAME]; in define_gf_group()
2733 const int avg_inter_frame_qindex = rc->avg_frame_qindex[INTER_FRAME]; in define_gf_group()
3400 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
3446 rc->last_q[INTER_FRAME] = tmp_q; in vp9_rc_get_second_pass_params()
3448 rc->avg_frame_qindex[INTER_FRAME] = tmp_q; in vp9_rc_get_second_pass_params()
3466 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
Dvp9_aq_cyclicrefresh.c489 rc->avg_frame_qindex[INTER_FRAME] < qp_thresh || in vp9_cyclic_refresh_update_parameters()
494 (!cpi->use_svc && rc->avg_frame_qindex[INTER_FRAME] > qp_max_thresh && in vp9_cyclic_refresh_update_parameters()
Dvp9_rd.c107 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME][i], in fill_mode_costs()
Dvp9_temporal_filter.c1065 q = ((int)vp9_convert_qindex_to_q(cpi->rc.avg_frame_qindex[INTER_FRAME], in adjust_arnr_filter()
/external/libaom/libaom/av1/encoder/
Dratectrl.c288 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in av1_rc_init()
292 rc->avg_frame_qindex[INTER_FRAME] = in av1_rc_init()
297 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in av1_rc_init()
684 : rc->last_q[INTER_FRAME]; in calc_active_worst_quality_one_pass_vbr()
687 : rc->last_q[INTER_FRAME] * 2; in calc_active_worst_quality_one_pass_vbr()
715 ? AOMMIN(rc->avg_frame_qindex[INTER_FRAME], in calc_active_worst_quality_one_pass_cbr()
717 : rc->avg_frame_qindex[INTER_FRAME]; in calc_active_worst_quality_one_pass_cbr()
799 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_cbr()
800 q = rc->avg_frame_qindex[INTER_FRAME]; in rc_pick_q_and_bounds_one_pass_cbr()
808 if (rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dsvc_layercontext.c52 lrc->last_q[INTER_FRAME] = lrc->worst_quality; in av1_init_layer_context()
53 lrc->avg_frame_qindex[INTER_FRAME] = lrc->worst_quality; in av1_init_layer_context()
Daq_cyclicrefresh.c350 rc->avg_frame_qindex[INTER_FRAME] < qp_thresh || in av1_cyclic_refresh_update_parameters()
352 rc->avg_frame_qindex[INTER_FRAME] > qp_max_thresh) || in av1_cyclic_refresh_update_parameters()
Dencode_strategy.c399 cm->current_frame.frame_type = INTER_FRAME; in setup_arf_frame()
1153 frame_params.frame_type = INTER_FRAME; in av1_encode_strategy()
1178 frame_params.frame_type = INTER_FRAME; in av1_encode_strategy()
Dpass2_strategy.c503 const double lq = av1_convert_qindex_to_q(rc->avg_frame_qindex[INTER_FRAME], in calc_frame_boost()
535 const double lq = av1_convert_qindex_to_q(rc->avg_frame_qindex[INTER_FRAME], in calc_kf_frame_boost()
2445 rc->last_q[INTER_FRAME] = tmp_q; in process_first_pass_stats()
2447 rc->avg_frame_qindex[INTER_FRAME] = tmp_q; in process_first_pass_stats()
2526 frame_params->frame_type = INTER_FRAME; in av1_get_second_pass_params()
2560 frame_params->frame_type = INTER_FRAME; in av1_get_second_pass_params()
Dtpl_model.c847 frame_update_type == KF_UPDATE ? KEY_FRAME : INTER_FRAME; in init_gop_frames_for_tpl()
916 frame_params.frame_type = INTER_FRAME; in init_gop_frames_for_tpl()
1001 cm->current_frame.frame_type = INTER_FRAME; in av1_tpl_setup_stats()
Dtemporal_filter.c1029 (cpi->common.current_frame.frame_number > 1) ? INTER_FRAME in tf_do_filtering()
1155 (cpi->common.current_frame.frame_number > 1) ? INTER_FRAME : KEY_FRAME; in tf_estimate_strength()
Dvar_based_part.c371 int last_qindex = cpi->rc.last_q[INTER_FRAME]; in set_vbp_thresholds()
Dbitstream.c2494 if (cm->current_frame.frame_type == INTER_FRAME) in write_film_grain_params()
2959 current_frame->frame_type == INTER_FRAME || in write_uncompressed_header_obu()
2986 } else if (current_frame->frame_type == INTER_FRAME || in write_uncompressed_header_obu()
/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.h63 typedef enum { KEY_FRAME = 0, INTER_FRAME = 1 } FRAME_TYPE; enumerator
Dmfqe.c260 if (frame_type == INTER_FRAME) { in vp8_multiframe_quality_enhance()
/external/libvpx/libvpx/vp8/encoder/
Dmr_dissim.c212 store_info->frame_type = INTER_FRAME; in vp8_store_drop_frame_info()
Dratectrl.c387 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()
891 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] in calc_pframe_target_size()
1541 (double)vp8_bits_per_mb[INTER_FRAME][cpi->worst_quality]; in vp8_drop_encodedframe_overshoot()
Dfirstpass.c985 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_max_q()
1081 vp8_bits_per_mb[INTER_FRAME][Q] + overhead_bits_per_mb; in estimate_cq()
1140 (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0)); in estimate_q()
1221 (double)vp8_bits_per_mb[INTER_FRAME][Q])); in estimate_kf_group_q()
1816 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
2002 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
Ddenoising.c682 int hev_index = lfi_n->hev_thr_lut[INTER_FRAME][filter_level]; in vp8_denoiser_denoise_mb()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h36 INTER_FRAME = 1, enumerator
/external/libaom/libaom/av1/common/
Dblockd.h51 INTER_FRAME = 1, enumerator
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c908 pc->frame_type = INTER_FRAME; in vp8_decode_frame()

12