Searched refs:quant_row5 (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jidctred-neon.c | 92 int16x8_t quant_row5 = vld1q_s16(quantptr + 5 * DCTSIZE); in jsimd_idct_2x2_neon() local 99 row5 = vmulq_s16(row5, quant_row5); in jsimd_idct_2x2_neon() 257 int16x4_t quant_row5 = vld1_s16(quantptr + 5 * DCTSIZE + 4); in jsimd_idct_4x4_neon() local 275 z2 = vmul_s16(vget_high_s16(row5), quant_row5); in jsimd_idct_4x4_neon() 310 int16x4_t quant_row5 = vld1_s16(quantptr + 5 * DCTSIZE); in jsimd_idct_4x4_neon() local 328 z2 = vmul_s16(vget_low_s16(row5), quant_row5); in jsimd_idct_4x4_neon() 356 int16x8_t quant_row5 = vld1q_s16(quantptr + 5 * DCTSIZE); in jsimd_idct_4x4_neon() local 379 z2 = vmulq_s16(row5, quant_row5); in jsimd_idct_4x4_neon()
|
D | jidctfst-neon.c | 122 int16x4_t quant_row5 = vld1_s16(quantptr + 5 * DCTSIZE + 4); in jsimd_idct_ifast_neon() local 149 int16x4_t tmp6 = vmul_s16(vget_high_s16(row5), quant_row5); in jsimd_idct_ifast_neon() 197 int16x4_t quant_row5 = vld1_s16(quantptr + 5 * DCTSIZE); in jsimd_idct_ifast_neon() local 224 int16x4_t tmp6 = vmul_s16(vget_low_s16(row5), quant_row5); in jsimd_idct_ifast_neon() 267 int16x8_t quant_row5 = vld1q_s16(quantptr + 5 * DCTSIZE); in jsimd_idct_ifast_neon() local 294 int16x8_t tmp6 = vmulq_s16(row5, quant_row5); in jsimd_idct_ifast_neon()
|
D | jidctint-neon.c | 110 int16x4_t quant_row5, 216 int16x4_t quant_row5 = vld1_s16(quantptr + 5 * DCTSIZE); in jsimd_idct_islow_neon() local 247 quant_row5, quant_row6, quant_row7, in jsimd_idct_islow_neon() 269 quant_row5 = vld1_s16(quantptr + 5 * DCTSIZE + 4); in jsimd_idct_islow_neon() 307 quant_row5, quant_row6, quant_row7, in jsimd_idct_islow_neon() 351 int16x4_t quant_row5, in jsimd_idct_islow_pass1_regular() argument 389 int16x4_t tmp1_s16 = vmul_s16(row5, quant_row5); in jsimd_idct_islow_pass1_regular()
|