Searched refs:kModeBpp (Results 1 – 1 of 1) sorted by relevance
24 static const uint8_t kModeBpp[MODE_LAST] = { variable78 MIN_BUFFER_SIZE(width * kModeBpp[mode], height, stride); in CheckDecBuffer()80 ok &= (stride >= width * kModeBpp[mode]); in CheckDecBuffer()105 if ((uint64_t)w * kModeBpp[mode] >= (1ull << 32)) { in AllocateBuffer()108 stride = w * kModeBpp[mode]; in AllocateBuffer()285 src_buf->width * kModeBpp[src_buf->colorspace], in WebPCopyDecBufferPixels()