HomeSort by relevance Sort by last modified time
    Searched refs:tempInt (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
get_tns.cpp 342 UInt tempInt;
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...]
apply_tns.cpp 184 Int tempInt;
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 = pFilt->start_band
    [all...]
pns_corr.cpp 165 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;
330 for (tempInt = band_length; tempInt > 0; tempInt--
    [all...]
intensity_right.cpp 185 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--)
pns_left.cpp 191 tempInt = sfb_prediction_used[tot_sfb] AND ltp_data_present;
193 IF (tempInt == FALSE)
201 tempInt = *(pFactors);
208 tempInt);
340 Int tempInt;
386 tempInt = sfb_prediction_used[tot_sfb] & ltp_data_present;
388 if (tempInt == FALSE)
393 tempInt = pFactors[sfb];
403 tempInt);
ms_synt.cpp 164 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;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.cpp 399 int tempInt;
447 tempInt = dec_ets_input_bfr[AMRSID_RXMODE_BIT_OFFSET+i] << i;
448 modeStore |= tempInt;
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
admCtrlWpa.c 529 TI_UINT16 tempInt;
570 tempInt = WPA_OUI_MAX_VERSION;
571 COPY_WLAN_WORD(&pWpaIePacket->version, &tempInt);
608 tempInt = 0x0001;
609 COPY_WLAN_WORD(&pWpaIePacket->authKeyMngSuiteCnt, &tempInt);
664 tempInt = 0x0001;
665 COPY_WLAN_WORD(&pWpaIePacket->pairwiseSuiteCnt, &tempInt);
    [all...]

Completed in 182 milliseconds