Searched refs:nextstopband (Results 1 – 1 of 1) sorted by relevance
171 UCHAR nextstopband; in CTns_Read() local175 nextstopband = GetScaleFactorBandsTotal(pIcsInfo); in CTns_Read()182 if (length > nextstopband) { in CTns_Read()183 length = nextstopband; in CTns_Read()186 filter->StartBand = nextstopband - length; in CTns_Read()187 filter->StopBand = nextstopband; in CTns_Read()188 nextstopband = filter->StartBand; in CTns_Read()