HomeSort by relevance Sort by last modified time
    Searched full:next_cb_boundary (Results 1 - 2 of 2) sorted by null

  /external/opencore/codecs_v2/audio/mp3/dec/src/
pvmp3_dequantize_sample.cpp 202 int32 next_cb_boundary; local
214 next_cb_boundary = mp3_sfBandIndex[sfreq].l[1]; /* LONG blocks: 0,1,3 */
218 next_cb_boundary = mp3_sfBandIndex[sfreq].s[1] * 3; /* pure SHORT block */
228 if (ss == next_cb_boundary)
233 if (next_cb_boundary == mp3_sfBandIndex[sfreq].l[mixstart])
235 next_cb_boundary = mp3_sfBandIndex[sfreq].s[4] * 3;
243 next_cb_boundary = mp3_sfBandIndex[sfreq].l[cb+1];
247 next_cb_boundary = mp3_sfBandIndex[sfreq].s[cb+1] * 3;
265 next_cb_boundary = mp3_sfBandIndex[sfreq].s[cb+1] * 3;
270 } /* end-if ( ss == next_cb_boundary) */
    [all...]
  /frameworks/base/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.cpp 202 int32 next_cb_boundary; local
214 next_cb_boundary = mp3_sfBandIndex[sfreq].l[1]; /* LONG blocks: 0,1,3 */
218 next_cb_boundary = mp3_sfBandIndex[sfreq].s[1] * 3; /* pure SHORT block */
228 if (ss == next_cb_boundary)
233 if (next_cb_boundary == mp3_sfBandIndex[sfreq].l[mixstart])
235 next_cb_boundary = mp3_sfBandIndex[sfreq].s[4] * 3;
243 next_cb_boundary = mp3_sfBandIndex[sfreq].l[cb+1];
247 next_cb_boundary = mp3_sfBandIndex[sfreq].s[cb+1] * 3;
265 next_cb_boundary = mp3_sfBandIndex[sfreq].s[cb+1] * 3;
270 } /* end-if ( ss == next_cb_boundary) */
    [all...]

Completed in 1822 milliseconds