Searched refs:vp8_create_compressor (Results 1 – 4 of 4) sorted by relevance
258 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf);
61 vp8_comp_ = vp8_create_compressor(&vp8_config); in SetupCompressor()
704 priv->cpi = vp8_create_compressor(&priv->oxcf); in vp8e_init()
1839 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf) in vp8_create_compressor() function