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