Searched refs:pChVars (Results 1 – 3 of 3) sorted by relevance
350 tmp3dec_chan *pChVars[CHAN]; in pvmp3_framedecoder() local404 pChVars[ LEFT] = &pVars->perChan[ LEFT]; in pvmp3_framedecoder()405 pChVars[RIGHT] = &pVars->perChan[RIGHT]; in pvmp3_framedecoder()529 pv_memset((void*)pChVars[RIGHT]->work_buf_int32, in pvmp3_framedecoder()531 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[RIGHT]->work_buf_int32[0])); in pvmp3_framedecoder()533 pv_memset((void*)pChVars[LEFT]->work_buf_int32, in pvmp3_framedecoder()535 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[LEFT]->work_buf_int32[0])); in pvmp3_framedecoder()538 pv_memset((void*)&pChVars[ LEFT]->circ_buffer[576], in pvmp3_framedecoder()540 480*sizeof(pChVars[ LEFT]->circ_buffer[0])); in pvmp3_framedecoder()541 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,