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

  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd.h 37 VP9_ALT_FLAG = 4
vp9_onyxd_if.c 233 } else if (ref_frame_flag == VP9_ALT_FLAG) {
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 41 VP9_ALT_FLAG = 4
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 646 if (!(cpi->ref_frame_flags & VP9_ALT_FLAG)) {
653 if ((cpi->ref_frame_flags & (VP9_LAST_FLAG | VP9_ALT_FLAG)) !=
654 (VP9_LAST_FLAG | VP9_ALT_FLAG)) {
660 if ((cpi->ref_frame_flags & (VP9_GOLD_FLAG | VP9_ALT_FLAG)) !=
661 (VP9_GOLD_FLAG | VP9_ALT_FLAG)) {
694 if (!(cpi->ref_frame_flags & VP9_ALT_FLAG))
696 if ((cpi->ref_frame_flags & (VP9_LAST_FLAG | VP9_ALT_FLAG)) !=
697 (VP9_LAST_FLAG | VP9_ALT_FLAG))
699 if ((cpi->ref_frame_flags & (VP9_GOLD_FLAG | VP9_ALT_FLAG)) !=
700 (VP9_GOLD_FLAG | VP9_ALT_FLAG))
    [all...]
vp9_rdopt.c     [all...]
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 99 return VP9_ALT_FLAG;
661 ref ^= VP9_ALT_FLAG;
678 upd ^= VP9_ALT_FLAG;
    [all...]

Completed in 47 milliseconds