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

  /external/libvpx/vp8/common/
onyxd.h 37 VP8_LAST_FLAG = 1,
onyx.h 39 VP8_LAST_FLAG = 1,
  /external/libvpx/vp8/decoder/
onyxd_if.c 194 if (ref_frame_flag == VP8_LAST_FLAG)
213 if (ref_frame_flag == VP8_LAST_FLAG)
  /external/libvpx/vp8/encoder/
onyx_if.c 638 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG))
699 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG))
740 if (cpi->ref_frame_flags & VP8_LAST_FLAG)
782 if (cpi->ref_frame_flags & VP8_LAST_FLAG)
926 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG))
965 if (cpi->ref_frame_flags & VP8_LAST_FLAG)
    [all...]
pickinter.c 468 if (cpi->ref_frame_flags & VP8_LAST_FLAG)
518 if (cpi->ref_frame_flags == VP8_LAST_FLAG)
rdopt.c     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 652 ref ^= VP8_LAST_FLAG;
670 upd ^= VP8_LAST_FLAG;
    [all...]

Completed in 1140 milliseconds