Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h251 } VP8_CONFIG; typedef
256 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf);
259 void vp8_init_config(struct VP8_COMP* onyx, VP8_CONFIG *oxcf);
260 void vp8_change_config(struct VP8_COMP* onyx, VP8_CONFIG *oxcf);
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h312 VP8_CONFIG oxcf;
Donyx_if.c57 extern void print_parms(VP8_CONFIG *ocf, char *filenam);
305 VP8_CONFIG *oxcf, in init_temporal_layer_context()
365 VP8_CONFIG *oxcf, in reset_temporal_layer_change()
1352 static void init_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) in init_config()
1426 VP8_CONFIG *oxcf = &cpi->oxcf; in update_layer_contexts()
1473 void vp8_change_config(VP8_COMP *cpi, VP8_CONFIG *oxcf) in vp8_change_config()
1819 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf) in vp8_create_compressor()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c83 VP8_CONFIG oxcf;
286 static vpx_codec_err_t set_vp8e_config(VP8_CONFIG *oxcf, in set_vp8e_config()