Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/arm/
Djidctred-neon.c426 int32x4x2_t cols_1537 = vtrnq_s32(vreinterpretq_s32_s16(row_01.val[1]), in jsimd_idct_4x4_neon() local
430 int16x4_t col1 = vreinterpret_s16_s32(vget_low_s32(cols_1537.val[0])); in jsimd_idct_4x4_neon()
432 int16x4_t col3 = vreinterpret_s16_s32(vget_low_s32(cols_1537.val[1])); in jsimd_idct_4x4_neon()
433 int16x4_t col5 = vreinterpret_s16_s32(vget_high_s32(cols_1537.val[0])); in jsimd_idct_4x4_neon()
435 int16x4_t col7 = vreinterpret_s16_s32(vget_high_s32(cols_1537.val[1])); in jsimd_idct_4x4_neon()