Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/arm/
Djfdctfst-neon.c149 int32x4x2_t rows_26 = vzipq_s32(cols_0145_l.val[1], cols_2367_l.val[1]); in jsimd_fdct_ifast_neon() local
154 int16x8_t row2 = vreinterpretq_s16_s32(rows_26.val[0]); in jsimd_fdct_ifast_neon()
158 int16x8_t row6 = vreinterpretq_s16_s32(rows_26.val[1]); in jsimd_fdct_ifast_neon()
Djfdctint-neon.c248 int32x4x2_t rows_26 = vzipq_s32(cols_0145_l.val[1], cols_2367_l.val[1]); in jsimd_fdct_islow_neon() local
253 int16x8_t row2 = vreinterpretq_s16_s32(rows_26.val[0]); in jsimd_fdct_islow_neon()
257 int16x8_t row6 = vreinterpretq_s16_s32(rows_26.val[1]); in jsimd_fdct_islow_neon()
Djidctfst-neon.c451 uint8x16_t rows_26 = vreinterpretq_u8_u16(rows_0426.val[1]); in jsimd_idct_ifast_neon() local
466 vst1q_lane_u64((uint64_t *)outptr2, vreinterpretq_u64_u8(rows_26), 0); in jsimd_idct_ifast_neon()
470 vst1q_lane_u64((uint64_t *)outptr6, vreinterpretq_u64_u8(rows_26), 1); in jsimd_idct_ifast_neon()