OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECISION_DELAY_MASK
(Results
1 - 2
of
2
) 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
...]
Completed in 462 milliseconds