Home
last modified time | relevance | path

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

/external/libjpeg-turbo/simd/arm/
Djidctint-neon.c106 int16x4_t quant_row1,
121 int16x4_t quant_row1,
212 int16x4_t quant_row1 = vld1_s16(quantptr + 1 * DCTSIZE); in jsimd_idct_islow_neon() local
240 quant_row1, quant_row2, quant_row3, in jsimd_idct_islow_neon()
245 row6, row7, quant_row0, quant_row1, in jsimd_idct_islow_neon()
265 quant_row1 = vld1_s16(quantptr + 1 * DCTSIZE + 4); in jsimd_idct_islow_neon()
300 quant_row1, quant_row2, quant_row3, in jsimd_idct_islow_neon()
305 row6, row7, quant_row0, quant_row1, in jsimd_idct_islow_neon()
347 int16x4_t quant_row1, in jsimd_idct_islow_pass1_regular() argument
391 int16x4_t tmp3_s16 = vmul_s16(row1, quant_row1); in jsimd_idct_islow_pass1_regular()
[all …]
Djidctred-neon.c90 int16x8_t quant_row1 = vld1q_s16(quantptr + 1 * DCTSIZE); in jsimd_idct_2x2_neon() local
97 row1 = vmulq_s16(row1, quant_row1); in jsimd_idct_2x2_neon()
254 int16x4_t quant_row1 = vld1_s16(quantptr + 1 * DCTSIZE + 4); in jsimd_idct_4x4_neon() local
277 int16x4_t z4 = vmul_s16(vget_high_s16(row1), quant_row1); in jsimd_idct_4x4_neon()
307 int16x4_t quant_row1 = vld1_s16(quantptr + 1 * DCTSIZE); in jsimd_idct_4x4_neon() local
330 int16x4_t z4 = vmul_s16(vget_low_s16(row1), quant_row1); in jsimd_idct_4x4_neon()
353 int16x8_t quant_row1 = vld1q_s16(quantptr + 1 * DCTSIZE); in jsimd_idct_4x4_neon() local
381 int16x8_t z4 = vmulq_s16(row1, quant_row1); in jsimd_idct_4x4_neon()
Djidctfst-neon.c118 int16x4_t quant_row1 = vld1_s16(quantptr + 1 * DCTSIZE + 4); in jsimd_idct_ifast_neon() local
147 int16x4_t tmp4 = vmul_s16(vget_high_s16(row1), quant_row1); in jsimd_idct_ifast_neon()
193 int16x4_t quant_row1 = vld1_s16(quantptr + 1 * DCTSIZE); in jsimd_idct_ifast_neon() local
222 int16x4_t tmp4 = vmul_s16(vget_low_s16(row1), quant_row1); in jsimd_idct_ifast_neon()
263 int16x8_t quant_row1 = vld1q_s16(quantptr + 1 * DCTSIZE); in jsimd_idct_ifast_neon() local
292 int16x8_t tmp4 = vmulq_s16(row1, quant_row1); in jsimd_idct_ifast_neon()