Home
last modified time | relevance | path

Searched refs:VP9_CONFIG (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c17 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_init_layer_context()
66 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_update_layer_context_change_config()
119 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_update_temporal_layer_framerate()
141 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_update_spatial_layer_framerate()
188 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_save_layer_context()
Dvp9_onyx_int.h283 } VP9_CONFIG; typedef
289 VP9_CONFIG oxcf;
522 struct VP9_COMP *vp9_create_compressor(VP9_CONFIG *oxcf);
525 void vp9_change_config(VP9_COMP *cpi, const VP9_CONFIG *oxcf);
Dvp9_ratectrl.c186 const VP9_CONFIG *oxcf = &cpi->oxcf; in vp9_rc_clamp_iframe_target_size()
220 const VP9_CONFIG *oxcf = &cpi->oxcf; in update_buffer_level()
240 const VP9_CONFIG *oxcf = &cpi->oxcf; in vp9_rc_drop_frame()
445 const VP9_CONFIG *oxcf = &cpi->oxcf; in calc_active_worst_quality_one_pass_cbr()
606 const VP9_CONFIG *const oxcf = &cpi->oxcf; in rc_pick_q_and_bounds_one_pass_vbr()
789 const VP9_CONFIG *const oxcf = &cpi->oxcf; in rc_pick_q_and_bounds_two_pass()
1234 const VP9_CONFIG *oxcf = &cpi->oxcf; in calc_pframe_target_size_one_pass_cbr()
Dvp9_onyx_if.c561 const VP9_CONFIG *oxcf = &cpi->oxcf; in alloc_raw_frame_buffers()
693 VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_new_framerate()
756 static void init_rate_control(const VP9_CONFIG *oxcf, int pass, in init_rate_control()
787 static void init_config(struct VP9_COMP *cpi, VP9_CONFIG *oxcf) { in init_config()
829 void vp9_change_config(struct VP9_COMP *cpi, const VP9_CONFIG *oxcf) { in vp9_change_config()
1157 VP9_COMP *vp9_create_compressor(VP9_CONFIG *oxcf) { in vp9_create_compressor()
Dvp9_firstpass.c945 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_init_second_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c78 VP9_CONFIG oxcf;
280 static vpx_codec_err_t set_vp9e_config(VP9_CONFIG *oxcf, in set_vp9e_config()