Lines Matching refs:RATE
397 const UCHAR ns, const int RATE, const int kx, in pvcInitFrame() argument
402 pPvcDynamicData->RATE = RATE; in pvcInitFrame()
414 hbw = 8 / RATE; in pvcInitFrame()
422 hbw = 12 / RATE; in pvcInitFrame()
464 lbw = 8 / RATE; in pvcInitFrame()
489 int RATE = pPvcDynamicData->RATE; in pvcDecodeFrame() local
497 pPvcStaticData, pPvcDynamicData, &qmfBufferReal[t * RATE], in pvcDecodeFrame()
498 &qmfBufferImag[t * RATE], in pvcDecodeFrame()
499 (t * RATE < overlap) ? qmfExponentOverlap : qmfExponentCurrent, in pvcDecodeFrame()
513 int RATE = pPvcDynamicData->RATE; in pvcDecodeTimeSlot() local
530 for (i = 0; i < RATE; i++) { in pvcDecodeTimeSlot()