Home
last modified time | relevance | path

Searched defs:final_output (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dfwd_txfm.c16 void aom_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { in aom_fdct8x8_c()
100 void aom_highbd_fdct8x8_c(const int16_t *input, tran_low_t *final_output, in aom_highbd_fdct8x8_c()
/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct_neon.c21 void vpx_fdct4x4_neon(const int16_t *input, tran_low_t *final_output, in vpx_fdct4x4_neon()
Dfwd_txfm_neon.c20 void vpx_fdct8x8_neon(const int16_t *input, tran_low_t *final_output, in vpx_fdct8x8_neon()
/external/libaom/libaom/aom_dsp/arm/
Dfwd_txfm_neon.c18 void aom_fdct8x8_neon(const int16_t *input, int16_t *final_output, int stride) { in aom_fdct8x8_neon()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc2595 Output final_output = ops::Log(s.WithOpName("final_output"), softmax); in TEST_F() local