Searched defs:oxcf (Results 1 – 15 of 15) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_svc_layercontext.c | 17 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_init_layer_context() local 66 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_update_layer_context_change_config() local 119 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_update_temporal_layer_framerate() local 141 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_update_spatial_layer_framerate() local 188 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_save_layer_context() local
|
D | vp9_ratectrl.c | 186 const VP9_CONFIG *oxcf = &cpi->oxcf; in vp9_rc_clamp_iframe_target_size() local 220 const VP9_CONFIG *oxcf = &cpi->oxcf; in update_buffer_level() local 240 const VP9_CONFIG *oxcf = &cpi->oxcf; in vp9_rc_drop_frame() local 445 const VP9_CONFIG *oxcf = &cpi->oxcf; in calc_active_worst_quality_one_pass_cbr() local 606 const VP9_CONFIG *const oxcf = &cpi->oxcf; in rc_pick_q_and_bounds_one_pass_vbr() local 789 const VP9_CONFIG *const oxcf = &cpi->oxcf; in rc_pick_q_and_bounds_two_pass() local 1234 const VP9_CONFIG *oxcf = &cpi->oxcf; in calc_pframe_target_size_one_pass_cbr() local
|
D | vp9_onyx_if.c | 561 const VP9_CONFIG *oxcf = &cpi->oxcf; in alloc_raw_frame_buffers() local 693 VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_new_framerate() local 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()
|
D | vp9_firstpass.c | 945 const VP9_CONFIG *const oxcf = &cpi->oxcf; in vp9_init_second_pass() local
|
D | vp9_onyx_int.h | 289 VP9_CONFIG oxcf; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | onyxd_if.c | 54 static struct VP8D_COMP * create_decompressor(VP8D_CONFIG *oxcf) in create_decompressor() 480 int vp8_create_decoder_instances(struct frame_buffers *fb, VP8D_CONFIG *oxcf) in vp8_create_decoder_instances()
|
D | onyxd_int.h | 77 VP8D_CONFIG oxcf; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decoder.h | 43 VP9D_CONFIG oxcf; member
|
D | vp9_decoder.c | 113 VP9D_COMP *vp9_create_decompressor(const VP9D_CONFIG *oxcf) { in vp9_create_decompressor()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 302 VP8_CONFIG *oxcf, in init_temporal_layer_context() 362 VP8_CONFIG *oxcf, in reset_temporal_layer_change() 1322 static void init_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) in init_config() 1396 VP8_CONFIG *oxcf = &cpi->oxcf; in update_layer_contexts() local 1443 void vp8_change_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) in vp8_change_config() 1785 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf) in vp8_create_compressor()
|
D | onyx_int.h | 315 VP8_CONFIG oxcf; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 82 VP8_CONFIG oxcf; member 285 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, in set_vp8e_config()
|
D | vp8_dx_iface.c | 432 VP8D_CONFIG oxcf; in vp8_decode() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 78 VP9_CONFIG oxcf; member 280 static vpx_codec_err_t set_vp9e_config(VP9_CONFIG *oxcf, in set_vp9e_config()
|
D | vp9_dx_iface.c | 184 VP9D_CONFIG oxcf; in decode_one() local
|