Searched defs:boffs (Results 1 - 3 of 3) sorted by last modified time

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c381 int bsize, boffs, total; local
394 boffs = dwarf_bitoffset(vr_die);
396 if (boffs < 0 || total < 0)
398 ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs,
/external/libopus/celt/
H A Dcelt_decoder.c410 int boffs; local
412 boffs = N*c+(eBands[i]<<LM);
417 X[boffs+j] = (celt_norm)((opus_int32)seed>>20);
419 renormalise_vector(X+boffs, blen, Q15ONE);
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_decoder.c410 int boffs; local
412 boffs = N*c+(eBands[i]<<LM);
417 X[boffs+j] = (celt_norm)((opus_int32)seed>>20);
419 renormalise_vector(X+boffs, blen, Q15ONE);

Completed in 113 milliseconds