Home
last modified time | relevance | path

Searched refs:pChVars (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/module/codecs/mp3dec/src/
Dpvmp3_framedecoder.cpp350 tmp3dec_chan *pChVars[CHAN]; in pvmp3_framedecoder() local
404 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 …]
Dpvmp3_poly_phase_synthesis.cpp122 void pvmp3_poly_phase_synthesis(tmp3dec_chan *pChVars, in pvmp3_poly_phase_synthesis() argument
130 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()
Dpvmp3_poly_phase_synthesis.h89 void pvmp3_poly_phase_synthesis(tmp3dec_chan *pChVars,