Searched refs:highbd_get_sse_shift (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vpx_dsp/ |
D | psnr.c | 108 static int64_t highbd_get_sse_shift(const uint8_t *a8, int a_stride, in highbd_get_sse_shift() function 205 sse = highbd_get_sse_shift(a_planes[i], a_strides[i], b_planes[i], in vpx_calc_highbd_psnr()
|
/external/libaom/aom_dsp/ |
D | psnr.c | 104 static int64_t highbd_get_sse_shift(const uint8_t *a8, int a_stride, in highbd_get_sse_shift() function 366 sse = highbd_get_sse_shift(a->buffers[i], a_strides[i], b->buffers[i], in aom_calc_highbd_psnr()
|