Home
last modified time | relevance | path

Searched refs:excp (Results 1 – 6 of 6) sorted by relevance

/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
Dpvamrwbdecoder.cpp309 int16 *excp = &code[L_SUBFR]; in pvDecoder_AmrWb() local
310 int16 *exc2 = &excp[L_SUBFR]; /* excitation vector */ in pvDecoder_AmrWb()
922 excp[i] = amr_wb_round(L_tmp); in pvDecoder_AmrWb()
1081 excp[i] = add_int16(excp[i], exc2[i]); in pvDecoder_AmrWb()
1083 agc2_amr_wb(exc2, excp, L_SUBFR); in pvDecoder_AmrWb()
1084 pv_memcpy((void *)exc2, (void *)excp, L_SUBFR*sizeof(*exc2)); in pvDecoder_AmrWb()
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
Ddec_amr.cpp1363 Word16 excp[L_SUBFR]; in Decoder_amr() local
2068 *(excp + i) = pv_round(L_temp, pOverflow); in Decoder_amr()
2275 *(excp + i) = add(*(excp + i), *(exc_enhanced + i), pOverflow); in Decoder_amr()
2278 agc2(exc_enhanced, excp, L_SUBFR, pOverflow); in Decoder_amr()
2280 Syn_filt(Az, excp, &synth[i_subfr], L_SUBFR, in Decoder_amr()
/external/icu4c/data/mappings/
Dold.ucmfiles.mk107 icu-internal-25546.ucm lmb-excp.ucm
Dlmb-excp.ucm14 <code_set_name> "lmb-excp"
/external/qemu/target-arm/
Dop_helper.c285 void HELPER(exception)(uint32_t excp) in HELPER()
287 env->exception_index = excp; in HELPER()
Dtranslate.c246 static void gen_exception(int excp) in gen_exception() argument
249 tcg_gen_movi_i32(tmp, excp); in gen_exception()