Searched refs:conceal_min (Results 1 - 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
H A D | rvlcconceal.cpp | 100 conceal_min. The same is done for intensity data and noise energies. 118 int conceal_min,conceal_group_min; local 127 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; 128 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; 138 startBand = conceal_min-1; 253 'conceal_min' and 'conceal_max' and the 'sf_concealment' flag is not set. The 260 output: Concealed scalefactor, noise energy and intensity data between conceal_min and 270 int conceal_min,conceal_max; local 284 if (pRvlc->conceal_min 406 int conceal_min,conceal_max; local [all...] |
H A D | rvlc.cpp | 135 pRvlc->conceal_min = CONCEAL_MIN_INIT; 637 pRvlc->conceal_min = bnds; 643 pRvlc->conceal_min = bnds; 683 pRvlc->conceal_min = FDKmax(0,bnds-offset); 690 pRvlc->conceal_min = FDKmax(0,bnds-offset); 720 pRvlc->conceal_min = FDKmax(0,bnds-offset); 727 pRvlc->conceal_min = FDKmax(0,bnds-offset); 753 pRvlc->conceal_min = FDKmax(0,bnds-offset); 760 pRvlc->conceal_min = FDKmax(0,bnds-offset); 822 SHORT conceal_min; local [all...] |
H A D | rvlc_info.h | 166 SHORT conceal_min; /* is set at backward decoding */ member in struct:__anon51
|
Completed in 122 milliseconds