Searched refs:nextstopband (Results 1 – 1 of 1) sorted by relevance
155 UCHAR nextstopband; in CTns_Read() local159 nextstopband = GetScaleFactorBandsTotal(pIcsInfo); in CTns_Read()167 if (length > nextstopband){ in CTns_Read()168 length = nextstopband; in CTns_Read()171 filter->StartBand = nextstopband - length; in CTns_Read()172 filter->StopBand = nextstopband; in CTns_Read()173 nextstopband = filter->StartBand; in CTns_Read()