Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c428 : rc->last_q[INTER_FRAME]; in calc_active_worst_quality_one_pass_vbr()
431 : rc->last_q[INTER_FRAME] * 2; in calc_active_worst_quality_one_pass_vbr()
456 rc->avg_frame_qindex[INTER_FRAME] * 5 / 4); in calc_active_worst_quality_one_pass_cbr()
478 (int)((rc->worst_quality - rc->avg_frame_qindex[INTER_FRAME]) * in calc_active_worst_quality_one_pass_cbr()
482 active_worst_quality = rc->avg_frame_qindex[INTER_FRAME] + adjustment; in calc_active_worst_quality_one_pass_cbr()
540 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_cbr()
541 q = rc->avg_frame_qindex[INTER_FRAME]; in rc_pick_q_and_bounds_one_pass_cbr()
551 if (rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) in rc_pick_q_and_bounds_one_pass_cbr()
552 active_best_quality = inter_minq[rc->avg_frame_qindex[INTER_FRAME]]; in rc_pick_q_and_bounds_one_pass_cbr()
658 rc->avg_frame_qindex[INTER_FRAME] < active_worst_quality) { in rc_pick_q_and_bounds_one_pass_vbr()
[all …]
Dvp9_svc_layercontext.c34 lrc->avg_frame_qindex[INTER_FRAME] = q_trans[oxcf->worst_allowed_q]; in vp9_init_layer_context()
49 lrc->last_q[INTER_FRAME] = q_trans[oxcf->worst_allowed_q]; in vp9_init_layer_context()
Dvp9_firstpass.c927 vp9_rc_bits_per_mb(INTER_FRAME, q, (err_correction_factor * speed_term)); in vp9_twopass_worst_quality()
1467 12 + ((int)vp9_convert_qindex_to_q(rc->last_q[INTER_FRAME]) >> 5); in define_gf_group()
1668 int q = rc->last_q[INTER_FRAME]; in define_gf_group()
2197 cm->frame_type = INTER_FRAME; in vp9_rc_get_first_pass_params()
2230 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
2271 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
2274 cm->frame_type = INTER_FRAME; in vp9_rc_get_second_pass_params()
Dvp9_temporal_filter.c521 cpi->rc.avg_frame_qindex[INTER_FRAME])); in vp9_configure_arnr_filter()
Dvp9_rdopt.c167 vp9_cost_tokens(x->intra_uv_mode_cost[INTER_FRAME], in fill_mode_costs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dloopfilter.c29 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 3; in lf_init_lut()
34 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 2; in lf_init_lut()
39 lfi->hev_thr_lut[INTER_FRAME][filt_lvl] = 1; in lf_init_lut()
44 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmr_dissim.c233 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()
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()
973 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_pframe_target_size()
Dbitstream.c1532 if (pc->frame_type == INTER_FRAME) in vp8_pack_bitstream()
Donyx_if.c4752 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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_blockd.h60 INTER_FRAME = 1, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c1002 pc->frame_type = INTER_FRAME; in vp8_decode_frame()