Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h242 } 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 *cpi, VP8_CONFIG *oxcf);
/external/libvpx/libvpx/test/
Dquantize_test.cc59 VP8_CONFIG vp8_config; in SetupCompressor()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h289 VP8_CONFIG oxcf;
Donyx_if.c271 static void init_temporal_layer_context(VP8_COMP *cpi, VP8_CONFIG *oxcf, in init_temporal_layer_context()
329 static void reset_temporal_layer_change(VP8_COMP *cpi, VP8_CONFIG *oxcf, in reset_temporal_layer_change()
1306 static void init_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) { in init_config()
1385 VP8_CONFIG *oxcf = &cpi->oxcf; in update_layer_contexts()
1428 void vp8_change_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) { in vp8_change_config()
1748 struct VP8_COMP *vp8_create_compressor(VP8_CONFIG *oxcf) { in vp8_create_compressor()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c78 VP8_CONFIG oxcf;
273 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, in set_vp8e_config()