OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VP8_CONFIG
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h
252
}
VP8_CONFIG
;
257
struct VP8_COMP* vp8_create_compressor(
VP8_CONFIG
*oxcf);
260
void vp8_init_config(struct VP8_COMP* onyx,
VP8_CONFIG
*oxcf);
261
void vp8_change_config(struct VP8_COMP* onyx,
VP8_CONFIG
*oxcf);
/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);
Completed in 31 milliseconds