/frameworks/av/media/libstagefright/codecs/aacdec/ |
ms_synt.h | 83 const Int coef_per_win,
|
apply_ms_synt.cpp | 151 coef_per_win = pFrameInfo->coef_per_win[0]; 190 coef_per_win, 214 pCoefRight = pCoefRight + coef_per_win * wins_in_group; 215 pCoefLeft = pCoefLeft + coef_per_win * wins_in_group; 318 Int coef_per_win; local 342 * so coef_per_win is constant in all the loops 344 coef_per_win = pFrameInfo->coef_per_win[0]; 413 coef_per_win, [all...] |
pns_intensity_right.cpp | 182 coef_per_win = pFrameInfo->coef_per_win[0]; 239 pWindow_CoefR += coef_per_win; 250 coef_per_win, 275 coef_per_win, 300 coef_per_win = coef_per_win * (wins_in_group); 308 pCoefRight = pCoefRight + coef_per_win; 309 pCoefLeft = pCoefLeft + coef_per_win; 418 Int coef_per_win; local [all...] |
intensity_right.h | 82 const Int coef_per_win,
|
long_term_synthesis.h | 96 Int coef_per_win,
|
pns_corr.h | 81 const Int coef_per_win,
|
pns_corr.cpp | 44 coef_per_win = Number of coefficients per window. 173 tempInt = (coef_per_win - band_length); 256 const Int coef_per_win, 304 nextWinPtrUpdate = (coef_per_win - band_length);
|
s_frameinfo.h | 104 Int coef_per_win[MAX_WIN]; /* coef's per SB */ member in struct:__anon16362
|
apply_tns.cpp | 190 Int coef_per_win; local 208 coef_per_win = pFrameInfo->coef_per_win[0]; 414 pCoef += coef_per_win;
|
intensity_right.cpp | 50 coef_per_win = Number of coefficients per window. 179 nextWinPtrUpdate = (coef_per_win - band_length); 284 const Int coef_per_win, 374 nextWinPtrUpdate = (coef_per_win - band_length);
|
ms_synt.cpp | 47 coef_per_win = Number of coefficients per window. 194 tempInt = (coef_per_win - band_length); 275 const Int coef_per_win, 295 Int nextWinPtrUpdate = (coef_per_win - band_length);
|
infoinit.cpp | 330 /* compute coef_per_win */ 331 pFrameInfo->coef_per_win[i] = 346 bins_sbk += pFrameInfo->coef_per_win[i];
|
pns_left.cpp | 180 coef_per_win = pFrameInfo->coef_per_win[window_start]; 216 pWindow_Coef = pWindow_Coef + coef_per_win; 235 coef_per_win = coef_per_win * wins_in_group; 241 pFirst_Window_Coefs = pFirst_Window_Coefs + coef_per_win; 417 spec += pFrameInfo->coef_per_win[win_indx++];
|
long_term_synthesis.cpp | 104 coef_per_win = number of coefficients per window for short windows. 556 Int coef_per_win, [all...] |
pvmp4audiodecoderframe.cpp | [all...] |