Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
Ddtx_dec.cpp295 st->lsf_hist[0] = 1384; in dtx_dec_reset()
296 st->lsf_hist[1] = 2077; in dtx_dec_reset()
297 st->lsf_hist[2] = 3420; in dtx_dec_reset()
298 st->lsf_hist[3] = 5108; in dtx_dec_reset()
299 st->lsf_hist[4] = 6742; in dtx_dec_reset()
300 st->lsf_hist[5] = 8122; in dtx_dec_reset()
301 st->lsf_hist[6] = 9863; in dtx_dec_reset()
302 st->lsf_hist[7] = 11092; in dtx_dec_reset()
303 st->lsf_hist[8] = 12714; in dtx_dec_reset()
304 st->lsf_hist[9] = 13701; in dtx_dec_reset()
[all …]
Ddtx_dec.h116 Word16 lsf_hist[M*DTX_HIST_SIZE]; member