Searched refs:tone_flag (Results 1 – 2 of 2) sorted by relevance
267 if (sub((Word16) (st->tone_flag & 0x7c00), 0x7c00) == 0) in update_cntrl()671 state->tone_flag = 0; in wb_vad_reset()743 st->tone_flag = (st->tone_flag >> 1); in wb_vad_tone_detection()748 st->tone_flag = (Word16) (st->tone_flag | 0x4000); in wb_vad_tone_detection()785 st->tone_flag = (Word16) (st->tone_flag & 0x1fff); in wb_vad()
55 Word16 tone_flag; /* tone detection flags */ member