Home
last modified time | relevance | path

Searched refs:last_frame_uf (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_picklpf.c63 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()
Dvp9_encoder.h622 YV12_BUFFER_CONFIG last_frame_uf; member
Dvp9_encoder.c983 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/
Dpicklpf.c90 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()
Dencoder.h793 YV12_BUFFER_CONFIG last_frame_uf; member
Dencoder.c572 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()