Searched refs:next_sync_row (Results 1 – 1 of 1) sorted by relevance
1035 int next_sync_row = dec->incremental_ ? row : 1 << 24; in DecodeImageData() local1045 if (row >= next_sync_row) { in DecodeImageData()1047 next_sync_row = row + SYNC_EVERY_N_ROWS; in DecodeImageData()