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()
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()353 480*sizeof(pChVars[RIGHT]->circ_buffer[0])); in pvmp3_framedecoder()780 pv_memset((void*)&pChVars[ LEFT]->circ_buffer[576], in pvmp3_resetDecoder()782 480*sizeof(pChVars[ LEFT]->circ_buffer[0])); in pvmp3_resetDecoder()783 pv_memset((void*)&pChVars[RIGHT]->circ_buffer[576], in pvmp3_resetDecoder()785 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()