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