Searched refs:quant_row6 (Results 1 – 3 of 3) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jidctred-neon.c | 258 int16x4_t quant_row6 = vld1_s16(quantptr + 6 * DCTSIZE + 4); in jsimd_idct_4x4_neon() local 265 int16x4_t z3 = vmul_s16(vget_high_s16(row6), quant_row6); in jsimd_idct_4x4_neon() 311 int16x4_t quant_row6 = vld1_s16(quantptr + 6 * DCTSIZE); in jsimd_idct_4x4_neon() local 318 int16x4_t z3 = vmul_s16(vget_low_s16(row6), quant_row6); in jsimd_idct_4x4_neon() 357 int16x8_t quant_row6 = vld1q_s16(quantptr + 6 * DCTSIZE); in jsimd_idct_4x4_neon() local 365 int16x8_t z3 = vmulq_s16(row6, quant_row6); in jsimd_idct_4x4_neon()
|
D | jidctfst-neon.c | 123 int16x4_t quant_row6 = vld1_s16(quantptr + 6 * DCTSIZE + 4); in jsimd_idct_ifast_neon() local 130 int16x4_t tmp3 = vmul_s16(vget_high_s16(row6), quant_row6); in jsimd_idct_ifast_neon() 198 int16x4_t quant_row6 = vld1_s16(quantptr + 6 * DCTSIZE); in jsimd_idct_ifast_neon() local 205 int16x4_t tmp3 = vmul_s16(vget_low_s16(row6), quant_row6); in jsimd_idct_ifast_neon() 268 int16x8_t quant_row6 = vld1q_s16(quantptr + 6 * DCTSIZE); in jsimd_idct_ifast_neon() local 275 int16x8_t tmp3 = vmulq_s16(row6, quant_row6); in jsimd_idct_ifast_neon()
|
D | jidctint-neon.c | 111 int16x4_t quant_row6, 217 int16x4_t quant_row6 = vld1_s16(quantptr + 6 * DCTSIZE); in jsimd_idct_islow_neon() local 247 quant_row5, quant_row6, quant_row7, in jsimd_idct_islow_neon() 270 quant_row6 = vld1_s16(quantptr + 6 * DCTSIZE + 4); in jsimd_idct_islow_neon() 307 quant_row5, quant_row6, quant_row7, in jsimd_idct_islow_neon() 352 int16x4_t quant_row6, in jsimd_idct_islow_pass1_regular() argument 369 int16x4_t z3_s16 = vmul_s16(row6, quant_row6); in jsimd_idct_islow_pass1_regular()
|