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

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

Completed in 105 milliseconds