Searched defs:rowEnd (Results 1 – 2 of 2) sorted by relevance
121 for (const unsigned char* rowEnd = pixel + compressData.image_width * 4; pixel < rowEnd;) { in compressRGBABigEndianToJPEG() local
193 …er::haveDecodedRow(unsigned frameIndex, unsigned char* rowBuffer, unsigned char* rowEnd, unsigned … in haveDecodedRow()