Home
last modified time | relevance | path

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

/frameworks/av/media/codecs/amrnb/enc/src/
Dcod_amr.cpp288 s->pitchOLWghtSt = NULL; in cod_amr_init()
303 p_ol_wgh_init(&s->pitchOLWghtSt) || in cod_amr_init()
524 p_ol_wgh_reset(st->pitchOLWghtSt); in cod_amr_reset()
643 p_ol_wgh_exit(&(*state)->pitchOLWghtSt); in cod_amr_exit()
1374 ol_ltp(st->pitchOLWghtSt, st->vadSt, mode, &st->wsp[i_subfr], in cod_amr()
1385 ol_ltp(st->pitchOLWghtSt, st->vadSt, mode, &st->wsp[0], &T_op[0], in cod_amr()
Dcod_amr.h158 pitchOLWghtState *pitchOLWghtSt; member