Home
last modified time | relevance | path

Searched refs:a_strides (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2279 const int a_strides[3] = {a->y_stride, a->uv_stride, a->uv_stride}; in calc_highbd_psnr() local
2295 sse = highbd_get_sse_shift(a_planes[i], a_strides[i], in calc_highbd_psnr()
2299 sse = highbd_get_sse(a_planes[i], a_strides[i], in calc_highbd_psnr()
2303 sse = get_sse(a_planes[i], a_strides[i], in calc_highbd_psnr()
2331 const int a_strides[3] = {a->y_stride, a->uv_stride, a->uv_stride}; in calc_psnr() local
2342 const uint64_t sse = get_sse(a_planes[i], a_strides[i], in calc_psnr()