Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Donyx.h247 void vp8_remove_compressor(struct VP8_COMP **comp);
/external/libvpx/libvpx/test/
Dquantize_test.cc46 vp8_remove_compressor(&vp8_comp_); in ~QuantizeTestBase()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c680 vp8_remove_compressor(&ctx->cpi); in vp8e_destroy()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c1744 vp8_remove_compressor(&cpi); in vp8_create_compressor()
1979 vp8_remove_compressor(&cpi); in vp8_create_compressor()
2074 void vp8_remove_compressor(VP8_COMP **ptr) { in vp8_remove_compressor() function