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

  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
reference_picture_selection.cc 94 flags |= VP8_EFLAG_FORCE_ARF; // Update the alt-ref reference.
reference_picture_selection_unittest.cc 31 static const int kPropagateAltRef = VP8_EFLAG_FORCE_ARF | VP8_EFLAG_NO_UPD_GF |
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vp8cx.h 113 #define VP8_EFLAG_FORCE_ARF (1<<24)
  /external/libvpx/libvpx/vpx/
vp8cx.h 125 #define VP8_EFLAG_FORCE_ARF (1<<24)
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 808 || ((flags & VP8_EFLAG_NO_UPD_ARF) && (flags & VP8_EFLAG_FORCE_ARF)))
833 | VP8_EFLAG_FORCE_ARF))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 767 || ((flags & VP8_EFLAG_NO_UPD_ARF) && (flags & VP8_EFLAG_FORCE_ARF)))
792 | VP8_EFLAG_FORCE_ARF))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 672 ((flags & VP8_EFLAG_NO_UPD_ARF) && (flags & VP8_EFLAG_FORCE_ARF))) {
695 VP8_EFLAG_FORCE_ARF)) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 653 flags |= VP8_EFLAG_FORCE_ARF;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c     [all...]

Completed in 501 milliseconds