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

  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 470 int extrapolation_offset; local
552 extrapolation_offset = MAX_PERIOD-pitch_index;
567 exc[extrapolation_offset+j])), SIG_SHIFT);
571 buf[DECODE_BUFFER_SIZE-MAX_PERIOD-N+extrapolation_offset+j],
    [all...]
  /external/libopus/celt/
celt_decoder.c 470 int extrapolation_offset; local
552 extrapolation_offset = MAX_PERIOD-pitch_index;
567 exc[extrapolation_offset+j])), SIG_SHIFT);
571 buf[DECODE_BUFFER_SIZE-MAX_PERIOD-N+extrapolation_offset+j],
    [all...]

Completed in 64 milliseconds