HomeSort by relevance Sort by last modified time
    Searched refs:boffs (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 410 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);
    [all...]
  /external/libopus/celt/
celt_decoder.c 410 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);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.c 381 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,
    [all...]

Completed in 204 milliseconds