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

  /external/chromium_org/third_party/opus/src/silk/
define.h 161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )
NSQ_del_dec.c 232 last_smple_idx = ( last_smple_idx - 1 ) & DECISION_DELAY_MASK;
283 last_smple_idx = ( last_smple_idx - 1 ) & DECISION_DELAY_MASK;
549 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest samples */
550 last_smple_idx = ( *smpl_buf_idx + decisionDelay ) & DECISION_DELAY_MASK; /* Index to decisionDelay old samples */
    [all...]
  /external/libopus/silk/
define.h 161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 )
NSQ_del_dec.c 232 last_smple_idx = ( last_smple_idx - 1 ) & DECISION_DELAY_MASK;
283 last_smple_idx = ( last_smple_idx - 1 ) & DECISION_DELAY_MASK;
549 *smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest samples */
550 last_smple_idx = ( *smpl_buf_idx + decisionDelay ) & DECISION_DELAY_MASK; /* Index to decisionDelay old samples */
    [all...]

Completed in 34 milliseconds