Searched defs:isp_new (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dinterpolate_isp.cpp48 int16 isp_new[], input : isps from present frame
117 int16 isp_new[], /* input : isps from present frame */
134 L_tmp = mac_16by16_to_int32(L_tmp, isp_new[i], fac_new);
141 /* 4th subframe: isp_new (frac=1.0) */
143 Isp_Az(isp_new, Az, M, 0);
115 interpolate_isp( int16 isp_old[], int16 isp_new[], const int16 frac[], int16 Az[] ) argument
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dint_lpc.c34 Word16 isp_new[], /* input : isps from present frame */
52 L_tmp += (isp_new[i] * fac_new)<<1;
59 /* 4th subframe: isp_new (frac=1.0) */
60 Isp_Az(isp_new, Az, M, 0);
32 Int_isp( Word16 isp_old[], Word16 isp_new[], Word16 frac[], Word16 Az[] ) argument

Completed in 47 milliseconds