Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h258 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf);
/external/libvpx/libvpx/test/
Dquantize_test.cc61 vp8_comp_ = vp8_create_compressor(&vp8_config); in SetupCompressor()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c704 priv->cpi = vp8_create_compressor(&priv->oxcf); in vp8e_init()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1839 struct VP8_COMP* vp8_create_compressor(VP8_CONFIG *oxcf) in vp8_create_compressor() function