Searched refs:out_re (Results 1 – 7 of 7) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_qmf_dec.c | 164 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 …]
|
/external/aac/libSACdec/src/ |
D | sac_process.cpp | 1031 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/python/keras/integration_test/ |
D | gradients_test.py | 51 out_re = test_model_re(inputs) 54 grads_re = tape.gradient(out_re, vars_to_grad)
|
/external/tensorflow/tensorflow/tools/tensorflow_builder/config_detector/ |
D | config_detector.py | 417 out_re, err_re = run_shell_cmd(cmd) 421 return out_re.strip(b"\n")
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | regexp.h | 464 friend bool ParseCharClass(StringPiece* s, Regexp** out_re,
|
D | parse.cc | 145 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/ |
D | gradients_test.py | 1457 out_re = test_fn_re(inputs, vars_to_grad) 1460 grads_re = tape.gradient(out_re, vars_to_grad) 1575 out_re = test_fn_re(test_input_t) 1579 grads_re = tape.gradient(out_re, variables.trainable_variables())
|