Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h253 } VP8_CONFIG; typedef
258 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf);
261 void vp8_init_config(struct VP8_COMP* onyx, VP8_CONFIG *oxcf);
262 void vp8_change_config(struct VP8_COMP* onyx, VP8_CONFIG *oxcf);
/external/libvpx/libvpx/test/
Dquantize_test.cc58 VP8_CONFIG vp8_config; in SetupCompressor()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h312 VP8_CONFIG oxcf;
Donyx_if.c60 extern void print_parms(VP8_CONFIG *ocf, char *filenam);
289 VP8_CONFIG *oxcf, in init_temporal_layer_context()
349 VP8_CONFIG *oxcf, in reset_temporal_layer_change()
1355 static void init_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) in init_config()
1440 VP8_CONFIG *oxcf = &cpi->oxcf; in update_layer_contexts()
1487 void vp8_change_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) in vp8_change_config()
1839 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf) in vp8_create_compressor()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c77 VP8_CONFIG oxcf;
283 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, in set_vp8e_config()