OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VPX_CODEC_USE_POSTPROC
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/vpx/
vpx_decoder.h
64
#define
VPX_CODEC_USE_POSTPROC
0x10000 /**< 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
374
&& (ctx->base.init_flags &
VPX_CODEC_USE_POSTPROC
))
397
if (ctx->base.init_flags &
VPX_CODEC_USE_POSTPROC
)
/external/libvpx/
vpxdec.c
968
postproc ?
VPX_CODEC_USE_POSTPROC
: 0))
[
all
...]
Completed in 17 milliseconds