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

1 2

  /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) */
  /external/libldac/src/
setpcm_fixp_ldac.c 94 int ich, isp; local
102 for (isp = 0; isp < nsmpl; isp++) {
103 p_time[isp] = p_time[nsmpl+isp];
111 for (isp = 0; isp < nsmpl; isp++) {
112 p_time[isp] = p_time[nsmpl+isp]
    [all...]
quant_fixp_ldac.c 62 int iqu, isp; local
74 for (isp = lsp+1; isp < hsp; isp++) {
75 tmp = abs(p_spec[isp]);
83 for (isp = lsp; isp < hsp; isp++) {
84 p_spec[isp] = sftrnd_ldac(p_spec[isp], idsf-LDAC_Q_NORM)
107 int isp = ga_isp_ldac[iqu]; local
145 int isp = ga_isp_ldac[iqu]; local
    [all...]
quant_ldac.c 51 int iqu, isp; local
64 for (isp = lsp+1; isp < hsp; isp++) {
65 tmp = fabs(p_spec[isp]);
74 for (isp = lsp; isp < hsp; isp++) {
75 p_spec[isp] *= tmp;
79 for (isp = lsp; isp < hsp; isp++)
98 int isp = ga_isp_ldac[iqu]; local
139 int isp = ga_isp_ldac[iqu]; local
    [all...]
setpcm_ldac.c 116 int ich, isp; local
124 for (isp = 0; isp < nsmpl; isp++) {
125 p_time[isp] = p_time[nsmpl+isp];
133 for (isp = 0; isp < nsmpl; isp++) {
134 p_time[isp] = p_time[nsmpl+isp]
    [all...]
sigana_ldac.c 35 int isp; local
47 for (isp = 1; isp < LDAC_NSP_LOWENERGY; isp++) {
50 y2 = p_spec[isp+1];
53 p_psd[isp] = sqrt(tmp);
56 for (isp = LDAC_NSP_LOWENERGY; isp < n-1; isp++) {
59 y2 = p_spec[isp+1]
79 int isp; local
    [all...]
sigana_fixp_ldac.c 191 UINT32 isp; local
210 for (isp = 1; isp < LDAC_NSP_LOWENERGY; isp++) {
213 y2 = p_spec[isp+1];
223 for (isp = LDAC_NSP_LOWENERGY; isp < nsp-1; isp++) {
226 y2 = p_spec[isp+1];
259 UINT32 isp; local
    [all...]
pack_ldac.c 290 int iqu, isp, i; local
303 isp = lsp;
306 val = (p_ac->a_qspec[isp ]+1) << 2;
307 val += (p_ac->a_qspec[isp+1]+1);
311 for (i = 0; i < nsps>>2; i++, isp+=4) {
312 val = (p_ac->a_qspec[isp ]+1) << 6;
313 val += (p_ac->a_qspec[isp+1]+1) << 4;
314 val += (p_ac->a_qspec[isp+2]+1) << 2;
315 val += (p_ac->a_qspec[isp+3]+1);
321 for (isp = lsp; isp < hsp; isp++)
338 int iqu, isp; local
    [all...]
  /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 */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
mvtc.d 12 c: fd 77 0a 80 mvtc #-128, isp
20 2c: fd 77 0a 7f mvtc #127, isp
28 ..: fd 7b 0a 00 80 mvtc #0xffff8000, isp
36 ..: fd 7f 0a 00 80 00 mvtc #0x8000, isp
44 ..: fd 7f 0a 00 00 80 mvtc #0xff800000, isp
52 ..: fd 7f 0a ff ff 7f mvtc #0x7fffff, isp
60 ...: fd 73 0a 00 00 00 80 mvtc #0x80000000, isp
68 ...: fd 73 0a ff ff ff 7f mvtc #0x7fffffff, isp
76 ...: fd 68 0a mvtc r0, isp
84 ...: fd 68 fa mvtc r15, isp
    [all...]
mvfc.d 15 12: fd 6a a0 mvfc isp, r0
16 15: fd 6a af mvfc isp, r15
popc.d 12 6: 7e ea popc isp
pushc.d 12 6: 7e ca pushc isp
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
FileWallpaperInfo.java 51 final InputStreamProvider isp = InputStreamProvider.fromUri(a, Uri.fromFile(mFile)); local
58 Point bounds = isp.getImageBounds();
63 is = isp.newStreamNotNull();
UriWallpaperInfo.java 84 InputStreamProvider isp = InputStreamProvider.fromUri(activity, mUri); local
85 int rotation = isp.getRotationFromExif(activity);
86 return createThumbnail(isp, activity, rotation, false);
  /toolchain/binutils/binutils-2.25/bfd/doc/
chew.c 293 long *isp = &istack[0]; variable
329 if (isp < istack)
331 if (isp >= istack + STACK)
411 isp++;
414 *isp = (long) (*pc);
493 (long) (isp - istack));
1097 isp--;
1122 internal_mode = *(isp);
1123 isp--;
1400 *(long *) ((isp[0])) = isp[-1]
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cr16/
lpsp_test.s 28 lprd (r4,r3),isp
58 sprd isp,(r4,r3)
lpsp_test.d 28 48: 14 00 c3 10 lprd \(r4,r3\),isp
52 a8: 14 00 c3 30 sprd isp,\(r4,r3\)
  /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) */

Completed in 248 milliseconds

1 2