Searched refs:get_sse (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 2163 static int64_t get_sse(const uint8_t *a, int a_stride, in get_sse() function 2303 sse = get_sse(a_planes[i], a_strides[i], in calc_highbd_psnr() 2342 const uint64_t sse = get_sse(a_planes[i], a_strides[i], in calc_psnr() 4728 return get_sse(a->y_buffer, a->y_stride, b->y_buffer, b->y_stride,
|