Searched refs:final_output (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dfdct_neon.c20 void vpx_fdct4x4_neon(const int16_t *input, tran_low_t *final_output, argument
89 store_s16q_to_tran_low(final_output + 0 * 8, out_01);
90 store_s16q_to_tran_low(final_output + 1 * 8, out_23);
H A Dfwd_txfm_neon.c19 void vpx_fdct8x8_neon(const int16_t *input, tran_low_t *final_output, argument
200 store_s16q_to_tran_low(final_output + 0 * 8, input_0);
201 store_s16q_to_tran_low(final_output + 1 * 8, input_1);
202 store_s16q_to_tran_low(final_output + 2 * 8, input_2);
203 store_s16q_to_tran_low(final_output + 3 * 8, input_3);
204 store_s16q_to_tran_low(final_output + 4 * 8, input_4);
205 store_s16q_to_tran_low(final_output + 5 * 8, input_5);
206 store_s16q_to_tran_low(final_output + 6 * 8, input_6);
207 store_s16q_to_tran_low(final_output + 7 * 8, input_7);
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c90 void vpx_fdct8x8_c(const int16_t *input, tran_low_t *final_output, int stride) { argument
165 output = final_output;
170 for (j = 0; j < 8; ++j) final_output[j + i * 8] /= 2;
775 void vpx_highbd_fdct8x8_c(const int16_t *input, tran_low_t *final_output, argument
777 vpx_fdct8x8_c(input, final_output, stride);
780 void vpx_highbd_fdct8x8_1_c(const int16_t *input, tran_low_t *final_output, argument
782 vpx_fdct8x8_1_c(input, final_output, stride);
/external/eigen/Eigen/src/Core/arch/AVX512/
H A DPacketMath.h806 __m512 final_output; local
808 EIGEN_INSERT_8f_INTO_16f(final_output, final, final_1);
809 return final_output;
872 __m512d final_output = _mm512_insertf64x4(final_output, final_0, 0); local
874 return _mm512_insertf64x4(final_output, final_1, 1);

Completed in 447 milliseconds