Searched refs:vp8_create_compressor (Results 1 – 4 of 4) sorted by relevance
246 struct VP8_COMP *vp8_create_compressor(VP8_CONFIG *oxcf);
62 vp8_comp_ = vp8_create_compressor(&vp8_config); in SetupCompressor()
658 priv->cpi = vp8_create_compressor(&priv->oxcf); in vp8e_init()
1748 struct VP8_COMP *vp8_create_compressor(VP8_CONFIG *oxcf) { in vp8_create_compressor() function