Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/arm/
Djfdctfst-neon.c147 int32x4x2_t rows_04 = vzipq_s32(cols_0145_l.val[0], cols_2367_l.val[0]); in jsimd_fdct_ifast_neon() local
152 int16x8_t row0 = vreinterpretq_s16_s32(rows_04.val[0]); in jsimd_fdct_ifast_neon()
156 int16x8_t row4 = vreinterpretq_s16_s32(rows_04.val[1]); in jsimd_fdct_ifast_neon()
Djfdctint-neon.c246 int32x4x2_t rows_04 = vzipq_s32(cols_0145_l.val[0], cols_2367_l.val[0]); in jsimd_fdct_islow_neon() local
251 int16x8_t row0 = vreinterpretq_s16_s32(rows_04.val[0]); in jsimd_fdct_islow_neon()
255 int16x8_t row4 = vreinterpretq_s16_s32(rows_04.val[1]); in jsimd_fdct_islow_neon()
Djidctfst-neon.c449 uint8x16_t rows_04 = vreinterpretq_u8_u16(rows_0426.val[0]); in jsimd_idct_ifast_neon() local
464 vst1q_lane_u64((uint64_t *)outptr0, vreinterpretq_u64_u8(rows_04), 0); in jsimd_idct_ifast_neon()
468 vst1q_lane_u64((uint64_t *)outptr4, vreinterpretq_u64_u8(rows_04), 1); in jsimd_idct_ifast_neon()