Searched refs:pChVars (Results 1 – 7 of 7) sorted by relevance
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | pvmp4audiodecoderframe.cpp | 519 tDec_Int_Chan *pChVars[Chans]; /* Helper pointer */ in PVMP4AudioDecodeFrame() local 543 pChVars[LEFT] = &pVars->perChan[LEFT]; in PVMP4AudioDecodeFrame() 544 pChVars[RIGHT] = &pVars->perChan[RIGHT]; in PVMP4AudioDecodeFrame() 546 pChLeftShare = pChVars[LEFT]->pShareWfxpCoef; in PVMP4AudioDecodeFrame() 547 pChRightShare = pChVars[RIGHT]->pShareWfxpCoef; in PVMP4AudioDecodeFrame() 711 pChVars); in PVMP4AudioDecodeFrame() 854 pFrameInfo = pVars->winmap[pChVars[LEFT]->wnd]; in PVMP4AudioDecodeFrame() 863 pChVars[LEFT]->fxpCoef, in PVMP4AudioDecodeFrame() 883 pChVars[LEFT]->fxpCoef, in PVMP4AudioDecodeFrame() 884 pChVars[RIGHT]->fxpCoef, in PVMP4AudioDecodeFrame() [all …]
|
D | huffdecode.cpp | 377 tDec_Int_Chan *pChVars[]) in huffdecode() argument 444 pChLeftShare = pChVars[LEFT]->pShareWfxpCoef; in huffdecode() 445 pChRightShare = pChVars[RIGHT]->pShareWfxpCoef; in huffdecode() 455 (WINDOW_SEQUENCE *) & pChVars[LEFT]->wnd, in huffdecode() 456 (WINDOW_SHAPE *) & pChVars[LEFT]->wnd_shape_this_bk, in huffdecode() 466 pChVars[RIGHT]->wnd = pChVars[LEFT]->wnd; in huffdecode() 467 pChVars[RIGHT]->wnd_shape_this_bk = in huffdecode() 468 pChVars[LEFT]->wnd_shape_this_bk; in huffdecode() 476 pVars->winmap[pChVars[LEFT]->wnd], in huffdecode() 502 pChLeftShare = pChVars[ch]->pShareWfxpCoef; in huffdecode() [all …]
|
D | getics.cpp | 428 tDec_Int_Chan *pChVars, in getics() argument 472 &pChVars->wnd, in getics() 473 &pChVars->wnd_shape_this_bk, in getics() 477 &pChVars->pShareWfxpCoef->lt_status, in getics() 481 pFrameInfo = pWinMap[pChVars->wnd]; in getics() 576 pChVars->pShareWfxpCoef->factors, in getics() 619 pChVars->pShareWfxpCoef->max_sfb, in getics() 621 pChVars->wnd, in getics() 659 pChVars->pShareWfxpCoef->factors, in getics() 660 pChVars->fxpCoef, in getics() [all …]
|
D | huffman.h | 197 tDec_Int_Chan *pChVars[]); 209 tDec_Int_Chan *pChVars,
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
D | pvmp3_framedecoder.cpp | 167 tmp3dec_chan *pChVars[CHAN]; in pvmp3_framedecoder() local 214 pChVars[ LEFT] = &pVars->perChan[ LEFT]; in pvmp3_framedecoder() 215 pChVars[RIGHT] = &pVars->perChan[RIGHT]; in pvmp3_framedecoder() 330 pv_memset((void*)pChVars[RIGHT]->work_buf_int32, in pvmp3_framedecoder() 332 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[RIGHT]->work_buf_int32[0])); in pvmp3_framedecoder() 334 pv_memset((void*)pChVars[LEFT]->work_buf_int32, in pvmp3_framedecoder() 336 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[LEFT]->work_buf_int32[0])); in pvmp3_framedecoder() 339 pv_memset((void*)&pChVars[ LEFT]->circ_buffer[576], in pvmp3_framedecoder() 341 480*sizeof(pChVars[ LEFT]->circ_buffer[0])); in pvmp3_framedecoder() 342 pv_memset((void*)&pChVars[RIGHT]->circ_buffer[576], in pvmp3_framedecoder() [all …]
|
D | pvmp3_poly_phase_synthesis.cpp | 122 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()
|
D | pvmp3_poly_phase_synthesis.h | 89 void pvmp3_poly_phase_synthesis(tmp3dec_chan *pChVars,
|