Lines Matching refs:col
185 \col Number of the time slot.
195 int col,
225 col += indx;
230 if (col < (numQmfSubSamples>>1)) { /* first half of current frame */
232 int j = col + (numQmfSubSamples>>1);
254 else if (col < numQmfSubSamples) { /* second half of current frame */
256 int j = col - (numQmfSubSamples>>1);
295 int j = col - (numQmfSubSamples>>1);
317 col -= numQmfSubSamples;
379 if (col == (numQmfSubSamples>>1)-1) {
434 if ((col >= startSample) && (col < stopSample)) {
435 if ((col & ~0x03) > startSample) {
438 if (col < ((stopSample-1) & ~0x03)) {
462 if (col == (numQmfSubSamples>>1)-1) {
487 int col;
508 for (col = 0; col < numQmfSubSamples; col++)
510 FIXP_DBL *qmfSlotReal = QmfBufferReal[col];
511 col];
517 col,