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 188 else if (ref_frame_flag == VP8_GOLD_FLAG)
207 else if (ref_frame_flag == VP8_GOLD_FLAG)
  /external/libvpx/vp8/encoder/
onyx_if.c 551 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG))
613 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG))
648 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
690 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
723 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
768 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
780 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
837 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG))
876 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
915 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
    [all...]
pickinter.c 483 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 646 ref ^= VP8_GOLD_FLAG;
664 upd ^= VP8_GOLD_FLAG;
    [all...]

Completed in 2710 milliseconds