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

1 2 3 4 5 6 7 8 91011

  /external/webkit/Tools/android/flex-2.5.4a/MISC/OS2/
config.h 28 #define argv_fixup(ac,av) { _response(ac,av); _wildcard(ac,av);}
  /external/speex/libspeex/
lpc.h 42 spx_word16_t *ac, /* out: [0...lag-1] ac values */
48 const spx_word16_t * ac, /* in: [0...p] autocorrelation values */
lpc.c 75 const spx_word16_t *ac, /* in: [0...p] autocorrelation values */
81 spx_word16_t error = ac[0];
83 if (ac[0] == 0)
93 spx_word32_t rr = NEG32(SHL32(EXTEND32(ac[i + 1]),13));
95 rr = SUB32(rr,MULT16_16(lpc[j],ac[i - j]));
99 r = rr/(error+.003*ac[0]);
122 * ac(i) = > x(n) * x(n-i) for all n
130 spx_word16_t *ac, /* out: [0...lag-1] ac values */
165 ac[i] = SHR32(d, ac_shift)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
calc_auto_corr.cpp 134 void calc_auto_corr_LC(struct ACORR_COEFS *ac,
196 ac->r01r = (Int32)(temp_r01r >> temp3);
197 ac->r02r = (Int32)(temp_r02r >> temp3);
198 ac->r11r = (Int32)(temp_r11r >> temp3);
199 ac->r12r = (Int32)(temp_r12r >> temp3);
200 ac->r22r = (Int32)(temp_r22r >> temp3);
209 ac->r01r = (Int32)(temp_r01r << temp3);
210 ac->r02r = (Int32)(temp_r02r << temp3);
211 ac->r11r = (Int32)(temp_r11r << temp3);
212 ac->r12r = (Int32)(temp_r12r << temp3)
    [all...]
calc_auto_corr.h 96 void calc_auto_corr_LC(struct ACORR_COEFS *ac,
104 void calc_auto_corr(struct ACORR_COEFS *ac,
sbr_generate_high_freq.cpp 488 struct ACORR_COEFS ac; local
505 calc_auto_corr_LC(&ac,
510 if (ac.r11r && ac.det)
513 pv_div(ac.r01r, ac.r11r, &quotient);
567 * alphar[1][loBand] = ( ac.r01r * ac.r12r - ac.r02r * ac.r11r ) / ac.det
809 struct ACORR_COEFS ac; local
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrlParams.c 74 TI_UINT32 ac; local
84 * For each AC under admission control calculate the new usage and credit time,
87 for(ac = 0 ; ac < MAX_NUM_OF_AC ; ac++)
90 if(pTxCtrl->mediumTime[ac] == 0)
92 TRACE1(pTxCtrl->hReport, REPORT_SEVERITY_INFORMATION, ": ac = %d mediumTime = 0 \n", ac);
98 if(currentTimeStamp < pTxCtrl->lastCreditCalcTimeStamp[ac])
99 pTxCtrl->lastCreditCalcTimeStamp[ac] = 0
336 TI_UINT32 ac; local
743 TI_UINT32 ac; local
    [all...]
txCtrl.c 82 TI_UINT32 ac,
86 TI_UINT32 ac,
98 /* Get the highest admitted AC equal or below the requested one. */
99 /* AC to TID translation is bivalent so update TID only if the AC was changed. */
100 #define SELECT_AC_FOR_TID(ptc,tid,ac) \
101 ac = ptc->highestAdmittedAc[WMEQosTagToACTable[tid]]; \
102 if (ac != WMEQosTagToACTable[tid]) \
103 tid = WMEQosAcToTid[ac]
193 TI_UINT32 ac; local
608 TI_UINT32 ac; local
1074 TI_UINT32 ac = 0; local
    [all...]
  /external/aac/libFDK/src/
autocorr2nd.cpp 113 autoCorr2nd_real (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */
168 ac->r11r = accu1 << mScale;
169 ac->r22r = accu2 << mScale;
170 ac->r01r = accu3 << mScale;
171 ac->r12r = accu4 << mScale;
172 ac->r02r = accu5 << mScale;
174 ac->det = (fMultDiv2(ac->r11r,ac->r22r) - fMultDiv2(ac->r12r,ac->r12r))
    [all...]
  /external/aac/libFDK/include/
autocorr2nd.h 116 autoCorr2nd_real (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */
121 autoCorr2nd_cplx (ACORR_COEFS *ac, /*!< Pointer to autocorrelation coeffs */
  /external/libpng/
autogen.sh 7 touch Makefile.am configure.ac
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractCollectionTest.java 32 AbstractCollection<Object> ac = new AbstractCollection<Object>() { local
48 ac.add(null);
58 AbstractCollection<String> ac = new AbstractCollection<String>() { local
79 assertTrue(ac.addAll(fixtures));
87 AbstractCollection<String> ac = new AbstractCollection<String>() { local
108 assertTrue(ac.containsAll(fixtures));
116 AbstractCollection<Object> ac = new AbstractCollection<Object>(){ local
128 assertTrue(ac.isEmpty());
137 AbstractCollection<String> ac = new AbstractCollection<String>() { local
166 assertTrue(ac.removeAll(Arrays.asList("0", "1", "2")))
179 AbstractCollection<String> ac = new AbstractCollection<String>() { local
216 AbstractCollection<String> ac = new AbstractCollection<String>() { local
256 AbstractCollection<String> ac = new AbstractCollection<String>() { local
    [all...]
  /external/openssh/
ssh-add.c 99 delete_file(AuthenticationConnection *ac, const char *filename)
110 if (ssh_remove_identity(ac, public)) {
124 delete_all(AuthenticationConnection *ac)
128 if (ssh_remove_all_identities(ac, 1))
131 ssh_remove_all_identities(ac, 2);
142 add_file(AuthenticationConnection *ac, const char *filename)
208 if (ssh_add_identity_constrained(ac, private, comment, lifetime,
244 if (!ssh_add_identity_constrained(ac, private, comment,
264 update_card(AuthenticationConnection *ac, int add, const char *id)
273 if (ssh_update_card(ac, add, id, pin, lifetime, confirm))
384 AuthenticationConnection *ac = NULL; local
    [all...]
  /external/qemu/android/
async-utils.c 216 asyncConnector_init(AsyncConnector* ac,
221 ac->error = 0;
222 ac->io = io;
225 ac->state = CONNECT_COMPLETED;
229 ac->state = CONNECT_CONNECTING;
236 ac->error = errno;
237 ac->state = CONNECT_ERROR;
242 asyncConnector_run(AsyncConnector* ac)
244 switch (ac->state) {
246 errno = ac->error
    [all...]
  /external/llvm/projects/sample/autoconf/
AutoRegen.sh 6 test -d autoconf && test -f autoconf/configure.ac && cd autoconf
7 test -f configure.ac || die "Can't find 'autoconf' dir; please cd into it first"
43 autoconf --warnings=all -o ../configure configure.ac || die "autoconf failed"
  /external/aac/libSBRenc/src/
ton_corr.cpp 149 C_ALLOC_SCRATCH_START(ac, ACORR_COEFS, 1);
212 autoCorrScaling += autoCorr2nd_cplx ( ac, realBuf+k, imagBuf+k, blockLength );
215 if(ac->det == FL2FXCONST_DBL(0.0f)){
218 alphar[0] = (ac->r01r)>>2;
219 alphai[0] = (ac->r01i)>>2;
221 fac = fMultDiv2(ac->r00r, ac->r11r)>>1;
224 alphar[1] = (fMultDiv2(ac->r01r, ac->r12r)>>1) - (fMultDiv2(ac->r01i, ac->r12i)>>1) - (fMultDiv2(ac->r02r, ac->r11r)>>1)
    [all...]
  /external/kernel-headers/original/linux/
transport_class.h 57 struct attribute_container ac; member in struct:transport_container
62 container_of(x, struct transport_container, ac)
86 return attribute_container_register(&tc->ac);
91 return attribute_container_unregister(&tc->ac);
  /external/freetype/src/autofit/
aftypes.h 340 FT_Init_Class_##script_class( AF_ScriptClassRec* ac );
345 FT_Init_Class_##script_class( AF_ScriptClassRec* ac ) \
347 ac->script = script_; \
348 ac->script_uni_ranges = ranges; \
350 ac->script_metrics_size = m_size; \
352 ac->script_metrics_init = m_init; \
353 ac->script_metrics_scale = m_scale; \
354 ac->script_metrics_done = m_done; \
356 ac->script_hints_init = h_init; \
357 ac->script_hints_apply = h_apply;
    [all...]
  /external/skia/src/images/
SkImageRef_GlobalPool.cpp 84 SkAutoMutexAcquire ac(gImageRefMutex);
89 SkAutoMutexAcquire ac(gImageRefMutex);
94 SkAutoMutexAcquire ac(gImageRefMutex);
99 SkAutoMutexAcquire ac(gImageRefMutex);
104 SkAutoMutexAcquire ac(gImageRefMutex);
  /external/ipsec-tools/src/racoon/
racoonctl.c 255 main(ac, av)
256 int ac;
278 while ((c = getopt(ac, av, "lds:")) != -1) {
298 ac -= optind;
301 combuf = get_combuf(ac, av);
368 get_combuf(ac, av)
369 int ac;
374 if (ac == 0) {
391 ac--;
393 return (cp->func)(ac, av)
    [all...]
  /external/aac/libSBRdec/src/
lpp_tran.cpp 197 #define ACDET_EXP (2*(DFRACT_BITS+sbrScaleFactor->lb_scale+10-ac.det_scale))
250 ACORR_COEFS ac; local
383 acDetScale += autoCorr2nd_cplx(&ac, lowBandReal+LPC_ORDER, lowBandImag+LPC_ORDER, autoCorrLength);
387 acDetScale += autoCorr2nd_real(&ac, lowBandReal+LPC_ORDER, autoCorrLength);
393 acDetScale += ac.det_scale; /* ac scaling of determinant */
405 if (ac.det != FL2FXCONST_DBL(0.0f)) {
408 absDet = fixp_abs(ac.det);
411 tmp = ( fMultDiv2(ac.r01r,ac.r12r) >> (LPC_SCALE_FACTOR-1) )
    [all...]
  /bionic/libc/kernel/common/linux/
transport_class.h 46 struct attribute_container ac; member in struct:transport_container
50 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /development/ndk/platforms/android-3/include/linux/
transport_class.h 42 struct attribute_container ac; member in struct:transport_container
46 #define attribute_container_to_transport_container(x) container_of(x, struct transport_container, ac)
  /external/clang/test/SemaCXX/
atomic-type.cxx 25 A const ** ac, A **a) {
33 double &dr2 = ovl1(ac);
  /external/clang/test/SemaTemplate/
deduction-crash.cpp 13 struct ac struct
20 typedef ac<1,int,int>::ae ae

Completed in 1464 milliseconds

1 2 3 4 5 6 7 8 91011