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

  /frameworks/base/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/base/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;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
admCtrlWpa2.c 536 UINT16 tempInt;
565 tempInt = ENDIAN_HANDLE_WORD(WPA2_OUI_MAX_VERSION);
566 os_memoryCopy(pAdmCtrl->hOs, (UINT8 *)&pWpa2IePacket->version, &tempInt, sizeof(pWpa2IePacket->version));
580 tempInt = ENDIAN_HANDLE_WORD(0x0001);
581 os_memoryCopy(pAdmCtrl->hOs, (UINT8 *)&pWpa2IePacket->pairwiseSuiteCnt, &tempInt, sizeof(pWpa2IePacket->pairwiseSuiteCnt));
596 tempInt = ENDIAN_HANDLE_WORD(0x0001);
597 os_memoryCopy(pAdmCtrl->hOs, (UINT8 *)&pWpa2IePacket->authKeyMngSuiteCnt, &tempInt, sizeof(pWpa2IePacket->authKeyMngSuiteCnt));
644 tempInt = ENDIAN_HANDLE_WORD(admCtrlWpa2_buildCapabilities(pAdmCtrl));
645 os_memoryCopy(pAdmCtrl->hOs, (UINT8 *)&pWpa2IePacket->capabilities, &tempInt, sizeof(pWpa2IePacket->capabilities));
660 tempInt = ENDIAN_HANDLE_WORD(0)
    [all...]
admCtrlWpa.c 545 UINT16 tempInt;
579 tempInt = ENDIAN_HANDLE_WORD(WPA_OUI_MAX_VERSION);
580 os_memoryCopy(pAdmCtrl->hOs, (UINT8*)&pWpaIePacket->version, &tempInt, sizeof(pWpaIePacket->version));
622 tempInt = ENDIAN_HANDLE_WORD(0x0001);
623 os_memoryCopy (pAdmCtrl->hOs,(UINT8*)&pWpaIePacket->authKeyMngSuiteCnt, &tempInt, sizeof(pWpaIePacket->authKeyMngSuiteCnt));
681 tempInt = ENDIAN_HANDLE_WORD(0x0001);
682 os_memoryCopy (pAdmCtrl->hOs,(UINT8*)&pWpaIePacket->pairwiseSuiteCnt, &tempInt, sizeof(pWpaIePacket->pairwiseSuiteCnt));
    [all...]
  /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...]
  /system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
admCtrlWpa.c 529 TI_UINT16 tempInt;
571 tempInt = WPA_OUI_MAX_VERSION;
572 COPY_WLAN_WORD(&pWpaIePacket->version, &tempInt);
609 tempInt = 0x0001;
610 COPY_WLAN_WORD(&pWpaIePacket->authKeyMngSuiteCnt, &tempInt);
665 tempInt = 0x0001;
666 COPY_WLAN_WORD(&pWpaIePacket->pairwiseSuiteCnt, &tempInt);
    [all...]

Completed in 75 milliseconds