Searched refs:quant_row7 (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jidctred-neon.c | 93 int16x8_t quant_row7 = vld1q_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_2x2_neon() local 100 row7 = vmulq_s16(row7, quant_row7); in jsimd_idct_2x2_neon() 259 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE + 4); in jsimd_idct_4x4_neon() local 274 int16x4_t z1 = vmul_s16(vget_high_s16(row7), quant_row7); in jsimd_idct_4x4_neon() 312 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_4x4_neon() local 327 int16x4_t z1 = vmul_s16(vget_low_s16(row7), quant_row7); in jsimd_idct_4x4_neon() 358 int16x8_t quant_row7 = vld1q_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_4x4_neon() local 378 int16x8_t z1 = vmulq_s16(row7, quant_row7); in jsimd_idct_4x4_neon()
|
D | jidctfst-neon.c | 124 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE + 4); in jsimd_idct_ifast_neon() local 150 int16x4_t tmp7 = vmul_s16(vget_high_s16(row7), quant_row7); in jsimd_idct_ifast_neon() 199 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_ifast_neon() local 225 int16x4_t tmp7 = vmul_s16(vget_low_s16(row7), quant_row7); in jsimd_idct_ifast_neon() 269 int16x8_t quant_row7 = vld1q_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_ifast_neon() local 295 int16x8_t tmp7 = vmulq_s16(row7, quant_row7); in jsimd_idct_ifast_neon()
|
D | jidctint-neon.c | 112 int16x4_t quant_row7, 218 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_islow_neon() local 247 quant_row5, quant_row6, quant_row7, in jsimd_idct_islow_neon() 271 quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE + 4); in jsimd_idct_islow_neon() 307 quant_row5, quant_row6, quant_row7, in jsimd_idct_islow_neon() 353 int16x4_t quant_row7, in jsimd_idct_islow_pass1_regular() argument 388 int16x4_t tmp0_s16 = vmul_s16(row7, quant_row7); in jsimd_idct_islow_pass1_regular()
|