Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c198 MACROBLOCKD *filter_mbd = &mb->e_mbd; in perform_motion_compensation() local
199 MODE_INFO *mi = filter_mbd->mi[0]; in perform_motion_compensation()
286 saved_pre[i] = filter_mbd->plane[i].pre[0]; in perform_motion_compensation()
287 saved_dst[i] = filter_mbd->plane[i].dst; in perform_motion_compensation()
289 saved_block_refs[0] = filter_mbd->block_refs[0]; in perform_motion_compensation()
293 filter_mbd->plane[0].pre[0].buf = in perform_motion_compensation()
296 filter_mbd->plane[0].pre[0].stride = denoiser->running_avg_y[frame].y_stride; in perform_motion_compensation()
297 filter_mbd->plane[1].pre[0].buf = in perform_motion_compensation()
300 filter_mbd->plane[1].pre[0].stride = denoiser->running_avg_y[frame].uv_stride; in perform_motion_compensation()
301 filter_mbd->plane[2].pre[0].buf = in perform_motion_compensation()
[all …]