Home | History | Annotate | Download | only in enc

Lines Matching refs:tmp_row

1215   uint8_t* const tmp_row = (uint8_t*)WebPSafeMalloc(width, sizeof(*tmp_row));
1219 if (tmp_row == NULL) return VP8_ENC_ERROR_OUT_OF_MEMORY;
1236 tmp_row[x] = inv_palette[color];
1238 VP8LBundleColorMap(tmp_row, width, xbits, dst);
1248 src, tmp_row, width);
1249 VP8LBundleColorMap(tmp_row, width, xbits, dst);
1254 WebPSafeFree(tmp_row);