Searched refs:src_last (Results 1 – 1 of 1) sorted by relevance
1124 uint32_t* const src_last = data + width * last_row; // Last pixel to decode in DecodeImageData() local1132 (src < src_last) ? GetHtreeGroupForPos(hdr, col, row) : NULL; in DecodeImageData()1134 assert(src_last <= src_end); in DecodeImageData()1136 while (src < src_last) { in DecodeImageData()