Searched refs:nCols (Results 1 - 8 of 8) sorted by relevance

/external/aac/libSBRdec/src/
H A Dlpp_tran.h172 UCHAR nCols; /*!< number subsamples of a codec frame */ member in struct:__anon216
221 const int nCols,
H A Dlpp_tran.cpp267 stopSample = pSettings->nCols + lastSlotOffs * timeStep;
274 autoCorrLength = pSettings->nCols + pSettings->overlap;
341 for(i=0;i<pSettings->nCols+pSettings->overlap;i++){
350 for(i=0;i<((pSettings->overlap+pSettings->nCols)>>1);i++) {
354 if (pSettings->nCols & 1) {
363 dynamicScale = fixMin(dynamicScale, getScalefactor(&lowBandReal[LPC_ORDER+pSettings->overlap], pSettings->nCols) + lowBandShift);
366 dynamicScale = fixMin(dynamicScale, getScalefactor(&lowBandImag[LPC_ORDER+pSettings->overlap], pSettings->nCols) + lowBandShift);
374 scaleValues(&lowBandReal[LPC_ORDER+pSettings->overlap], pSettings->nCols, dynamicScale-lowBandShift);
378 scaleValues(&lowBandImag[LPC_ORDER+pSettings->overlap], pSettings->nCols, dynamicScale-lowBandShift);
765 const int nCols, /*!< Numbe
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
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Drecover.c1537 unsigned nCols; /* Number of columns in target table */ member in struct:Recover
1686 if( leafCursorCellColumns(pCursor->pLeafCursor)>pRecover->nCols ){
1691 for( i=0; i<pRecover->nCols; ++i ){
1778 if( i>=pRecover->nCols ){
2022 static int ParseColumnsAndGenerateCreate(unsigned nCols, argument
2033 for( i=0; i<nCols; i++ ){
2034 const char *zSep = (i < nCols - 1 ? ", " : ")");
2127 pRecover->nCols = argc - kTypeCol;
2128 pRecover->pTypes = sqlite3_malloc(pRecover->nCols);
2148 rc = ParseColumnsAndGenerateCreate(pRecover->nCols, arg
[all...]
/external/aac/libSBRenc/src/
H A Dton_corr.cpp670 INT nCols = sbrCfg->noQmfSlots;
728 hTonCorr->bufferLength = nCols;
/external/opencv/cv/src/
H A Dcvmorph.cpp750 element->nCols = cols;
869 if( iterations == 0 || (element && element->nCols == 1 && element->nRows == 1))
878 el_size = cvSize( element->nCols, element->nRows );
1084 el_hdr = cvMat( element->nRows, element->nCols, CV_32SC1, element->values );
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableSection.cpp227 unsigned nCols = columns.size(); local
236 while (m_cCol < nCols && (cellAt(insertionRow, m_cCol).hasCells() || cellAt(insertionRow, m_cCol).inColSpan))
250 if (m_cCol >= nCols) {
/external/opencv/cxcore/include/
H A Dcxtypes.h414 int nCols; member in struct:_IplConvKernel
425 int nCols; member in struct:_IplConvKernelFP
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c111777 unsigned nCols; /* Number of columns in target table */ member in struct:Recover
112262 ParseColumnsAndGenerateCreate(unsigned nCols, const char *const *pCols, char **pzCreateSql, unsigned char *pTypes, char **pzErr) argument
[all...]

Completed in 440 milliseconds