Home
last modified time | relevance | path

Searched refs:rows_15 (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/simd/arm/
Djfdctfst-neon.c148 int32x4x2_t rows_15 = vzipq_s32(cols_0145_h.val[0], cols_2367_h.val[0]); in jsimd_fdct_ifast_neon() local
153 int16x8_t row1 = vreinterpretq_s16_s32(rows_15.val[0]); in jsimd_fdct_ifast_neon()
157 int16x8_t row5 = vreinterpretq_s16_s32(rows_15.val[1]); in jsimd_fdct_ifast_neon()
Djfdctint-neon.c247 int32x4x2_t rows_15 = vzipq_s32(cols_0145_h.val[0], cols_2367_h.val[0]); in jsimd_fdct_islow_neon() local
252 int16x8_t row1 = vreinterpretq_s16_s32(rows_15.val[0]); in jsimd_fdct_islow_neon()
256 int16x8_t row5 = vreinterpretq_s16_s32(rows_15.val[1]); in jsimd_fdct_islow_neon()
Djidctfst-neon.c450 uint8x16_t rows_15 = vreinterpretq_u8_u16(rows_1537.val[0]); in jsimd_idct_ifast_neon() local
465 vst1q_lane_u64((uint64_t *)outptr1, vreinterpretq_u64_u8(rows_15), 0); in jsimd_idct_ifast_neon()
469 vst1q_lane_u64((uint64_t *)outptr5, vreinterpretq_u64_u8(rows_15), 1); in jsimd_idct_ifast_neon()