Home | History | Annotate | Download | only in enc

Lines Matching refs:work

167                          rescaler_t* const work,
173 num_channels, work);
197 rescaler_t* work;
213 work = (rescaler_t*)WebPSafeMalloc(2ULL * width, sizeof(*work));
214 if (work == NULL) {
222 tmp.a, width, height, tmp.a_stride, work, 1);
229 tmp.y, width, height, tmp.y_stride, work, 1);
235 HALVE(width), HALVE(height), tmp.uv_stride, work, 1);
239 HALVE(width), HALVE(height), tmp.uv_stride, work, 1);
241 work = (rescaler_t*)WebPSafeMalloc(2ULL * width * 4, sizeof(*work));
242 if (work == NULL) {
255 work, 4);
259 WebPSafeFree(work);