Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c614 const int cache_pixs = dec->width_ * num_rows; in ApplyInverseTransforms() local
622 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out)); in ApplyInverseTransforms()
1101 const int cache_pixs = width * num_rows; in ExtractAlphaRows() local
1105 for (i = 0; i < cache_pixs; ++i) dst[i] = (src[i] >> 8) & 0xff; in ExtractAlphaRows()
/external/webp/src/dec/
Dvp8l.c701 const int cache_pixs = dec->width_ * num_rows; in ApplyInverseTransforms() local
709 memcpy(rows_out, rows_in, cache_pixs * sizeof(*rows_out)); in ApplyInverseTransforms()
1451 const int cache_pixs = width * num_rows; in ExtractAlphaRows() local
1455 for (i = 0; i < cache_pixs; ++i) dst[i] = (src[i] >> 8) & 0xff; in ExtractAlphaRows()