Searched refs:highbd_get_sse (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | psnr.c | 143 static int64_t highbd_get_sse(const uint8_t *a, int a_stride, const uint8_t *b, in highbd_get_sse() function 195 return highbd_get_sse(a->y_buffer, a->y_stride, b->y_buffer, b->y_stride, in vpx_highbd_get_y_sse() 227 sse = highbd_get_sse(a_planes[i], a_strides[i], b_planes[i], in vpx_calc_highbd_psnr()
|