Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Donyx.h192 } VP8_CONFIG; typedef
197 VP8_PTR vp8_create_compressor(VP8_CONFIG *oxcf);
200 void vp8_init_config(VP8_PTR onyx, VP8_CONFIG *oxcf);
201 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.h270 VP8_CONFIG oxcf;
Donyx_if.c62 extern void print_parms(VP8_CONFIG *ocf, char *filenam);
1469 void vp8_init_config(VP8_PTR ptr, VP8_CONFIG *oxcf) in vp8_init_config()
1794 void vp8_change_config(VP8_PTR ptr, VP8_CONFIG *oxcf) in vp8_change_config()
2080 VP8_PTR vp8_create_compressor(VP8_CONFIG *oxcf) in vp8_create_compressor()
/external/libvpx/vp8/
Dvp8_cx_iface.c79 VP8_CONFIG oxcf;
240 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, in set_vp8e_config()