Lines Matching refs:pPvcStaticData
395 int pvcInitFrame(PVC_STATIC_DATA *pPvcStaticData, in pvcInitFrame() argument
430 UCHAR pvcBorder0_last = pPvcStaticData->pvcBorder0; in pvcInitFrame()
431 pPvcStaticData->pvcBorder0 = pvcBorder0; in pvcInitFrame()
458 if ((pPvcStaticData->pvc_mode_last == 0) || (pPvcStaticData->kx_last != kx)) { in pvcInitFrame()
482 void pvcDecodeFrame(PVC_STATIC_DATA *pPvcStaticData, in pvcDecodeFrame() argument
497 pPvcStaticData, pPvcDynamicData, &qmfBufferReal[t * RATE], in pvcDecodeFrame()
506 void pvcDecodeTimeSlot(PVC_STATIC_DATA *pPvcStaticData, in pvcDecodeTimeSlot() argument
514 int Esg_index = pPvcStaticData->Esg_slot_index; in pvcDecodeTimeSlot()
516 FIXP_DBL *pEsg = pPvcStaticData->Esg[Esg_index]; in pvcDecodeTimeSlot()
557 int idx = pPvcStaticData->Esg_slot_index; in pvcDecodeTimeSlot()
564 pEsg_filt = pPvcStaticData->Esg[idx]; in pvcDecodeTimeSlot()
637 pPvcStaticData->Esg_slot_index = in pvcDecodeTimeSlot()
638 (pPvcStaticData->Esg_slot_index + 1) & (PVC_NS_MAX - 1); in pvcDecodeTimeSlot()
645 void pvcEndFrame(PVC_STATIC_DATA *pPvcStaticData, in pvcEndFrame() argument
647 pPvcStaticData->pvc_mode_last = pPvcDynamicData->pvc_mode; in pvcEndFrame()
648 pPvcStaticData->kx_last = pPvcDynamicData->kx; in pvcEndFrame()