Home
last modified time | relevance | path

Searched refs:which_buffer (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp8/encoder/
Dtemporal_filter.c636 int which_buffer = start_frame - frame; in vp8cx_temp_filter_c() local
638 if (which_buffer < 0) in vp8cx_temp_filter_c()
639 which_buffer += cpi->oxcf.lag_in_frames; in vp8cx_temp_filter_c()
642 = &cpi->src_buffer[which_buffer].source_buffer; in vp8cx_temp_filter_c()
Donyx_if.c4734 int which_buffer = cpi->source_encode_index - 1; in vp8_receive_raw_frame() local
4737 if (which_buffer == -1) in vp8_receive_raw_frame()
4738 which_buffer = cpi->oxcf.lag_in_frames - 1; in vp8_receive_raw_frame()
4741 which_buffer = cpi->source_buffer_count; in vp8_receive_raw_frame()
4743 s = &cpi->src_buffer[which_buffer]; in vp8_receive_raw_frame()