Searched refs:last_frame_uf (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_picklpf.c | 63 vpx_yv12_copy_y(&cpi->last_frame_uf, cm->frame_to_show); in try_filter_frame() 89 vpx_yv12_copy_y(cm->frame_to_show, &cpi->last_frame_uf); in search_filter_level()
|
D | vp9_encoder.h | 622 YV12_BUFFER_CONFIG last_frame_uf; member
|
D | vp9_encoder.c | 983 vpx_free_frame_buffer(&cpi->last_frame_uf); in dealloc_compressor_data() 1256 if (vpx_realloc_frame_buffer(&cpi->last_frame_uf, cm->width, cm->height, in alloc_util_frame_buffers()
|
/external/libaom/libaom/av1/encoder/ |
D | picklpf.c | 90 yv12_copy_plane(&cpi->last_frame_uf, &cm->cur_frame->buf, plane); in try_filter_frame() 133 yv12_copy_plane(&cm->cur_frame->buf, &cpi->last_frame_uf, plane); in search_filter_level()
|
D | encoder.h | 793 YV12_BUFFER_CONFIG last_frame_uf; member
|
D | encoder.c | 572 aom_free_frame_buffer(&cpi->last_frame_uf); in dealloc_compressor_data() 815 &cpi->last_frame_uf, cm->width, cm->height, seq_params->subsampling_x, in alloc_util_frame_buffers()
|