Searched refs:isp_new (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/module/codecs/amrwb/enc/src/ |
D | int_lpc.c | 34 Word16 isp_new[], /* input : isps from present frame */ in Int_isp() argument 52 L_tmp += (isp_new[i] * fac_new)<<1; in Int_isp() 60 Isp_Az(isp_new, Az, M, 0); in Int_isp()
|
/frameworks/av/media/module/codecs/amrwb/dec/src/ |
D | interpolate_isp.cpp | 117 int16 isp_new[], /* input : isps from present frame */ in interpolate_isp() argument 134 L_tmp = mac_16by16_to_int32(L_tmp, isp_new[i], fac_new); in interpolate_isp() 143 Isp_Az(isp_new, Az, M, 0); in interpolate_isp()
|
D | pvamrwbdecoder_acelp.h | 110 int16 isp_new[], /* input : isps from present frame */
|
/frameworks/av/media/module/codecs/amrwb/enc/inc/ |
D | acelp.h | 87 Word16 isp_new[], /* input : isps from present frame */
|