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.h56 #define VPX_CODEC_CAP_POSTPROC 0x40000 /**< Can postprocess decoded frame */ macro
/external/libvpx/libvpx/vpx/src/
Dvpx_decoder.c37 !(iface->caps & VPX_CODEC_CAP_POSTPROC)) in vpx_codec_dec_init_ver()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c33 #define VP8_CAP_POSTPROC (CONFIG_POSTPROC ? VPX_CODEC_CAP_POSTPROC : 0)
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c32 #define VP9_CAP_POSTPROC (CONFIG_VP9_POSTPROC ? VPX_CODEC_CAP_POSTPROC : 0)