HomeSort by relevance Sort by last modified time
    Searched refs:VPX_CODEC_USE_POSTPROC (Results 1 - 13 of 13) sorted by null

  /external/libvpx/libvpx/vpx/
vpx_decoder.h 73 #define VPX_CODEC_USE_POSTPROC 0x10000 /**< Postprocess decoded frame */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_decoder.h 73 #define VPX_CODEC_USE_POSTPROC 0x10000 /**< Postprocess decoded frame */
  /external/libvpx/libvpx/examples/
postproc.c 19 // initialization time. This is done by passing the VPX_CODEC_USE_POSTPROC
90 VPX_CODEC_USE_POSTPROC);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
postproc.c 19 // initialization time. This is done by passing the VPX_CODEC_USE_POSTPROC
92 VPX_CODEC_USE_POSTPROC);
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 38 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_decoder.c 40 else if ((flags & VPX_CODEC_USE_POSTPROC) && !(iface->caps & VPX_CODEC_CAP_POSTPROC))
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 374 && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) {
521 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 199 (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)) {
241 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC) {
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 410 (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC))
718 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 446 && (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC))
589 if (ctx->base.init_flags & VPX_CODEC_USE_POSTPROC)
  /external/libvpx/libvpx/
vpxdec.c 800 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) |
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 721 dec_flags = (postproc ? VPX_CODEC_USE_POSTPROC : 0) |
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc     [all...]

Completed in 560 milliseconds