Home
last modified time | relevance | path

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

12

/external/libaom/libaom/av1/encoder/
Dratectrl.c262 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in av1_rc_init()
266 rc->avg_frame_qindex[INTER_FRAME] = in av1_rc_init()
271 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in av1_rc_init()
630 : rc->last_q[INTER_FRAME]; in calc_active_worst_quality_one_pass_vbr()
633 : rc->last_q[INTER_FRAME] * 2; in calc_active_worst_quality_one_pass_vbr()
661 ? AOMMIN(rc->avg_frame_qindex[INTER_FRAME], in calc_active_worst_quality_one_pass_cbr()
663 : rc->avg_frame_qindex[INTER_FRAME]; in calc_active_worst_quality_one_pass_cbr()
744 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_cbr()
745 q = rc->avg_frame_qindex[INTER_FRAME]; in rc_pick_q_and_bounds_one_pass_cbr()
753 if (rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dpass2_strategy.c230 target_norm_bits_per_mb, cpi->common.seq_params.bit_depth, INTER_FRAME, in get_twopass_worst_quality()
380 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.seq_params.bit_depth); in calc_frame_boost()
1523 frame_params->frame_type = INTER_FRAME; in av1_get_second_pass_params()
1558 rc->last_q[INTER_FRAME] = tmp_q; in av1_get_second_pass_params()
1560 rc->avg_frame_qindex[INTER_FRAME] = tmp_q; in av1_get_second_pass_params()
1583 frame_params->frame_type = INTER_FRAME; in av1_get_second_pass_params()
Dencode_strategy.c1045 frame_params.frame_type = INTER_FRAME; in av1_encode_strategy()
1087 frame_params.frame_type = INTER_FRAME; in av1_encode_strategy()
Daq_cyclicrefresh.c371 rc->avg_frame_qindex[INTER_FRAME] < qp_thresh) { in av1_cyclic_refresh_update_parameters()
Dbitstream.c2465 if (cm->current_frame.frame_type == INTER_FRAME) in write_film_grain_params()
2928 current_frame->frame_type == INTER_FRAME || in write_uncompressed_header_obu()
2955 } else if (current_frame->frame_type == INTER_FRAME || in write_uncompressed_header_obu()
Dtemporal_filter.c1185 q = ((int)av1_convert_qindex_to_q(cpi->rc.avg_frame_qindex[INTER_FRAME], in adjust_arnr_filter()
Dencoder.c4163 if (current_frame->frame_type != INTER_FRAME) in finalize_encoded_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c366 rc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
370 rc->avg_frame_qindex[INTER_FRAME] = in vp9_rc_init()
375 rc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_rc_init()
570 cpi->rc.avg_frame_qindex[INTER_FRAME] = cpi->rc.worst_quality; in post_encode_drop_cbr()
590 lrc->avg_frame_qindex[INTER_FRAME] = cpi->rc.worst_quality; in post_encode_drop_cbr()
902 : rc->last_q[INTER_FRAME] * rc->fac_active_worst_gf / 100; in calc_active_worst_quality_one_pass_vbr()
906 : rc->avg_frame_qindex[INTER_FRAME] * in calc_active_worst_quality_one_pass_vbr()
937 ? VPXMIN(rc->avg_frame_qindex[INTER_FRAME], in calc_active_worst_quality_one_pass_cbr()
939 : rc->avg_frame_qindex[INTER_FRAME]; in calc_active_worst_quality_one_pass_cbr()
1032 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_cbr()
[all …]
Dvp9_svc_layercontext.c129 lrc->last_q[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
130 lrc->avg_frame_qindex[INTER_FRAME] = oxcf->worst_allowed_q; in vp9_init_layer_context()
135 lrc->last_q[INTER_FRAME] = oxcf->best_allowed_q; in vp9_init_layer_context()
138 lrc->avg_frame_qindex[INTER_FRAME] = in vp9_init_layer_context()
Dvp9_firstpass.c480 cm->frame_type = INTER_FRAME; in set_first_pass_params()
1589 INTER_FRAME, q, in get_twopass_worst_quality()
1885 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.bit_depth); in calc_frame_boost()
1924 cpi->rc.avg_frame_qindex[INTER_FRAME], cpi->common.bit_depth); in calc_kf_frame_boost()
3145 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
3186 rc->last_q[INTER_FRAME] = tmp_q; in vp9_rc_get_second_pass_params()
3188 rc->avg_frame_qindex[INTER_FRAME] = tmp_q; in vp9_rc_get_second_pass_params()
3209 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
Dvp9_aq_cyclicrefresh.c486 rc->avg_frame_qindex[INTER_FRAME] < qp_thresh || in vp9_cyclic_refresh_update_parameters()
Dvp9_rd.c83 vp9_cost_tokens(cpi->intra_uv_mode_cost[INTER_FRAME][i], in fill_mode_costs()
Dvp9_temporal_filter.c1007 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.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/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()
887 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] in calc_pframe_target_size()
1515 (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()
1145 (double)vp8_bits_per_mb[INTER_FRAME][Q] / 1.0)); in estimate_q()
1226 (double)vp8_bits_per_mb[INTER_FRAME][Q])); in estimate_kf_group_q()
1825 (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group()
2011 (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()
Donyx_if.c4709 cm->frame_type = INTER_FRAME; in encode_frame_to_data_rate()
5022 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
5110 cm->frame_type = INTER_FRAME; in vp8_get_compressed_data()
/external/libaom/libaom/av1/common/
Dblockd.h49 INTER_FRAME = 1, enumerator
/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c910 pc->frame_type = INTER_FRAME; in vp8_decode_frame()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4233 if (cm->current_frame.frame_type == INTER_FRAME) in av1_read_film_grain_params()

12