Searched refs:store_s16q_to_tran_low (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhadamard_neon.c69 store_s16q_to_tran_low(coeff + 0, a0);
70 store_s16q_to_tran_low(coeff + 8, a1);
71 store_s16q_to_tran_low(coeff + 16, a2);
72 store_s16q_to_tran_low(coeff + 24, a3);
73 store_s16q_to_tran_low(coeff + 32, a4);
74 store_s16q_to_tran_low(coeff + 40, a5);
75 store_s16q_to_tran_low(coeff + 48, a6);
76 store_s16q_to_tran_low(coeff + 56, a7);
109 store_s16q_to_tran_low(coeff + 0, c0);
110 store_s16q_to_tran_low(coef
[all...]
H A Dquantize_neon.c73 store_s16q_to_tran_low(qcoeff_ptr, qcoeff);
78 store_s16q_to_tran_low(dqcoeff_ptr, qcoeff);
126 store_s16q_to_tran_low(qcoeff_ptr, qcoeff);
131 store_s16q_to_tran_low(dqcoeff_ptr, qcoeff);
211 store_s16q_to_tran_low(qcoeff_ptr, qcoeff);
224 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff);
272 store_s16q_to_tran_low(qcoeff_ptr, qcoeff);
284 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff);
H A Dfdct_neon.c87 store_s16q_to_tran_low(final_output + 0 * 8, out_01);
88 store_s16q_to_tran_low(final_output + 1 * 8, out_23);
H A Dfwd_txfm_neon.c200 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);
H A Dfdct16x16_neon.c66 store_s16q_to_tran_low(a, b[0]);
68 store_s16q_to_tran_low(a, b[1]);
70 store_s16q_to_tran_low(a, b[2]);
72 store_s16q_to_tran_low(a, b[3]);
74 store_s16q_to_tran_low(a, b[4]);
76 store_s16q_to_tran_low(a, b[5]);
78 store_s16q_to_tran_low(a, b[6]);
80 store_s16q_to_tran_low(a, b[7]);
H A Dmem_neon.h61 static INLINE void store_s16q_to_tran_low(tran_low_t *buf, const int16x8_t a) { function
H A Dfdct32x32_neon.c154 store_s16q_to_tran_low(dest, src[index]); \
/external/libvpx/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c72 store_s16q_to_tran_low(qcoeff_ptr, v_qcoeff);
73 store_s16q_to_tran_low(dqcoeff_ptr, v_dqcoeff);
97 store_s16q_to_tran_low(qcoeff_ptr + i, v_qcoeff);
98 store_s16q_to_tran_low(dqcoeff_ptr + i, v_dqcoeff);
174 store_s16q_to_tran_low(qcoeff_ptr, qcoeff);
175 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff);
220 store_s16q_to_tran_low(qcoeff_ptr, qcoeff);
221 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff);

Completed in 342 milliseconds