Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_decoder.c410 int boffs; in celt_decode_lost() local
412 boffs = N*c+(eBands[i]<<LM); in celt_decode_lost()
417 X[boffs+j] = (celt_norm)((opus_int32)seed>>20); in celt_decode_lost()
419 renormalise_vector(X+boffs, blen, Q15ONE); in celt_decode_lost()
/external/linux-tools-perf/src/tools/perf/util/
Dprobe-finder.c360 int bsize, boffs, total; in convert_variable_type() local
373 boffs = dwarf_bitoffset(vr_die); in convert_variable_type()
375 if (boffs < 0 || total < 0) in convert_variable_type()
377 ret = snprintf(buf, 16, "b%d@%d/%zd", bsize, boffs, in convert_variable_type()