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

  /external/libvpx/vp8/common/
onyxd.h 38 VP8_GOLD_FLAG = 2,
onyx.h 40 VP8_GOLD_FLAG = 2,
  /external/libvpx/vp8/decoder/
onyxd_if.c 196 else if (ref_frame_flag == VP8_GOLD_FLAG)
215 else if (ref_frame_flag == VP8_GOLD_FLAG)
  /external/libvpx/vp8/encoder/
onyx_if.c 647 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG))
708 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG))
746 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
788 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
821 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
866 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
878 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
935 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG))
974 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
    [all...]
pickinter.c 482 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
rdopt.c 284 else if (cpi->ref_frame_flags == VP8_GOLD_FLAG)
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 655 ref ^= VP8_GOLD_FLAG;
673 upd ^= VP8_GOLD_FLAG;
    [all...]

Completed in 111 milliseconds