Searched refs:DECISION_DELAY_MASK (Results 1 - 2 of 2) sorted by relevance

/external/libopus/silk/
H A Ddefine.h161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 ) macro
H A DNSQ_del_dec.c232 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 */

Completed in 471 milliseconds