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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isp_isf.cpp 48 int16 isp[], (o) Q15 : isp[m] (range: -1<=val<1)
55 Isf_isp Transformation isf to isp
57 The transformation from isf[i] to isp[i] is
150 int16 isp[], /* (o) Q15 : isp[m] (range: -1<=val<1) */
159 isp[i] = isf[i];
161 isp[m - 1] = shl_int16(isf[m - 1], 1);
165 ind = isp[i] >> 7; /* ind = b7-b15 of isf[i] */
166 offset = (isp[i] & 0x007f); /* offset = b0-b6 of isf[i] *
    [all...]
isp_az.cpp 47 int16 isp[], (i) Q15 : Immittance spectral pairs
57 Compute the LPC coefficients from isp (order=M)
107 void Get_isp_pol(int16 * isp, int32 * f, int16 n);
108 void Get_isp_pol_16kHz(int16 * isp, int32 * f, int16 n);
134 int16 isp[], /* (i) Q15 : Immittance spectral pairs */
154 Get_isp_pol_16kHz(&isp[0], f1, nc);
159 Get_isp_pol_16kHz(&isp[1], f2, nc - 1);
167 Get_isp_pol(&isp[0], f1, nc);
168 Get_isp_pol(&isp[1], f2, nc - 1);
181 * Scale F1(z) by (1+isp[m-1]) and F2(z) by (1-isp[m-1]
    [all...]
interpolate_isp.cpp 123 int16 isp[M]; local
135 isp[i] = amr_wb_round(L_tmp);
137 Isp_Az(isp, Az, M, 0);
pvamrwbdecoder_acelp.h 97 int16 isp[], /* (i) Q15 : Immittance spectral pairs */
105 int16 isp[], /* (o) Q15 : isp[m] (range: -1<=val<1) */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_isf.c 21 * Isp_isf Transformation isp to isf *
22 * Isf_isp Transformation isf to isp *
24 * The transformation from isp[i] to isf[i] and isf[i] to isp[i] *
34 Word16 isp[], /* (i) Q15 : isp[m] (range: -1<=val<1) */
48 /* find value in table that is just greater than isp[i] */
49 while (table[ind] < isp[i])
51 /* acos(isp[i])= ind*128 + ( ( isp[i]-table[ind] ) * slope[ind] )/2048 *
    [all...]
int_lpc.c 41 Word16 isp[M]; local
53 isp[i] = (L_tmp + 0x8000)>>16;
55 Isp_Az(isp, Az, M, 0);
isp_az.c 20 * Description:Compute the LPC coefficients from isp (order=M) *
34 static void Get_isp_pol(Word16 * isp, Word32 * f, Word16 n);
35 static void Get_isp_pol_16kHz(Word16 * isp, Word32 * f, Word16 n);
38 Word16 isp[], /* (i) Q15 : Immittance spectral pairs */
56 Get_isp_pol_16kHz(&isp[0], f1, nc);
62 Get_isp_pol(&isp[0], f1, nc);
66 Get_isp_pol_16kHz(&isp[1], f2, (nc - 1));
72 Get_isp_pol(&isp[1], f2, (nc - 1));
84 * Scale F1(z) by (1+isp[m-1]) and F2(z) by (1-isp[m-1])
    [all...]
az_isp.c 62 Word16 isp[], /* (o) Q15 : Immittance spectral pairs */
63 Word16 old_isp[] /* (i) : old isp[] (in case not found M roots) */
164 isp[nf] = xint;
186 isp[i] = old_isp[i];
190 isp[M - 1] = a[M] << 3; /* From Q12 to Q15 with saturation */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 61 Word16 isp[], /* (o) Q15 : Immittance spectral pairs */
62 Word16 old_isp[] /* (i) : old isp[] (in case not found M roots) */
66 Word16 isp[], /* (i) Q15 : Immittance spectral pairs */
74 Word16 isp[], /* (i) Q15 : isp[m] (range: -1<=val<1) */
81 Word16 isp[], /* (o) Q15 : isp[m] (range: -1<=val<1) */
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 993 ALOGD("(%s): ISP chain init failed. exiting", __FUNCTION__);
    [all...]
ExynosCameraHWInterface2.h 210 node_info_t isp; member in struct:android::camera_hw_info
  /external/dropbear/debian/
rules 100 dpkg-gencontrol -isp -pdropbear -P'$(DIR)'
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 709 ISelUpdater(SelectionDAG &DAG, SelectionDAG::allnodes_iterator &isp)
710 : SelectionDAG::DAGUpdateListener(DAG), ISelPosition(isp) {}
    [all...]

Completed in 589 milliseconds