Home
last modified time | relevance | path

Searched refs:out_re (Results 1 – 7 of 7) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_qmf_dec.c164 WORD32 inp_re, inp_im, out_re, out_im, last_val, out_re1; in ixheaacd_posttwdct2() local
173 out_re = *inp++; in ixheaacd_posttwdct2()
176 ixheaacd_sat64_32(ixheaacd_add64((WORD64)out_re, (WORD64)out_im) >> 1); in ixheaacd_posttwdct2()
181 last_val = ixheaacd_sub32_sat(out_re, out_im); in ixheaacd_posttwdct2()
190 out_re = ixheaacd_sub32_sat(ixheaacd_mult32x16in32(inp_re, twid_re), in ixheaacd_posttwdct2()
194 re1 = ixheaacd_round16(ixheaacd_shl32(out_re, (5 - 1))); in ixheaacd_posttwdct2()
205 out_re = ixheaacd_mult32x16in32(last_val, twid_re); in ixheaacd_posttwdct2()
206 re1 = ixheaacd_round16(ixheaacd_shl32(out_re, (5 - 1))); in ixheaacd_posttwdct2()
276 WORD32 inp_re, out_re, out_im, last_val, out_re1; in ixheaacd_posttwdct2_32() local
288 out_re = *inp++; in ixheaacd_posttwdct2_32()
[all …]
Dixheaacd_mps_poly_filt.c143 VOID ixheaacd_mps_synth_pre_twidle(FLOAT32 *out_re, FLOAT32 *out_im, in ixheaacd_mps_synth_pre_twidle() argument
147 FLOAT32 *p_re_s = out_re; in ixheaacd_mps_synth_pre_twidle()
151 FLOAT32 *p_re_e = out_re + len - 1; in ixheaacd_mps_synth_pre_twidle()
190 VOID ixheaacd_mps_synth_post_twidle(FLOAT32 *state, FLOAT32 *out_re, in ixheaacd_mps_synth_post_twidle() argument
197 FLOAT32 *p_re_s = out_re; in ixheaacd_mps_synth_post_twidle()
254 state[i] = out_im[i] - out_re[i]; in ixheaacd_mps_synth_post_twidle()
255 state[len + i] = out_im[len - i - 1] + out_re[len - i - 1]; in ixheaacd_mps_synth_post_twidle()
256 state[len - i - 1] = out_im[len - i - 1] - out_re[len - i - 1]; in ixheaacd_mps_synth_post_twidle()
257 state[2 * len - i - 1] = out_im[i] + out_re[i]; in ixheaacd_mps_synth_post_twidle()
/external/aac/libSACdec/src/
Dsac_process.cpp1031 FIXP_DBL out_re, out_im; in SpatialDecApplyPhase() local
1036 cplxMultDiv2(&out_re, &out_im, *Dry_real0, *Dry_imag0, ppb[4 * pb + 0], in SpatialDecApplyPhase()
1038 out_re <<= PHASE_SCALE - 1; in SpatialDecApplyPhase()
1040 *Dry_real0++ = out_re; in SpatialDecApplyPhase()
1043 cplxMultDiv2(&out_re, &out_im, *Dry_real1, *Dry_imag1, ppb[4 * pb + 2], in SpatialDecApplyPhase()
1045 out_re <<= PHASE_SCALE - 1; in SpatialDecApplyPhase()
1047 *Dry_real1++ = out_re; in SpatialDecApplyPhase()
1050 cplxMultDiv2(&out_re, &out_im, *Dry_real0, *Dry_imag0, ppb[4 * pb + 0], in SpatialDecApplyPhase()
1052 out_re <<= PHASE_SCALE - 1; in SpatialDecApplyPhase()
1054 *Dry_real0++ = out_re; in SpatialDecApplyPhase()
[all …]
/external/tensorflow/tensorflow/tools/tensorflow_builder/config_detector/
Dconfig_detector.py411 out_re, err_re = run_shell_cmd(cmd)
415 return out_re.strip(b"\n")
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dregexp.h464 friend bool ParseCharClass(StringPiece* s, Regexp** out_re,
Dparse.cc145 bool ParseCharClass(StringPiece* s, Regexp** out_re,
1908 Regexp** out_re, in ParseCharClass() argument
2010 *out_re = re; in ParseCharClass()
/external/tensorflow/tensorflow/python/ops/
Dgradients_test.py1467 out_re = test_fn_re(inputs, vars_to_grad)
1470 grads_re = tape.gradient(out_re, vars_to_grad)
1629 out_re = test_fn_re(test_input_t)
1633 grads_re = tape.gradient(out_re, variables.trainable_variables())