Searched refs:DECISION_DELAY_MASK (Results 1 – 2 of 2) sorted by relevance
161 #define DECISION_DELAY_MASK ( DECISION_DELAY - 1 ) macro
232 last_smple_idx = ( last_smple_idx - 1 ) & DECISION_DELAY_MASK; in silk_NSQ_del_dec()283 last_smple_idx = ( last_smple_idx - 1 ) & DECISION_DELAY_MASK; in silk_NSQ_del_dec()549 …*smpl_buf_idx = ( *smpl_buf_idx - 1 ) & DECISION_DELAY_MASK; /* Index to newest… in silk_noise_shape_quantizer_del_dec()550 …last_smple_idx = ( *smpl_buf_idx + decisionDelay ) & DECISION_DELAY_MASK; /* Index to decisi… in silk_noise_shape_quantizer_del_dec()