Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2278 const uint8_t *a_planes[3] = {a->y_buffer, a->u_buffer, a->v_buffer }; 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()
2330 const uint8_t *a_planes[3] = {a->y_buffer, a->u_buffer, a->v_buffer}; in calc_psnr() local
2342 const uint64_t sse = get_sse(a_planes[i], a_strides[i], in calc_psnr()