Searched refs:get_sse (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | psnr.c | 83 static int64_t get_sse(const uint8_t *a, int a_stride, const uint8_t *b, in get_sse() function 183 return get_sse(a->y_buffer, a->y_stride, b->y_buffer, b->y_stride, in vpx_get_y_sse() 231 sse = get_sse(a_planes[i], a_strides[i], b_planes[i], b_strides[i], w, h); in vpx_calc_highbd_psnr() 268 get_sse(a_planes[i], a_strides[i], b_planes[i], b_strides[i], w, h); in vpx_calc_psnr()
|