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

  /external/libvpx/libvpx/vpx/
vp8.h 96 VP8_LAST_FRAME = 1,
  /external/libvpx/libvpx/vp8/encoder/
rdopt.h 89 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
109 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
onyx_if.c 791 if (cpi->ref_frame_flags & VP8_LAST_FRAME)
    [all...]
pickinter.c 512 if ((cpi->ref_frame_flags & VP8_LAST_FRAME &
635 parent_ref_flag = (cpi->ref_frame_flags & VP8_LAST_FRAME);
    [all...]
encodeframe.c 654 if (cpi->ref_frame_flags == VP8_LAST_FRAME)
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 115 if (ref_frame_flag == VP8_LAST_FRAME)
147 if (ref_frame_flag == VP8_LAST_FRAME)
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 827 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME;
849 (vp8dx_references_buffer( oci, LAST_FRAME )?VP8_LAST_FRAME:0);
vp8_cx_iface.c 780 ref ^= VP8_LAST_FRAME;
798 upd ^= VP8_LAST_FRAME;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 94 case VP8_LAST_FRAME:
    [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 283 milliseconds