Searched refs:ispnew_q (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | voAMRWBEnc.c | 179 Word16 ispnew_q[M]; /* quantized ISPs at 4nd subframe */ in coder() local 570 Isf_isp(isf, ispnew_q, M); in coder() 571 Isp_Az(ispnew_q, Aq, M, 0); in coder() 643 Isf_isp(isf, ispnew_q, M); in coder() 648 Copy(ispnew_q, st->ispold_q, M); in coder() 652 Int_isp(st->ispold_q, ispnew_q, interpol_frac, Aq); in coder() 655 Copy(ispnew_q, st->ispold_q, M); in coder()
|