OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPX_CODEC_CAP_POSTPROC
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vpx/
vpx_decoder.h
55
#define
VPX_CODEC_CAP_POSTPROC
0x40000 /**< Can postprocess decoded frame */
/external/libvpx/vpx/src/
vpx_decoder.c
37
else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps &
VPX_CODEC_CAP_POSTPROC
))
/external/libvpx/vp8/
vp8_dx_iface.c
21
#define VP8_CAP_POSTPROC (CONFIG_POSTPROC ?
VPX_CODEC_CAP_POSTPROC
: 0)
Completed in 34 milliseconds