Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 25 of 102) sorted by relevance

12345

/aosp12/art/test/088-monitor-verification/src/
H A DMain.java265 } catch (Throwable exc) { in runTest()
267 System.out.println("Did not expect exception " + exc + " for " + className); in runTest()
268 exc.printStackTrace(System.out); in runTest()
269 } else if (exc instanceof InvocationTargetException && exc.getCause() != null && in runTest()
270 exc.getCause().getClass().equals(excType)) { in runTest()
272 } else if (!excType.equals(exc.getClass())) { in runTest()
273 System.out.println("Expected " + excType.getName() + ", but got " + exc.getClass()); in runTest()
/aosp12/frameworks/av/media/codecs/amrwb/dec/src/
H A Dpred_lt4.cpp163 int16 exc[], /* in/out: excitation buffer */ in Pred_lt4() argument
174 pt_exc = &exc[-T0]; in Pred_lt4()
234 exc[(j<<2)] = (int16)(L_sum1 >> 14); in Pred_lt4()
235 exc[(j<<2)+1] = (int16)(L_sum2 >> 14); in Pred_lt4()
236 exc[(j<<2)+2] = (int16)(L_sum3 >> 14); in Pred_lt4()
237 exc[(j<<2)+3] = (int16)(L_sum4 >> 14); in Pred_lt4()
260 exc[(j<<2)] = (int16)((L_sum1) >> 14); in Pred_lt4()
H A Dpvamrwbdecoder.cpp314 int16 *exc; in pvDecoder_AmrWb() local
488 exc = old_exc + PIT_MAX + L_INTERPOL; in pvDecoder_AmrWb()
679 Pred_lt4(&exc[i_subfr], T0, T0_frac, L_SUBFR + 1); in pvDecoder_AmrWb()
705 L_tmp = ((int32) exc[i-1+i_subfr] + exc[i+1+i_subfr]); in pvDecoder_AmrWb()
707 L_tmp += ((int32) exc[i+i_subfr] * 20972); in pvDecoder_AmrWb()
876 scale_signal(exc + i_subfr - (PIT_MAX + L_INTERPOL), in pvDecoder_AmrWb()
908 exc2[i] = (exc[i_subfr + i] + (0x0004 * (exc[i_subfr + i] != MAX_16))) >> 3; in pvDecoder_AmrWb()
953 L_tmp = mac_16by16_to_int32(L_tmp, exc[i + i_subfr], gain_pit); in pvDecoder_AmrWb()
956 exc[i + i_subfr] = tmp; in pvDecoder_AmrWb()
1142 scale_signal(exc, L_FRAME, (int16)(-Q_new)); in pvDecoder_AmrWb()
[all …]
H A Dvoice_factor.cpp119 int16 exc[], /* (i) Q_exc : pitch excitation */ in voice_factor() argument
130 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1)); in voice_factor()
H A Dsynthesis_amr_wb.cpp138 int16 exc[], /* (i) : excitation at 12kHz */ in synthesis_amr_wb() argument
186 Syn_filt_32(Aq, M, exc, Q_new, synth_hi + M, synth_lo + M, L_SUBFR); in synthesis_amr_wb()
233 pt_tmp = exc; in synthesis_amr_wb()
250 ener = extract_h(Dot_product12(exc, exc, L_SUBFR, &exp_ener)); in synthesis_amr_wb()
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/
H A Dvoicefac.c29 Word16 exc[], /* (i) Q_exc : pitch excitation */ in voice_factor() argument
41 ener1 = extract_h(Dot_product12_asm(exc, exc, L_subfr, &exp1)); in voice_factor()
43 ener1 = extract_h(Dot_product12(exc, exc, L_subfr, &exp1)); in voice_factor()
H A Dpitch_f4.c40 Word16 exc[], /* (i) : excitation buffer */
50 Word16 exc[], /* (i) : excitation buffer */
67 Word16 exc[], /* (i) : excitation buffer */ in Pitch_fr4() argument
92 Norm_corr_asm(exc, xn, h, L_subfr, t_min, t_max, corr); in Pitch_fr4()
94 Norm_Corr(exc, xn, h, L_subfr, t_min, t_max, corr); in Pitch_fr4()
164 Word16 exc[], /* (i) : excitation buffer */ in Norm_Corr() argument
182 Convolve_asm(&exc[k], h, excf, 64); in Norm_Corr()
184 Convolve(&exc[k], h, excf, 64); in Norm_Corr()
258 tmp = exc[k]; in Norm_Corr()
H A DvoAMRWBEnc.c172 Word16 *exc; in coder() local
240 exc = old_exc + PIT_MAX + L_INTERPOL; in coder()
555 exc2[i] = shr(exc[i], Q_new); in coder()
673 exc2[i] = exc[i] >> Q_new; in coder()
990 vo_p0 = exc + i_subfr-1; in coder()
1051 Copy(code, &exc[i_subfr], L_SUBFR); in coder()
1190 Copy(&exc[i_subfr], exc2, L_SUBFR); in coder()
1409 Scale_sig_opt(exc, L_SUBFR, -3); in synthesis()
1411 ener = extract_h(Dot_product12_asm(exc, exc, L_SUBFR, &exp_ener)); in synthesis()
1413 Scale_sig(exc, L_SUBFR, -3); in synthesis()
[all …]
H A Dpred_lt4.c52 Word16 exc[], /* in/out: excitation buffer */ in Pred_lt4() argument
63 x = exc - T0; in Pred_lt4()
112 exc[j] = extract_h(L_add(L_sum, 0x8000)); in Pred_lt4()
/aosp12/frameworks/av/media/codecs/amrnb/enc/src/
H A Dcod_amr.cpp487 st->exc = st->old_exc + PIT_MAX + L_INTERPOL; in cod_amr_reset()
1460 st->ai_zero, &st->exc[i_subfr], in cod_amr()
1468 st->ai_zero, &st->exc[i_subfr], in cod_amr()
1487 &st->exc[i_subfr], res2, xn, lsp_flag, xn2, y1, in cod_amr()
1513 gainQuant(st->gainQuantSt, *usedMode, res, &st->exc[i_subfr], code, in cod_amr()
1547 st->exc, &st->sharp, pOverflow); in cod_amr()
1559 Pred_lt_3or6(&st->exc[i_subfr_sf0], T0_sf0, T0_frac_sf0, in cod_amr()
1561 Convolve(&st->exc[i_subfr_sf0], h1_sf0, y1, L_SUBFR); in cod_amr()
1576 st->ai_zero, &st->exc[i_subfr], in cod_amr()
1581 Convolve(&st->exc[i_subfr], st->h1, y1, L_SUBFR); in cod_amr()
[all …]
H A Dcl_ltp.cpp626 Word16 *exc, /* i/o : Excitation vector Q0 */ in cl_ltp() argument
661 exc, in cl_ltp()
683 exc, in cl_ltp()
690 Convolve(exc, h1, yl, L_SUBFR); in cl_ltp()
746 p_exc = &exc[0]; in cl_ltp()
H A Dspreproc.cpp183 Word16 exc[], /* o : long term prediction residual */ in subframePreProc() argument
223 memcpy(exc, res2, L_SUBFR*sizeof(Word16)); in subframePreProc()
225 Syn_filt(Aq, exc, error, L_SUBFR, mem_err, 0); in subframePreProc()
H A Dspstproc.cpp187 Word16 *exc, /* o : long term prediction residual */ in subframePostProc() argument
239 p_exc = &exc[ i_subfr]; in subframePostProc()
276 &exc[i_subfr], in subframePostProc()
/aosp12/art/test/570-checker-osr/src/
H A DDeoptimizationController.java55 } catch (Exception exc) { in startDeoptimization()
56 exc.printStackTrace(System.out); in startDeoptimization()
70 } catch (Exception exc) { in stopDeoptimization()
71 exc.printStackTrace(System.out); in stopDeoptimization()
/aosp12/art/test/802-deoptimization/src/
H A DDeoptimizationController.java52 } catch (Exception exc) { in startDeoptimization()
53 exc.printStackTrace(System.out); in startDeoptimization()
67 } catch (Exception exc) { in stopDeoptimization()
68 exc.printStackTrace(System.out); in stopDeoptimization()
/aosp12/art/test/800-smali/src/
H A DMain.java217 } catch (Exception exc) { in runTests()
218 exc.printStackTrace(System.out); in runTests()
271 } catch (Throwable exc) { in runTest()
273 errorReturn = new IllegalStateException("Did not expect exception", exc); in runTest()
274 } else if (exc instanceof InvocationTargetException && exc.getCause() != null && in runTest()
275 exc.getCause().getClass().equals(tc.expectedException.getClass())) { in runTest()
277 } else if (!tc.expectedException.getClass().equals(exc.getClass())) { in runTest()
280 ", but got " + exc.getClass(), exc); in runTest()
/aosp12/art/test/130-hprof/src/
H A DMain.java75 } catch (Exception exc) { in createDumpAndConv()
76 throw new RuntimeException(exc); in createDumpAndConv()
198 } catch (Exception exc) { in createDump()
199 exc.printStackTrace(System.out); in createDump()
236 } catch (Exception exc) { in getDumpFile()
244 } catch (Exception exc) { in getConvFile()
/aosp12/frameworks/base/packages/SettingsLib/DisplayDensityUtils/src/com/android/settingslib/display/
H A DDisplayDensityConfiguration.java41 } catch (RemoteException exc) { in getDefaultDisplayDensity()
61 } catch (RemoteException exc) { in clearForcedDisplayDensity()
83 } catch (RemoteException exc) { in setForcedDisplayDensity()
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV7/
H A DSyn_filt_32_neon.s21 @ Word16 exc[], /* (i) Qnew: excitation (exc[i] >> Qnew) */
30 @ exc[] --- r2
66 LDRSH r6, [r2], #2 @exc[i]
78 MUL r12, r6, r3 @exc[i] * a0
97 MOV r14, r12, LSL #1 @exc[i] * a0 << 1
H A Dpred_lt4_1_neon.s18 @ Word16 exc[], /* in/out: excitation buffer */
24 @ r0 --- exc[]
37 SUB r4, r0, r1, LSL #1 @ x = exc - T0
92 STRH r1, [r0], #2 @ exc[j] = (L_sum + 0x8000) >> 16
/aosp12/frameworks/av/media/codecs/amrnb/common/src/
H A Dpred_lt.cpp255 Word16 exc[], /* in/out: excitation buffer */ in Pred_lt_3or6() argument
281 pX0 = &(exc[-T0]); in Pred_lt_3or6()
317 p_exc = exc; in Pred_lt_3or6()
/aosp12/frameworks/av/media/codecs/amrwb/enc/inc/
H A Dacelp.h297 Word16 exc[], /* (i) Qnew: excitation (exc[i] >> Qnew) */
307 Word16 exc[], /* (i) Qnew: excitation (exc[i] >> Qnew) */
347 Word16 exc[], /* (i) : excitation buffer */
359 Word16 exc[], /* in/out: excitation buffer */
366 Word16 exc[], /* in/out: excitation buffer */
483 Word16 exc[], /* (i) Q_exc: pitch excitation */
/aosp12/art/test/132-daemon-locks-shutdown/src/
H A DMain.java46 } catch (Exception exc) { in run()
47 exc.printStackTrace(System.out); in run()
/aosp12/art/test/1932-monitor-events-misc/
H A Dmonitor_misc.cc52 ScopedLocalRef<jobject> exc(env, env->ExceptionOccurred()); in Java_art_Test1932_doNativeLockPrint() local
54 env->CallStaticVoidMethod(klass, print_state, lock, exc.get(), res); in Java_art_Test1932_doNativeLockPrint()
/aosp12/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV5E/
H A DNorm_Corr_opt.s17 @static void Norm_Corr (Word16 exc[], /* (i) : excitation buffer */
26 @ r0 --- exc[]
59 ADD r5, r0, r11, LSL #1 @get the &exc[k]
196 MOV r8, r0 @ exc[]
200 ADD r8, r8, r5, LSL #1 @ exc[k] address
203 LDRSH r11, [r8] @ tmp = exc[k]

12345