Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvpx_decoder.h55 #define VPX_CODEC_CAP_POSTPROC 0x40000 /**< Can postprocess decoded frame */ macro
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c34 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC)) in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c28 #define VP9_CAP_POSTPROC (CONFIG_VP9_POSTPROC ? VPX_CODEC_CAP_POSTPROC : 0)
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c29 #define VP8_CAP_POSTPROC (CONFIG_POSTPROC ? VPX_CODEC_CAP_POSTPROC : 0)