HomeSort by relevance Sort by last modified time
    Searched refs:Scratch_mem (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_reorder.cpp 43 int32 Scratch_mem[198] for temporary usage
123 int32 Scratch_mem[198])
159 Scratch_mem[freq ] = tmp1;
160 Scratch_mem[freq+1] = tmp2;
161 Scratch_mem[freq+2] = tmp3;
165 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32));
180 Scratch_mem[freq ] = tmp1;
181 Scratch_mem[freq+1] = tmp2;
182 Scratch_mem[freq+2] = tmp3;
185 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32))
    [all...]
pvmp3_reorder.h 92 int32 Scratch_mem[198]);
pvmp3_imdct_synth.h 89 int32 *Scratch_mem);
s_tmp3dec_file.h 90 int32 Scratch_mem[198];
pvmp3_imdct_synth.cpp 43 int32 *Scratch_mem
221 int32 *Scratch_mem)
268 int32 *tmp_prev_ovr = &Scratch_mem[FILTERBANK_BANDS];
273 Scratch_mem[i ] = out[(i*3)];
274 Scratch_mem[6 +i] = out[(i*3) + 1];
275 Scratch_mem[12 +i] = out[(i*3) + 2];
278 pvmp3_mdct_6(&Scratch_mem[ 0], &tmp_prev_ovr[ 0]);
279 pvmp3_mdct_6(&Scratch_mem[ 6], &tmp_prev_ovr[ 6]);
280 pvmp3_mdct_6(&Scratch_mem[12], &tmp_prev_ovr[12]);
287 history[i] += fxp_mul32_Q32(Scratch_mem[12+i] << 1, short_win[ i])
    [all...]
pvmp3_framedecoder.cpp 377 int32 * tmp = pVars->Scratch_mem;
427 int32 * tmp = pVars->Scratch_mem;
448 pVars->Scratch_mem);
482 pVars->Scratch_mem);

Completed in 269 milliseconds