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

  /external/chromium_org/third_party/opus/src/celt/
bands.c 1063 opus_val16 gain, celt_norm *lowband_scratch, int fill)
1099 if (lowband_scratch && lowband && (recombine || ((N_B&1) == 0 && tf_change<0) || B0>1))
1103 lowband_scratch[j] = lowband[j];
1104 lowband = lowband_scratch;
1365 celt_norm *lowband_scratch; local
    [all...]
  /external/libopus/celt/
bands.c 1063 opus_val16 gain, celt_norm *lowband_scratch, int fill)
1099 if (lowband_scratch && lowband && (recombine || ((N_B&1) == 0 && tf_change<0) || B0>1))
1103 lowband_scratch[j] = lowband[j];
1104 lowband = lowband_scratch;
1365 celt_norm *lowband_scratch; local
    [all...]

Completed in 118 milliseconds