Searched refs:circ_buffer (Results 1 – 4 of 4) sorted by relevance
130 pvmp3_equalizer(pChVars->circ_buffer, 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()
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()543 480*sizeof(pChVars[RIGHT]->circ_buffer[0])); in pvmp3_framedecoder()970 pv_memset((void*)&pChVars[ LEFT]->circ_buffer[576], in pvmp3_resetDecoder()972 480*sizeof(pChVars[ LEFT]->circ_buffer[0])); in pvmp3_resetDecoder()973 pv_memset((void*)&pChVars[RIGHT]->circ_buffer[576], in pvmp3_resetDecoder()975 480*sizeof(pChVars[RIGHT]->circ_buffer[0])); in pvmp3_resetDecoder()
90 int32 circ_buffer[480 + 576]; member
325 void pvmp3_equalizer(int32 *circ_buffer, in pvmp3_equalizer() argument336 int32 *inData = &circ_buffer[544 - (band<<5)]; in pvmp3_equalizer()374 int32 *inData = &circ_buffer[544 - (band<<5)]; in pvmp3_equalizer()