Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l.c639 const int cache_pixs = dec->width_ * num_rows; in ApplyInverseTransforms() local
647 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out)); in ApplyInverseTransforms()
1239 const int cache_pixs = width * num_rows; in ExtractAlphaRows() local
1243 for (i = 0; i < cache_pixs; ++i) dst[i] = (src[i] >> 8) & 0xff; in ExtractAlphaRows()