Home
last modified time | relevance | path

Searched refs:VP8_CONFIG (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyx.h241 } VP8_CONFIG; typedef
246 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf);
249 void vp8_init_config(struct VP8_COMP* onyx, VP8_CONFIG *oxcf);
250 void vp8_change_config(struct VP8_COMP* onyx, VP8_CONFIG *oxcf);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h315 VP8_CONFIG oxcf;
Donyx_if.c57 extern void print_parms(VP8_CONFIG *ocf, char *filenam);
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()
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()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c82 VP8_CONFIG oxcf;
285 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, in set_vp8e_config()