Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_psnr.c93 uint8_t* const tmp_plane = in WebPPictureDistortion() local
94 (uint8_t*)WebPSafeMalloc(2ULL * w * h, sizeof(*tmp_plane)); in WebPPictureDistortion()
95 if (tmp_plane == NULL) return 0; in WebPPictureDistortion()
96 tmp1 = tmp_plane; in WebPPictureDistortion()
97 tmp2 = tmp_plane + w * h; in WebPPictureDistortion()
111 free(tmp_plane); in WebPPictureDistortion()