Searched defs:usb (Results 1 - 9 of 9) sorted by relevance

/external/aac/libFDK/include/
H A Dqmf.h167 int usb; /*!< Top of high subbands */ member in struct:QMF_FILTER_BANK
205 int usb, /*!< Number of upper bands */
223 int usb, /*!< Number of upper bands */
/external/aac/libSBRenc/src/
H A Dton_corr.cpp122 INT usb, /*!< upper side band, highest + 1 QMF band in the SBR range. */
175 for (r = 0; r < usb; r++)
512 INT usb = v_k_master[numMaster]; /* Stop subband related to the synthesis filterbank */
536 while(targetStopBand < usb) {
577 goalSb = usb;
119 FDKsbrEnc_CalculateTonalityQuotas( HANDLE_SBR_TON_CORR_EST hTonCorr, FIXP_DBL **RESTRICT sourceBufferReal, FIXP_DBL **RESTRICT sourceBufferImag, INT usb, INT qmfScale ) argument
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js6190 * @see http://developer.chrome.com/apps/usb.html
6193 chrome.usb = {};
6198 chrome.usb.Device = function Device() {};
6202 chrome.usb.Device.prototype.device;
6206 chrome.usb.Device.prototype.vendorId;
6210 chrome.usb.Device.prototype.productId;
6215 chrome.usb.ConnectionHandle = function ConnectionHandle() {};
6219 chrome.usb.ConnectionHandle.prototype.handle;
6223 chrome.usb.ConnectionHandle.prototype.vendorId;
6227 chrome.usb
[all...]
/external/aac/libFDK/src/
H A Dqmf.cpp480 * and anaQmf->usb to the amount of QMF bands.
533 * and anaQmf->usb to the amount of QMF bands.
622 * and anaQmf->usb to the amount of QMF bands.
684 scaleValues(&tReal[0+synQmf->lsb], &qmfReal[0+synQmf->lsb], synQmf->usb-synQmf->lsb, scaleFactorHighBand);
685 FDKmemclear(&tReal[0+synQmf->usb], (L-synQmf->usb)*sizeof(FIXP_QMF));
739 scaleValues(pTimeOut+M+synQmf->lsb, qmfReal+synQmf->lsb, synQmf->usb-synQmf->lsb, scaleFactorHighBand);
740 FDKmemclear(pTimeOut+M+synQmf->usb, (L-synQmf->usb)*sizeof(FIXP_QMF));
780 for (; i < synQmf->usb;
968 qmfInitFilterBank(HANDLE_QMF_FILTER_BANK h_Qmf, void *pFilterStates, int noCols, int lsb, int usb, int no_channels, UINT flags) argument
1087 qmfInitAnalysisFilterBank(HANDLE_QMF_FILTER_BANK h_Qmf, FIXP_QAS *pFilterStates, int noCols, int lsb, int usb, int no_channels, int flags) argument
1115 qmfInitSynthesisFilterBank(HANDLE_QMF_FILTER_BANK h_Qmf, FIXP_QSS *pFilterStates, int noCols, int lsb, int usb, int no_channels, int flags) argument
[all...]
/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp279 Possible optimization: Clearing bands up to usb would be sufficient here. */
763 const int usb, /*!< Highband area stop subband */
799 usb,
845 UCHAR usb, /*!< High band area: stop subband */
864 usb = fixMin(usb, v_k_master[numMaster]); /* Avoid endless loops (compare with float code). */
889 while(targetStopBand < usb) {
934 desiredBorder = usb;
758 createLppTransposer(HANDLE_SBR_LPP_TRANS hs, TRANSPOSER_SETTINGS *pSettings, const int highBandStartSb, UCHAR *v_k_master, const int numMaster, const int usb, const int timeSlots, const int nCols, UCHAR *noiseBandTable, const int noNoiseBands, UINT fs, const int chan, const int overlap ) argument
839 resetLppTransposer(HANDLE_SBR_LPP_TRANS hLppTrans, UCHAR highBandStartSb, UCHAR *v_k_master, UCHAR numMaster, UCHAR *noiseBandTable, UCHAR noNoiseBands, UCHAR usb, UINT fs ) argument
H A Dsbrdec_freq_sca.cpp722 int k2,kx, lsb, usb; local
753 usb = hFreq->freqBandTable[0][nBandsLo];
756 if ( (lsb > (32)) || (lsb >= usb) ) {
809 hFreq->highSubband = usb;
/external/kernel-headers/original/uapi/linux/
H A Dedd.h138 } __attribute__ ((packed)) usb; member in union:edd_device_params::__anon22981
/external/robolectric/lib/main/
H A Dandroid.jar ... 0_r1/s?defs= " (android.hardware.usb.UsbDevice) android.hardware.usb.UsbDevice device ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1086 milliseconds