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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_mips.c33 int32_t min_q16 = 0xffff8000; local
88 "slt %[r0], %[t1], %[min_q16] \n\t"
89 "slt %[r1], %[t0], %[min_q16] \n\t"
90 "movn %[t1], %[min_q16], %[r0] \n\t"
91 "movn %[t0], %[min_q16], %[r1] \n\t"
110 [max_q16] "r" (max_q16), [min_q16] "r" (min_q16),

Completed in 161 milliseconds