Lines Matching refs:BlockHeight
30 static constexpr int BlockHeight = 4; variable
53 for(int j = 0; j < BlockHeight && (y + j) < dstH; j++) in decode()
56 int idxOffset = j * BlockHeight; in decode()
179 for(int j = 0; j < BlockHeight && (y + j) < dstH; j++) in decode()
183 …dst[channel + (i * dstBpp) + (j * dstPitch)] = static_cast<uint8_t>(c[getIdx((j * BlockHeight) + i… in decode()
203 for(int j = 0; j < BlockHeight && (y + j) < dstH; j++, dst += dstPitch) in decode()
208 *dstRow = getAlpha(j * BlockHeight + i); in decode()
1640 const int dy = BlockHeight * dstPitch; in Decode()
1649 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()
1663 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()
1678 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()
1692 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()
1706 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()
1720 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()
1733 for(int y = 0; y < h; y += BlockHeight, dst += dy) in Decode()