Searched defs:overlap (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Ds_tmp3dec_chan.h88 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS]; member in struct:__anon675
H A Dpvmp3_imdct_synth.cpp39 int32 overlap[], Pointer to overlap values of current channel
53 The first half of the output values are added to the stored overlap
56 output values is stored for overlap with the next data granule.
217 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS],
244 int32 * history = overlap + (band * FILTERBANK_BANDS);
285 /* next iteration overlap */
295 /* next iteration overlap */
335 int32 * history = overlap + (band * FILTERBANK_BANDS);
370 pv_memset(history, 0, FILTERBANK_BANDS*sizeof(*overlap));
216 pvmp3_imdct_synth(int32 in[SUBBANDS_NUMBER*FILTERBANK_BANDS], int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS], uint32 blk_type, int16 mx_band, int32 used_freq_lines, int32 *Scratch_mem) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBeanBag.java235 public float overlap(Bean other) { method in class:BeanBag.Board.Bean
320 final float overlap = nv.overlap(nv2);

Completed in 135 milliseconds