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 542 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG))
551 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG))
560 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG))
604 if (!(cpi->ref_frame_flags & VP8_LAST_FLAG))
613 if (!(cpi->ref_frame_flags & VP8_GOLD_FLAG))
622 if (!(cpi->ref_frame_flags & VP8_ALT_FLAG))
642 if (cpi->ref_frame_flags & VP8_LAST_FLAG)
648 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
657 if (cpi->ref_frame_flags & VP8_ALT_FLAG)
684 if (cpi->ref_frame_flags & VP8_LAST_FLAG
    [all...]
pickinter.c 469 if (cpi->ref_frame_flags & VP8_LAST_FLAG)
483 if (cpi->ref_frame_flags & VP8_GOLD_FLAG)
497 if (cpi->ref_frame_flags & VP8_ALT_FLAG && cpi->source_alt_ref_active)
519 if (cpi->ref_frame_flags == VP8_LAST_FLAG)
onyx_int.h 522 int ref_frame_flags; member in struct:__anon5299
rdopt.c 279 if (cpi->ref_frame_flags == VP8_ALT_FLAG)
284 else if (cpi->ref_frame_flags == VP8_GOLD_FLAG)
    [all...]

Completed in 18 milliseconds