HomeSort by relevance Sort by last modified time
    Searched refs:mem_w (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pre_big.h 118 Word16 mem_w[], /* i/o: synthesis filter memory state, Q0 */
pre_big.cpp 104 mem_w = array of type Word16 -- synthesis filter memory state, Q0
166 Word16 mem_w[], /* i/o: synthesis filter memory state, Q0 */
202 Syn_filt(Ap2, &wsp[frameOffset], &wsp[frameOffset], L_SUBFR, mem_w, 1);
cod_amr.h 165 Word16 mem_syn[M], mem_w0[M], mem_w[M]; member in struct:__anon38815
cod_amr.cpp 400 Set_zero(st->mem_w, M);
501 memset(st->mem_w, 0, sizeof(Word16)*M);
963 st->mem_w, st->wsp);
    [all...]

Completed in 131 milliseconds