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

  /external/libvpx/vp8/common/
onyxc_int.h 157 int refresh_last_frame; /* Two state 0 = NO, 1 = YES */ member in struct:VP8Common
  /external/libvpx/vp8/encoder/
onyx_if.c     [all...]
bitstream.c     [all...]
  /external/libvpx/vp8/decoder/
onyxd_if.c 233 if (cm->refresh_last_frame)
decodframe.c 808 pc->refresh_last_frame = pc->frame_type == KEY_FRAME || vp8_read_bit(bc);
818 pc->refresh_last_frame,
  /external/libvpx/vp8/
vp8_dx_iface.c 672 + pbi->common.refresh_last_frame * (int) VP8_LAST_FRAME;

Completed in 36 milliseconds