Home
last modified time | relevance | path

Searched refs:kCospi32 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht8x8_add_neon.c251 const int32x4_t cospis0 = vld1q_s32(kCospi32); // cospi 0, 8, 16, 24 in vp9_highbd_iht8x8_64_add_neon()
253 vld1q_s32(kCospi32 + 4); // cospi 4, 12, 20, 28 in vp9_highbd_iht8x8_64_add_neon()
278 const int32x4_t cospis0 = vld1q_s32(kCospi32); // cospi 0, 8, 16, 24 in vp9_highbd_iht8x8_64_add_neon()
280 vld1q_s32(kCospi32 + 4); // cospi 4, 12, 20, 28 in vp9_highbd_iht8x8_64_add_neon()
297 const int32x4_t cospis0 = vld1q_s32(kCospi32); // cospi 0, 8, 16, 24 in vp9_highbd_iht8x8_64_add_neon()
299 vld1q_s32(kCospi32 + 4); // cospi 4, 12, 20, 28 in vp9_highbd_iht8x8_64_add_neon()
Dvp9_highbd_iht4x4_add_neon.c128 const int32x4_t cospis = vld1q_s32(kCospi32); in vp9_highbd_iht4x4_16_add_neon()
141 const int32x4_t cospis = vld1q_s32(kCospi32); in vp9_highbd_iht4x4_16_add_neon()
154 const int32x4_t cospis = vld1q_s32(kCospi32); in vp9_highbd_iht4x4_16_add_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct16x16_add_neon.c522 const int32x4_t cospi_0_8_16_24 = vld1q_s32(kCospi32 + 0); in vpx_highbd_idct16x16_256_add_half1d()
523 const int32x4_t cospi_4_12_20N_28 = vld1q_s32(kCospi32 + 4); in vpx_highbd_idct16x16_256_add_half1d()
524 const int32x4_t cospi_2_30_10_22 = vld1q_s32(kCospi32 + 8); in vpx_highbd_idct16x16_256_add_half1d()
525 const int32x4_t cospi_6_26N_14_18N = vld1q_s32(kCospi32 + 12); in vpx_highbd_idct16x16_256_add_half1d()
776 const int32x4_t cospi_0_8_16_24 = vld1q_s32(kCospi32 + 0); in vpx_highbd_idct16x16_38_add_half1d()
777 const int32x4_t cospi_4_12_20N_28 = vld1q_s32(kCospi32 + 4); in vpx_highbd_idct16x16_38_add_half1d()
778 const int32x4_t cospi_2_30_10_22 = vld1q_s32(kCospi32 + 8); in vpx_highbd_idct16x16_38_add_half1d()
779 const int32x4_t cospi_6_26N_14_18N = vld1q_s32(kCospi32 + 12); in vpx_highbd_idct16x16_38_add_half1d()
931 const int32x4_t cospi_0_8_16_24 = vld1q_s32(kCospi32 + 0); in highbd_idct16x16_10_add_half1d_pass1()
932 const int32x4_t cospi_4_12_20N_28 = vld1q_s32(kCospi32 + 4); in highbd_idct16x16_10_add_half1d_pass1()
[all …]
Dhighbd_idct8x8_add_neon.c260 const int32x4_t cospis0 = vld1q_s32(kCospi32); // cospi 0, 8, 16, 24 in vpx_highbd_idct8x8_12_add_neon()
261 const int32x4_t cospis1 = vld1q_s32(kCospi32 + 4); // cospi 4, 12, 20, 28 in vpx_highbd_idct8x8_12_add_neon()
339 const int32x4_t cospis0 = vld1q_s32(kCospi32); // cospi 0, 8, 16, 24 in vpx_highbd_idct8x8_64_add_neon()
340 const int32x4_t cospis1 = vld1q_s32(kCospi32 + 4); // cospi 4, 12, 20, 28 in vpx_highbd_idct8x8_64_add_neon()
Dhighbd_idct4x4_add_neon.c74 const int32x4_t cospis = vld1q_s32(kCospi32); in vpx_highbd_idct4x4_16_add_neon()
Didct_neon.h32 static const int32_t kCospi32[16] = { variable