Home
last modified time | relevance | path

Searched refs:block_abs (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/aarch64/
H A Djchuff-neon.c351 uint16_t block_abs[DCTSIZE2]; in jsimd_huff_encode_one_block_neon() local
353 vst1q_u16(block_abs + 0 * DCTSIZE, vreinterpretq_u16_s16(abs_row0)); in jsimd_huff_encode_one_block_neon()
354 vst1q_u16(block_abs + 1 * DCTSIZE, vreinterpretq_u16_s16(abs_row1)); in jsimd_huff_encode_one_block_neon()
355 vst1q_u16(block_abs + 2 * DCTSIZE, vreinterpretq_u16_s16(abs_row2)); in jsimd_huff_encode_one_block_neon()
356 vst1q_u16(block_abs + 3 * DCTSIZE, vreinterpretq_u16_s16(abs_row3)); in jsimd_huff_encode_one_block_neon()
357 vst1q_u16(block_abs + 4 * DCTSIZE, vreinterpretq_u16_s16(abs_row4)); in jsimd_huff_encode_one_block_neon()
358 vst1q_u16(block_abs + 5 * DCTSIZE, vreinterpretq_u16_s16(abs_row5)); in jsimd_huff_encode_one_block_neon()
359 vst1q_u16(block_abs + 6 * DCTSIZE, vreinterpretq_u16_s16(abs_row6)); in jsimd_huff_encode_one_block_neon()
360 vst1q_u16(block_abs + 7 * DCTSIZE, vreinterpretq_u16_s16(abs_row7)); in jsimd_huff_encode_one_block_neon()
376 lz = BUILTIN_CLZ(block_abs[ in jsimd_huff_encode_one_block_neon()
[all...]

Completed in 1 milliseconds