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

  /art/test/473-remove-dead-block/src/
Main.java 34 } catch (Throwable exc2) {
  /external/speex/libspeex/
ltp.h 73 spx_word16_t *exc2,
116 spx_word16_t *exc2,
ltp.c 361 const spx_word16_t *exc2,
401 e[j]=exc2[j-pp];
403 e[j]=exc2[j-pp-pitch];
428 spx_word16_t e0=exc2[-pitch-1+i];
509 exc[j]=MAC16_16(exc[j],SHL16(gain[2-i],7),exc2[j-pp]);
514 exc[j]=MAC16_16(exc[j],SHL16(gain[2-i],7),exc2[j-pp-pitch]);
543 spx_word16_t *exc2,
599 if (ABS16(exc2[i])>16383)
622 bits, stack, exc2, r, new_target, &cdbk_index, plc_tuning, *cumul_gain, scaledown);
770 spx_word16_t *exc2,
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp 310 int16 *exc2 = &excp[L_SUBFR]; /* excitation vector */ local
311 int16 *HfIsf = &exc2[L_FRAME];
351 dtx_dec_amr_wb(&(st->dtx_decSt), exc2, newDTXState, isf, &prms);
455 &exc2[i_subfr],
905 exc2[i] = (exc[i_subfr + i] + (0x0004 * (exc[i_subfr + i] != MAX_16))) >> 3;
919 tmp = mult_int16(exc2[i], pit_sharp);
931 voice_fac = voice_factor(exc2, -3, gain_pit, code, gain_code, L_SUBFR);
943 pv_memcpy((void *)exc2, (void *)&exc[i_subfr], L_SUBFR*sizeof(*exc2));
1049 L_tmp = mac_16by16_to_int32(L_tmp, exc2[0], gain_pit)
    [all...]
dtx.h 167 int16 * exc2, /* o : CN excitation */
194 int16 * exc2, /* o : CN excitation */
dtx_decoder_amr_wb.cpp 198 int16 * exc2, /* o : CN excitation */
400 exc2[i] = noise_gen_amrwb(&(st->cng_seed)) >> 4;
406 ener32 = Dot_product12(exc2, exc2, L_FRAME, &exp);
421 tmp = mult_int16(exc2[i], gain); /* Q0 * Q15 */
422 exc2[i] = shl_int16(tmp, exp);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
dtx.h 86 Word16 * exc2, /* o : CN excitation */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
dtx.c 161 Word16 * exc2, /* o : CN excitation */
260 exc2[i] = (Random(&(st->cng_seed)) >> 4);
266 ener32 = Dot_product12(exc2, exc2, L_FRAME, &exp);
281 tmp = mult(exc2[i], gain); /* Q0 * Q15 */
282 exc2[i] = shl(tmp, exp);
voAMRWBEnc.c 197 Word16 exc2[L_FRAME]; /* excitation vector */ local
555 exc2[i] = shr(exc[i], Q_new);
560 L_tmp += (exc2[i] * exc2[i])<<1;
567 dtx_enc(st->dtx_encSt, isf, exc2, &prms);
575 corr_gain = synthesis(Aq, &exc2[i_subfr], 0, &speech16k[i_subfr * 5 / 4], st);
673 exc2[i] = exc[i] >> Q_new;
677 L_tmp += (exc2[i] * exc2[i])<<1;
    [all...]
  /external/v8/test/mjsunit/regress/
regress-117794.js 41 } catch(exc2) {
42 print(exc2.stack);
regress-88858.js 63 } catch(exc2) { }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 55 exc2 = Exception('bar')
60 raise exc2
69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_runner.py 55 exc2 = Exception('bar')
60 raise exc2
69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
  /external/lldb/test/unittest2/test/
test_case.py 91 exc2 = Exception('bar')
96 raise exc2
105 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
    [all...]
  /external/libvncserver/webclients/novnc/include/
display.js 139 } catch (exc2) {
140 Util.Error("Data URI scheme cursor test exception: " + exc2);
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 885 milliseconds