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

  /external/libvpx/vp8/encoder/
temporal_filter.c 636 int which_buffer = start_frame - frame; local
638 if (which_buffer < 0)
639 which_buffer += cpi->oxcf.lag_in_frames;
642 = &cpi->src_buffer[which_buffer].source_buffer;
onyx_if.c 4734 int which_buffer = cpi->source_encode_index - 1; local
    [all...]

Completed in 50 milliseconds