Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Donyx.h196 } VP8_CONFIG; typedef
201 VP8_PTR vp8_create_compressor(VP8_CONFIG *oxcf);
204 void vp8_init_config(VP8_PTR onyx, VP8_CONFIG *oxcf);
205 void vp8_change_config(VP8_PTR onyx, VP8_CONFIG *oxcf);
/external/libvpx/vp8/encoder/
Dparms.cpp69 extern "C" void get_parms(VP8_CONFIG *ocf,char *filename)
100 extern "C" void print_parms(VP8_CONFIG *ocf,char *filename)
Donyx_int.h281 VP8_CONFIG oxcf;
Donyx_if.c61 extern void print_parms(VP8_CONFIG *ocf, char *filenam);
1455 static void init_config(VP8_PTR ptr, VP8_CONFIG *oxcf) in init_config()
1509 void vp8_change_config(VP8_PTR ptr, VP8_CONFIG *oxcf) in vp8_change_config()
1809 VP8_PTR vp8_create_compressor(VP8_CONFIG *oxcf) in vp8_create_compressor()
/external/libvpx/vp8/
Dvp8_cx_iface.c83 VP8_CONFIG oxcf;
248 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, in set_vp8e_config()