Searched refs:tempInt (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dget_tns.cpp342 UInt tempInt; local
421 tempInt = get9_n_lessbits(num_filt_bits,
424 pTnsFrameInfo->n_filt[win] = tempInt;
426 if (tempInt != 0)
453 tempInt = MINIMUM(top, tns_bands);
455 pFilt->stop_coef = SCALE_FACTOR_BAND_OFFSET(tempInt);
457 pFilt->stop_band = tempInt;
462 tempInt = MINIMUM(top, tns_bands);
464 pFilt->start_coef = SCALE_FACTOR_BAND_OFFSET(tempInt);
466 pFilt->start_band = tempInt;
[all...]
H A Dapply_tns.cpp184 Int tempInt; local
222 tempInt = pFilt->order;
224 if (tempInt > 0)
308 for (tempInt = num_tns_bands; tempInt > 0; tempInt--)
316 } /* for(tempInt = num_bands; tempInt > 0; tempInt--)*/
322 tempInt
[all...]
H A Dpns_corr.cpp165 FOR (tempInt = band_length; tempInt > 0; tempInt--)
173 tempInt = (coef_per_win - band_length);
174 pCoefRight = pCoefRight + tempInt;
175 pCoefLeft = pCoefLeft + tempInt;
265 Int tempInt; local
330 for (tempInt = band_length; tempInt > 0; tempInt
[all...]
H A Dintensity_right.cpp185 FOR (tempInt = band_length; tempInt > 0; tempInt--)
415 for (Int tempInt = band_length >> 1; tempInt > 0; tempInt--)
429 for (Int tempInt = band_length >> 1; tempInt > 0; tempInt--)
H A Dpns_left.cpp191 tempInt = sfb_prediction_used[tot_sfb] AND ltp_data_present;
193 IF (tempInt == FALSE)
201 tempInt = *(pFactors);
208 tempInt);
340 Int tempInt; local
386 tempInt = sfb_prediction_used[tot_sfb] & ltp_data_present;
388 if (tempInt == FALSE)
393 tempInt = pFactors[sfb];
403 tempInt);
H A Dms_synt.cpp164 tempInt = q_formatLeft[start_indx] - q_formatRight[start_indx];
166 IF (tempInt > 0)
169 shift_left_chan = 1 + tempInt;
177 shift_right_chan = 1 - tempInt;
184 FOR (tempInt = band_length; tempInt > 0; tempInt--)
194 tempInt = (coef_per_win - band_length);
196 pCoefR = pCoefR + tempInt;
197 pCoefL = pCoefL + tempInt;
302 Int tempInt = q_formatLeft[start_indx] - q_formatRight[start_indx]; local
[all...]
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Damrdecode.cpp399 int tempInt; local
447 tempInt = dec_ets_input_bfr[AMRSID_RXMODE_BIT_OFFSET+i] << i;
448 modeStore |= tempInt;

Completed in 147 milliseconds