Searched refs:VP8_CONFIG (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 242 } 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);
|
/external/libvpx/libvpx/test/ |
D | quantize_test.cc | 58 VP8_CONFIG vp8_config; in SetupCompressor()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 289 VP8_CONFIG oxcf;
|
D | onyx_if.c | 68 extern void print_parms(VP8_CONFIG *ocf, char *filenam); 277 static void init_temporal_layer_context(VP8_COMP *cpi, VP8_CONFIG *oxcf, in init_temporal_layer_context() 335 static void reset_temporal_layer_change(VP8_COMP *cpi, VP8_CONFIG *oxcf, in reset_temporal_layer_change() 1312 static void init_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) { in init_config() 1391 VP8_CONFIG *oxcf = &cpi->oxcf; in update_layer_contexts() 1434 void vp8_change_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) { in vp8_change_config() 1754 struct VP8_COMP *vp8_create_compressor(VP8_CONFIG *oxcf) { in vp8_create_compressor()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 77 VP8_CONFIG oxcf; 274 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, in set_vp8e_config()
|