OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nCols
(Results
1 - 7
of
7
) sorted by null
/external/aac/libSBRdec/src/
lpp_tran.h
172
UCHAR
nCols
; /*!< number subsamples of a codec frame */
221
const int
nCols
,
lpp_tran.cpp
267
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
, /*!< Number of colums (codec qmf bank) *
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
recover.c
[
all
...]
/external/aac/libSBRenc/src/
ton_corr.cpp
670
INT
nCols
= sbrCfg->noQmfSlots;
728
hTonCorr->bufferLength =
nCols
;
[
all
...]
/external/opencv/cv/src/
cvmorph.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp
209
unsigned
nCols
= columns.size();
218
while (m_cCol <
nCols
&& (cellAt(insertionRow, m_cCol).hasCells() || cellAt(insertionRow, m_cCol).inColSpan))
232
if (m_cCol >=
nCols
) {
[
all
...]
/external/opencv/cxcore/include/
cxtypes.h
414
int
nCols
;
425
int
nCols
;
[
all
...]
Completed in 769 milliseconds