Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l_dec.c763 const int cache_pixs = dec->width_ * num_rows; in ApplyInverseTransforms() local
777 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out)); in ApplyInverseTransforms()
1556 const int cache_pixs = width * num_rows_to_process; in ExtractAlphaRows() local
1560 WebPExtractGreen(src, dst, cache_pixs); in ExtractAlphaRows()