Home
last modified time | relevance | path

Searched refs:MAX_WORD (Results 1 – 4 of 4) sorted by relevance

/third_party/libsnd/src/GSM610/
Dadd.c17 ((x) < MIN_WORD ? MIN_WORD : (x) > MAX_WORD ? MAX_WORD: (x))
34 return MAX_WORD ; in gsm_mult()
42 return MAX_WORD ; in gsm_mult_r()
52 return a < 0 ? (a == MIN_WORD ? MAX_WORD : -a) : a ; in gsm_abs()
Dgsm610_priv.h52 #define MAX_WORD 32767 macro
154 if (ltmp >= MAX_WORD) in GSM_ADD()
155 return MAX_WORD ; in GSM_ADD()
168 if (ltmp >= MAX_WORD) in GSM_SUB()
169 ltmp = MAX_WORD ; in GSM_SUB()
182 return MAX_WORD ; in GSM_ABS()
Dshort_term.c156 { temp = *LARp == MIN_WORD ? MAX_WORD : - (*LARp) ; in LARp_to_rp()
271 ? MAX_WORD in Short_term_synthesis_filtering()
280 ? MAX_WORD in Short_term_synthesis_filtering()
Drpe.c102 : (L_result > MAX_WORD ? MAX_WORD : L_result)) ; in Weighting_filter()