Home
last modified time | relevance | path

Searched defs:input_real (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_decorr.c535 WORD32 const *const input_real, WORD32 const *const input_imag, in ixheaacd_decorr_filt_apply()
590 WORD32 const *input_real, WORD32 const *input_imag, WORD32 *output_real, in ixheaacd_ducker_apply_71()
756 WORD32 const *input_real, WORD32 const *input_imag, WORD32 *output_real, in ixheaacd_ducker_apply()
996 WORD32 *input_real, WORD32 *input_imag, in ixheaacd_decorr_apply()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcholesky_test.cc279 auto input_real = Parameter(&builder, 0, shape, "input_real"); in XLA_TEST_P() local