OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pChVars
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_poly_phase_synthesis.cpp
39
tmp3dec_chan *
pChVars
, decoder state structure per channel
122
void pvmp3_poly_phase_synthesis(tmp3dec_chan *
pChVars
,
130
pvmp3_equalizer(
pChVars
->circ_buffer,
132
pChVars
->work_buf_int32);
140
int32 *inData = &
pChVars
->circ_buffer[544 - (band<<5)];
180
pv_memmove(&
pChVars
->circ_buffer[576],
181
pChVars
->circ_buffer,
182
480*sizeof(*
pChVars
->circ_buffer));
pvmp3_poly_phase_synthesis.h
89
void pvmp3_poly_phase_synthesis(tmp3dec_chan *
pChVars
,
pvmp3_framedecoder.cpp
167
tmp3dec_chan *
pChVars
[CHAN];
214
pChVars
[ LEFT] = &pVars->perChan[ LEFT];
215
pChVars
[RIGHT] = &pVars->perChan[RIGHT];
330
pv_memset((void*)
pChVars
[RIGHT]->work_buf_int32,
332
SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(
pChVars
[RIGHT]->work_buf_int32[0]));
334
pv_memset((void*)
pChVars
[LEFT]->work_buf_int32,
336
SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(
pChVars
[LEFT]->work_buf_int32[0]));
339
pv_memset((void*)&
pChVars
[ LEFT]->circ_buffer[576],
341
480*sizeof(
pChVars
[ LEFT]->circ_buffer[0]));
342
pv_memset((void*)&
pChVars
[RIGHT]->circ_buffer[576]
[
all
...]
Completed in 90 milliseconds