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