Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/decoder/
H A 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()
760 WORD32 const *input_real, WORD32 const *input_imag, WORD32 *output_real, in ixheaacd_ducker_apply()
1004 WORD32 *input_real, WORD32 *input_imag, in ixheaacd_decorr_apply()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcholesky_test.cc279 auto input_real = Parameter(&builder, 0, shape, "input_real"); in XLA_TEST_P() local