Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Ddenoising.c518 YV12_BUFFER_CONFIG saved_pre,saved_dst; in vp8_denoiser_denoise_mb() local
569 saved_pre = filter_xd->pre; in vp8_denoiser_denoise_mb()
594 filter_xd->pre = saved_pre; in vp8_denoiser_denoise_mb()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c206 struct buf_2d saved_pre[MAX_MB_PLANE][2]; // 2 pre buffers in perform_motion_compensation() local
253 saved_pre[i][j] = filter_mbd->plane[i].pre[j]; in perform_motion_compensation()
302 filter_mbd->plane[i].pre[j] = saved_pre[i][j]; in perform_motion_compensation()