Searched refs:boffs (Results 1 - 2 of 2) sorted by relevance

/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/linux-tools-perf/src/tools/perf/util/
H A Dprobe-finder.c360 int bsize, boffs, total; local
373 boffs = dwarf_bitoffset(vr_die);
375 if (boffs < 0 || total < 0)
377 ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs,

Completed in 181 milliseconds