Searched defs:coef_per_win (Results 1 - 8 of 8) sorted by relevance
/frameworks/base/media/libstagefright/codecs/aacdec/ |
H A D | s_frameinfo.h | 104 Int coef_per_win[MAX_WIN]; /* coef's per SB */ member in struct:__anon282
|
H A D | 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); 273 ms_synt( const Int wins_in_group, const Int coef_per_win, const Int num_bands, const Int band_length, Int32 coefLeft[], Int32 coefRight[], Int q_formatLeft[], Int q_formatRight[]) argument
|
H A D | 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); 254 pns_corr( const Int scale, const Int coef_per_win, const Int sfb_per_win, const Int wins_in_group, const Int band_length, const Int q_formatLeft, Int q_formatRight[], const Int32 coefLeft[], Int32 coefRight[]) argument
|
H A D | 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...] |
H A D | apply_tns.cpp | 190 Int coef_per_win; local 208 coef_per_win = pFrameInfo->coef_per_win[0]; 414 pCoef += coef_per_win;
|
H A D | 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); 282 intensity_right( const Int scalefactor, const Int coef_per_win, const Int sfb_per_win, const Int wins_in_group, const Int band_length, const Int codebook, const Bool ms_used, const Int q_formatLeft[], Int q_formatRight[], const Int32 coefLeft[], Int32 coefRight[]) argument
|
H A D | long_term_synthesis.cpp | 104 coef_per_win = number of coefficients per window for short windows. 556 Int coef_per_win, 1144 pPredicted_spectral_start += coef_per_win; 1145 pCurrent_frame_start += coef_per_win; 546 long_term_synthesis( WINDOW_SEQUENCE win_seq, Int sfb_per_win, Int16 win_sfb_top[], Int win_prediction_used[], Int sfb_prediction_used[], Int32 current_frame[], Int q_format[], Int32 predicted_spectral[], Int pred_q_format, Int coef_per_win, Int short_window_num, Int reconstruct_sfb_num) argument
|
H A D | 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...] |
Completed in 264 milliseconds