Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhadamard_neon.c69 store_s16q_to_tran_low(coeff + 0, a0); in vpx_hadamard_8x8_neon()
70 store_s16q_to_tran_low(coeff + 8, a1); in vpx_hadamard_8x8_neon()
71 store_s16q_to_tran_low(coeff + 16, a2); in vpx_hadamard_8x8_neon()
72 store_s16q_to_tran_low(coeff + 24, a3); in vpx_hadamard_8x8_neon()
73 store_s16q_to_tran_low(coeff + 32, a4); in vpx_hadamard_8x8_neon()
74 store_s16q_to_tran_low(coeff + 40, a5); in vpx_hadamard_8x8_neon()
75 store_s16q_to_tran_low(coeff + 48, a6); in vpx_hadamard_8x8_neon()
76 store_s16q_to_tran_low(coeff + 56, a7); in vpx_hadamard_8x8_neon()
109 store_s16q_to_tran_low(coeff + 0, c0); in vpx_hadamard_16x16_neon()
110 store_s16q_to_tran_low(coeff + 64, c1); in vpx_hadamard_16x16_neon()
[all …]
Dfwd_txfm_neon.c201 store_s16q_to_tran_low(final_output + 0 * 8, input_0); in vpx_fdct8x8_neon()
202 store_s16q_to_tran_low(final_output + 1 * 8, input_1); in vpx_fdct8x8_neon()
203 store_s16q_to_tran_low(final_output + 2 * 8, input_2); in vpx_fdct8x8_neon()
204 store_s16q_to_tran_low(final_output + 3 * 8, input_3); in vpx_fdct8x8_neon()
205 store_s16q_to_tran_low(final_output + 4 * 8, input_4); in vpx_fdct8x8_neon()
206 store_s16q_to_tran_low(final_output + 5 * 8, input_5); in vpx_fdct8x8_neon()
207 store_s16q_to_tran_low(final_output + 6 * 8, input_6); in vpx_fdct8x8_neon()
208 store_s16q_to_tran_low(final_output + 7 * 8, input_7); in vpx_fdct8x8_neon()
Dfdct16x16_neon.c66 store_s16q_to_tran_low(a, b[0]); in store()
68 store_s16q_to_tran_low(a, b[1]); in store()
70 store_s16q_to_tran_low(a, b[2]); in store()
72 store_s16q_to_tran_low(a, b[3]); in store()
74 store_s16q_to_tran_low(a, b[4]); in store()
76 store_s16q_to_tran_low(a, b[5]); in store()
78 store_s16q_to_tran_low(a, b[6]); in store()
80 store_s16q_to_tran_low(a, b[7]); in store()
Dquantize_neon.c89 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_neon()
140 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_neon()
249 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_32x32_neon()
298 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_32x32_neon()
Dfdct_neon.c88 store_s16q_to_tran_low(final_output + 0 * 8, out_01); in vpx_fdct4x4_neon()
89 store_s16q_to_tran_low(final_output + 1 * 8, out_23); in vpx_fdct4x4_neon()
Dmem_neon.h76 static INLINE void store_s16q_to_tran_low(tran_low_t *buf, const int16x8_t a) { in store_s16q_to_tran_low() function
Dfdct32x32_neon.c154 store_s16q_to_tran_low(dest, src[index]); \
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c72 store_s16q_to_tran_low(qcoeff_ptr, v_qcoeff); in vp9_quantize_fp_neon()
73 store_s16q_to_tran_low(dqcoeff_ptr, v_dqcoeff); in vp9_quantize_fp_neon()
97 store_s16q_to_tran_low(qcoeff_ptr + i, v_qcoeff); in vp9_quantize_fp_neon()
98 store_s16q_to_tran_low(dqcoeff_ptr + i, v_dqcoeff); in vp9_quantize_fp_neon()
178 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vp9_quantize_fp_32x32_neon()
179 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff); in vp9_quantize_fp_32x32_neon()
224 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vp9_quantize_fp_32x32_neon()
225 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff); in vp9_quantize_fp_32x32_neon()