Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dpsnr.c207 const uint8_t *a_planes[3] = { a->y_buffer, a->u_buffer, a->v_buffer }; in vpx_calc_highbd_psnr() local
224 sse = highbd_get_sse_shift(a_planes[i], a_strides[i], b_planes[i], in vpx_calc_highbd_psnr()
227 sse = highbd_get_sse(a_planes[i], a_strides[i], b_planes[i], in vpx_calc_highbd_psnr()
231 sse = get_sse(a_planes[i], a_strides[i], b_planes[i], b_strides[i], w, h); in vpx_calc_highbd_psnr()
255 const uint8_t *a_planes[3] = { a->y_buffer, a->u_buffer, a->v_buffer }; in vpx_calc_psnr() local
268 get_sse(a_planes[i], a_strides[i], b_planes[i], b_strides[i], w, h); in vpx_calc_psnr()