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

  /external/chromium_org/third_party/opus/src/celt/
celt_decoder.c 328 #define PLC_PITCH_LAG_MAX (720)
452 pitch_search(lp_pitch_buf+(PLC_PITCH_LAG_MAX>>1), lp_pitch_buf,
453 DECODE_BUFFER_SIZE-PLC_PITCH_LAG_MAX,
454 PLC_PITCH_LAG_MAX-PLC_PITCH_LAG_MIN, &pitch_index, st->arch);
455 pitch_index = PLC_PITCH_LAG_MAX-pitch_index;
    [all...]
  /external/libopus/celt/
celt_decoder.c 328 #define PLC_PITCH_LAG_MAX (720)
452 pitch_search(lp_pitch_buf+(PLC_PITCH_LAG_MAX>>1), lp_pitch_buf,
453 DECODE_BUFFER_SIZE-PLC_PITCH_LAG_MAX,
454 PLC_PITCH_LAG_MAX-PLC_PITCH_LAG_MIN, &pitch_index, st->arch);
455 pitch_index = PLC_PITCH_LAG_MAX-pitch_index;
    [all...]

Completed in 430 milliseconds