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

  /external/libvpx/vp8/common/
onyxd.h 39 VP8_ALT_FLAG = 4
onyx.h 41 VP8_ALT_FLAG = 4
  /external/libvpx/vp8/decoder/
onyxd_if.c 198 else if (ref_frame_flag == VP8_ALT_FLAG)
217 else if (ref_frame_flag == VP8_ALT_FLAG)
  /external/libvpx/vp8/encoder/
onyx_if.c 656 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG))
717 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG))
755 if (cpi->ref_frame_flags & VP8_ALT_FLAG)
797 if (cpi->ref_frame_flags & VP8_ALT_FLAG)
827 if (cpi->ref_frame_flags & VP8_ALT_FLAG)
872 if (cpi->ref_frame_flags & VP8_ALT_FLAG)
886 if (cpi->ref_frame_flags & VP8_ALT_FLAG)
944 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG))
    [all...]
pickinter.c 496 if (cpi->ref_frame_flags & VP8_ALT_FLAG && cpi->source_alt_ref_active)
rdopt.c 279 if (cpi->ref_frame_flags == VP8_ALT_FLAG)
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 658 ref ^= VP8_ALT_FLAG;
676 upd ^= VP8_ALT_FLAG;
    [all...]

Completed in 706 milliseconds