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

  /external/libvpx/vp8/common/
onyx.h 209 int vp8_use_as_reference(VP8_PTR comp, int ref_frame_flags);
210 int vp8_update_reference(VP8_PTR comp, int ref_frame_flags);
  /external/libvpx/vp8/encoder/
onyx_if.c 638 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG))
647 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG))
656 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG))
699 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG))
708 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG))
717 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG))
740 if (cpi->ref_frame_flags & VP8_LAST_FLAG)
746 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
755 if (cpi->ref_frame_flags & VP8_ALT_FLAG)
782 if (cpi->ref_frame_flags & VP8_LAST_FLAG
    [all...]
pickinter.c 468 if (cpi->ref_frame_flags & VP8_LAST_FLAG)
482 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
496 if (cpi->ref_frame_flags & VP8_ALT_FLAG && cpi->source_alt_ref_active)
518 if (cpi->ref_frame_flags == VP8_LAST_FLAG)
onyx_int.h 530 int ref_frame_flags; member in struct:__anon5136
rdopt.c 279 if (cpi->ref_frame_flags == VP8_ALT_FLAG)
284 else if (cpi->ref_frame_flags == VP8_GOLD_FLAG)
    [all...]

Completed in 441 milliseconds