OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8_CONFIG
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyx.h
240
}
VP8_CONFIG
;
245
struct VP8_COMP* vp8_create_compressor(
VP8_CONFIG
*oxcf);
248
void vp8_init_config(struct VP8_COMP* onyx,
VP8_CONFIG
*oxcf);
249
void vp8_change_config(struct VP8_COMP* onyx,
VP8_CONFIG
*oxcf);
/external/libvpx/libvpx/vp8/encoder/
onyx_int.h
311
VP8_CONFIG
oxcf;
onyx_if.c
56
extern void print_parms(
VP8_CONFIG
*ocf, char *filenam);
[
all
...]
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
82
VP8_CONFIG
oxcf;
285
static vpx_codec_err_t set_vp8e_config(
VP8_CONFIG
*oxcf,
[
all
...]
Completed in 94 milliseconds