Searched refs:src_last (Results 1 – 1 of 1) sorted by relevance
1032 uint32_t* const src_last = data + width * last_row; // Last pixel to decode in DecodeImageData() local1041 assert(src_last <= src_end); in DecodeImageData()1043 while (src < src_last) { in DecodeImageData()