Home
last modified time | relevance | path

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

/external/chromium_org/third_party/opus/src/celt/
Dbands.c254 opus_val32 thresh32; in anti_collapse() local
262 thresh32 = SHR32(celt_exp2(-SHL16(depth, 10-BITRES)),1); in anti_collapse()
263 thresh = MULT16_32_Q15(QCONST16(0.5f, 15), MIN32(32767,thresh32)); in anti_collapse()