Searched refs:highbd_get_sse (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | psnr.c | 144 static int64_t highbd_get_sse(const uint8_t *a, int a_stride, const uint8_t *b, in highbd_get_sse() function 276 return highbd_get_sse( in aom_highbd_get_y_sse_part() 288 return highbd_get_sse(a->y_buffer, a->y_stride, b->y_buffer, b->y_stride, in aom_highbd_get_y_sse() 295 return highbd_get_sse(a->u_buffer + vstart * a->uv_stride + hstart, in aom_highbd_get_u_sse_part() 308 return highbd_get_sse(a->u_buffer, a->uv_stride, b->u_buffer, b->uv_stride, in aom_highbd_get_u_sse() 315 return highbd_get_sse(a->v_buffer + vstart * a->uv_stride + hstart, in aom_highbd_get_v_sse_part() 328 return highbd_get_sse(a->v_buffer, a->uv_stride, b->v_buffer, b->uv_stride, in aom_highbd_get_v_sse() 387 sse = highbd_get_sse(a->buffers[i], a_strides[i], b->buffers[i], in aom_calc_highbd_psnr()
|
/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()
|