Home
last modified time | relevance | path

Searched refs:MaximumScaleFactorBands (Results 1 – 1 of 1) sorted by relevance

/external/aac/libAACdec/src/
Drvlcconceal.cpp119 int MaximumScaleFactorBands; in calcRefValFwd() local
123 MaximumScaleFactorBands = 16; in calcRefValFwd()
125 MaximumScaleFactorBands = 64; in calcRefValFwd()
127 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; in calcRefValFwd()
128 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; in calcRefValFwd()
194 int MaximumScaleFactorBands; in calcRefValBwd() local
197 MaximumScaleFactorBands = 16; in calcRefValBwd()
199 MaximumScaleFactorBands = 64; in calcRefValBwd()
201 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in calcRefValBwd()
202 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in calcRefValBwd()
[all …]