Searched defs:final_output (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | fwd_txfm.c | 16 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/ |
D | fdct_neon.c | 21 void vpx_fdct4x4_neon(const int16_t *input, tran_low_t *final_output, in vpx_fdct4x4_neon()
|
D | fwd_txfm_neon.c | 20 void vpx_fdct8x8_neon(const int16_t *input, tran_low_t *final_output, in vpx_fdct8x8_neon()
|
/external/libaom/libaom/aom_dsp/arm/ |
D | fwd_txfm_neon.c | 18 void aom_fdct8x8_neon(const int16_t *input, int16_t *final_output, int stride) { in aom_fdct8x8_neon()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 2595 Output final_output = ops::Log(s.WithOpName("final_output"), softmax); in TEST_F() local
|