HomeSort by relevance Sort by last modified time
    Searched refs:VP8_EFLAG_FORCE_ARF (Results 1 - 6 of 6) 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 |
  /external/libvpx/libvpx/vpx/
vp8cx.h 109 #define VP8_EFLAG_FORCE_ARF (1 << 24)
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 759 ((flags & VP8_EFLAG_NO_UPD_ARF) && (flags & VP8_EFLAG_FORCE_ARF))) {
779 VP8_EFLAG_FORCE_GF | 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 258 milliseconds