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

  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 424 int which_buffer = start_frame - frame; local
426 vp8_lookahead_peek(cpi->lookahead, which_buffer, PEEK_FORWARD);
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 737 const int which_buffer = start_frame - frame; local
739 vp9_lookahead_peek(cpi->lookahead, which_buffer);

Completed in 270 milliseconds