Searched refs:pChVars (Results 1 – 3 of 3) sorted by relevance
167 tmp3dec_chan *pChVars[CHAN]; in pvmp3_framedecoder() local214 pChVars[ LEFT] = &pVars->perChan[ LEFT]; in pvmp3_framedecoder()215 pChVars[RIGHT] = &pVars->perChan[RIGHT]; in pvmp3_framedecoder()339 pv_memset((void*)pChVars[RIGHT]->work_buf_int32, in pvmp3_framedecoder()341 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[RIGHT]->work_buf_int32[0])); in pvmp3_framedecoder()343 pv_memset((void*)pChVars[LEFT]->work_buf_int32, in pvmp3_framedecoder()345 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[LEFT]->work_buf_int32[0])); in pvmp3_framedecoder()348 pv_memset((void*)&pChVars[ LEFT]->circ_buffer[576], in pvmp3_framedecoder()350 480*sizeof(pChVars[ LEFT]->circ_buffer[0])); in pvmp3_framedecoder()351 pv_memset((void*)&pChVars[RIGHT]->circ_buffer[576], in pvmp3_framedecoder()[all …]
122 void pvmp3_poly_phase_synthesis(tmp3dec_chan *pChVars, in pvmp3_poly_phase_synthesis() argument130 pvmp3_equalizer(pChVars->circ_buffer, in pvmp3_poly_phase_synthesis()132 pChVars->work_buf_int32); in pvmp3_poly_phase_synthesis()140 int32 *inData = &pChVars->circ_buffer[544 - (band<<5)]; in pvmp3_poly_phase_synthesis()180 pv_memmove(&pChVars->circ_buffer[576], in pvmp3_poly_phase_synthesis()181 pChVars->circ_buffer, in pvmp3_poly_phase_synthesis()182 480*sizeof(*pChVars->circ_buffer)); in pvmp3_poly_phase_synthesis()
89 void pvmp3_poly_phase_synthesis(tmp3dec_chan *pChVars,