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

  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd.h 36 VP9_GOLD_FLAG = 2,
vp9_onyxd_if.c 231 } else if (ref_frame_flag == VP9_GOLD_FLAG) {
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 40 VP9_GOLD_FLAG = 2,
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c 640 if (!(cpi->ref_frame_flags & VP9_GOLD_FLAG)) {
660 if ((cpi->ref_frame_flags & (VP9_GOLD_FLAG | VP9_ALT_FLAG)) !=
661 (VP9_GOLD_FLAG | VP9_ALT_FLAG)) {
692 if (!(cpi->ref_frame_flags & VP9_GOLD_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 97 return VP9_GOLD_FLAG;
658 ref ^= VP9_GOLD_FLAG;
675 upd ^= VP9_GOLD_FLAG;
    [all...]

Completed in 711 milliseconds