Searched refs:store_s16q_to_tran_low (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | hadamard_neon.c | 69 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 …]
|
D | quantize_neon.c | 73 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_neon() 78 store_s16q_to_tran_low(dqcoeff_ptr, qcoeff); in vpx_quantize_b_neon() 126 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_neon() 131 store_s16q_to_tran_low(dqcoeff_ptr, qcoeff); in vpx_quantize_b_neon() 211 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_32x32_neon() 224 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff); in vpx_quantize_b_32x32_neon() 272 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vpx_quantize_b_32x32_neon() 284 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff); in vpx_quantize_b_32x32_neon()
|
D | fwd_txfm_neon.c | 200 store_s16q_to_tran_low(final_output + 0 * 8, input_0); in vpx_fdct8x8_neon() 201 store_s16q_to_tran_low(final_output + 1 * 8, input_1); in vpx_fdct8x8_neon() 202 store_s16q_to_tran_low(final_output + 2 * 8, input_2); in vpx_fdct8x8_neon() 203 store_s16q_to_tran_low(final_output + 3 * 8, input_3); in vpx_fdct8x8_neon() 204 store_s16q_to_tran_low(final_output + 4 * 8, input_4); in vpx_fdct8x8_neon() 205 store_s16q_to_tran_low(final_output + 5 * 8, input_5); in vpx_fdct8x8_neon() 206 store_s16q_to_tran_low(final_output + 6 * 8, input_6); in vpx_fdct8x8_neon() 207 store_s16q_to_tran_low(final_output + 7 * 8, input_7); in vpx_fdct8x8_neon()
|
D | fdct16x16_neon.c | 66 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()
|
D | fdct_neon.c | 87 store_s16q_to_tran_low(final_output + 0 * 8, out_01); in vpx_fdct4x4_neon() 88 store_s16q_to_tran_low(final_output + 1 * 8, out_23); in vpx_fdct4x4_neon()
|
D | mem_neon.h | 61 static INLINE void store_s16q_to_tran_low(tran_low_t *buf, const int16x8_t a) { in store_s16q_to_tran_low() function
|
D | fdct32x32_neon.c | 154 store_s16q_to_tran_low(dest, src[index]); \
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 72 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() 174 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vp9_quantize_fp_32x32_neon() 175 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff); in vp9_quantize_fp_32x32_neon() 220 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vp9_quantize_fp_32x32_neon() 221 store_s16q_to_tran_low(dqcoeff_ptr, dqcoeff); in vp9_quantize_fp_32x32_neon()
|