Searched refs:coef_per_win (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dms_synt.h83 const Int coef_per_win,
H A Dapply_ms_synt.cpp151 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 Dpns_intensity_right.cpp182 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...]
H A Dintensity_right.h82 const Int coef_per_win,
H A Dlong_term_synthesis.h96 Int coef_per_win,
H A Dpns_corr.h81 const Int coef_per_win,
H A Dpns_corr.cpp44 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 Ds_frameinfo.h104 Int coef_per_win[MAX_WIN]; /* coef's per SB */ member in struct:__anon555
H A Dapply_tns.cpp190 Int coef_per_win; local
208 coef_per_win = pFrameInfo->coef_per_win[0];
414 pCoef += coef_per_win;
H A Dintensity_right.cpp50 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 Dms_synt.cpp47 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 Dinfoinit.cpp330 /* compute coef_per_win */
331 pFrameInfo->coef_per_win[i] =
346 bins_sbk += pFrameInfo->coef_per_win[i];
H A Dpns_left.cpp180 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++];
H A Dlong_term_synthesis.cpp104 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 Dpvmp4audiodecoderframe.cpp971 * the tenth param coef_per_win,
995 pFrameInfo->coef_per_win[0], /* Look above */

Completed in 90 milliseconds