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.c201 MACROBLOCKD *filter_mbd = &mb->e_mbd; in perform_motion_compensation() local
202 MB_MODE_INFO *mbmi = &filter_mbd->mi[0]->mbmi; in perform_motion_compensation()
253 saved_pre[i][j] = filter_mbd->plane[i].pre[j]; in perform_motion_compensation()
255 saved_dst[i] = filter_mbd->plane[i].dst; in perform_motion_compensation()
261 filter_mbd->plane[0].pre[j].buf = in perform_motion_compensation()
265 filter_mbd->plane[0].pre[j].stride = in perform_motion_compensation()
267 filter_mbd->plane[1].pre[j].buf = in perform_motion_compensation()
271 filter_mbd->plane[1].pre[j].stride = in perform_motion_compensation()
273 filter_mbd->plane[2].pre[j].buf = in perform_motion_compensation()
277 filter_mbd->plane[2].pre[j].stride = in perform_motion_compensation()
[all …]