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

  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 103 VP9_ALT_FLAG = 1 << 2,
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 140 case VP8_ALTR_FRAME: return VP9_ALT_FLAG;
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 715 cpi->ref_frame_flags = VP9_ALT_FLAG | VP9_GOLD_FLAG | VP9_LAST_FLAG;
730 cpi->ref_frame_flags &= (~VP9_LAST_FLAG & ~VP9_ALT_FLAG);
735 if (!lc->has_alt_frame) cpi->ref_frame_flags &= (~VP9_ALT_FLAG);
    [all...]
vp9_ratectrl.c     [all...]
vp9_encoder.c     [all...]
vp9_speed_features.c 416 VP9_ALT_FLAG };
    [all...]
vp9_pickmode.c     [all...]
vp9_rdopt.c     [all...]
vp9_firstpass.c     [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 200 } else if (ref_frame_flag == VP9_ALT_FLAG) {

Completed in 401 milliseconds