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
241
}
VP8_CONFIG
;
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/vp8/encoder/
onyx_int.h
311
VP8_CONFIG
oxcf;
onyx_if.c
57
extern void print_parms(
VP8_CONFIG
*ocf, char *filenam);
302
VP8_CONFIG
*oxcf,
362
VP8_CONFIG
*oxcf,
[
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 44 milliseconds