/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 | fwd_txfm_neon.c | 201 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()
|
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 | 88 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()
|
D | quantize_neon.c | 89 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()
|
D | mem_neon.h | 76 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/libaom/libaom/aom_dsp/arm/ |
D | hadamard_neon.c | 68 store_s16q_to_tran_low(coeff + 0, a0); in aom_hadamard_8x8_neon() 69 store_s16q_to_tran_low(coeff + 8, a1); in aom_hadamard_8x8_neon() 70 store_s16q_to_tran_low(coeff + 16, a2); in aom_hadamard_8x8_neon() 71 store_s16q_to_tran_low(coeff + 24, a3); in aom_hadamard_8x8_neon() 72 store_s16q_to_tran_low(coeff + 32, a4); in aom_hadamard_8x8_neon() 73 store_s16q_to_tran_low(coeff + 40, a5); in aom_hadamard_8x8_neon() 74 store_s16q_to_tran_low(coeff + 48, a6); in aom_hadamard_8x8_neon() 75 store_s16q_to_tran_low(coeff + 56, a7); in aom_hadamard_8x8_neon() 176 store_s16q_to_tran_low(coeff + 0, c0); in aom_hadamard_16x16_neon() 177 store_s16q_to_tran_low(coeff + 64, c1); in aom_hadamard_16x16_neon() [all …]
|
D | fwd_txfm_neon.c | 92 store_s16q_to_tran_low(final_output + 0 * 8, out_01); in aom_fdct4x4_neon() 93 store_s16q_to_tran_low(final_output + 1 * 8, out_23); in aom_fdct4x4_neon()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 89 store_s16q_to_tran_low(qcoeff_ptr, v_qcoeff); in vp9_quantize_fp_neon() 114 store_s16q_to_tran_low(qcoeff_ptr + i, v_qcoeff); in vp9_quantize_fp_neon() 192 store_s16q_to_tran_low(dqcoeff_ptr, vcombine_s16(vshrn_n_s32(dqcoeff_0, 1), in vp9_quantize_fp_32x32_neon() 198 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vp9_quantize_fp_32x32_neon() 240 store_s16q_to_tran_low( in vp9_quantize_fp_32x32_neon() 248 store_s16q_to_tran_low(qcoeff_ptr, qcoeff); in vp9_quantize_fp_32x32_neon()
|
/external/libaom/libaom/av1/encoder/arm/neon/ |
D | quantize_neon.c | 72 store_s16q_to_tran_low(&qcoeff_ptr[0], v_qcoeff); in av1_quantize_fp_neon() 73 store_s16q_to_tran_low(&dqcoeff_ptr[0], v_dqcoeff); in av1_quantize_fp_neon() 98 store_s16q_to_tran_low(&qcoeff_ptr[i], v_qcoeff); in av1_quantize_fp_neon() 99 store_s16q_to_tran_low(&dqcoeff_ptr[i], v_dqcoeff); in av1_quantize_fp_neon()
|
/external/libaom/libaom/av1/common/arm/ |
D | mem_neon.h | 532 static INLINE void store_s16q_to_tran_low(tran_low_t *buf, const int16x8_t a) { in store_s16q_to_tran_low() function
|