Searched refs:quant_row2 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jidctint-neon.c | 107 int16x4_t quant_row2, 122 int16x4_t quant_row2, 213 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_islow_neon() local 240 quant_row1, quant_row2, quant_row3, in jsimd_idct_islow_neon() 246 quant_row2, quant_row3, quant_row4, in jsimd_idct_islow_neon() 266 quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE + 4); in jsimd_idct_islow_neon() 300 quant_row1, quant_row2, quant_row3, in jsimd_idct_islow_neon() 306 quant_row2, quant_row3, quant_row4, in jsimd_idct_islow_neon() 348 int16x4_t quant_row2, in jsimd_idct_islow_pass1_regular() argument 368 int16x4_t z2_s16 = vmul_s16(row2, quant_row2); in jsimd_idct_islow_pass1_regular() [all …]
|
D | jidctred-neon.c | 255 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE + 4); in jsimd_idct_4x4_neon() local 264 int16x4_t z2 = vmul_s16(vget_high_s16(row2), quant_row2); in jsimd_idct_4x4_neon() 308 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_4x4_neon() local 317 int16x4_t z2 = vmul_s16(vget_low_s16(row2), quant_row2); in jsimd_idct_4x4_neon() 354 int16x8_t quant_row2 = vld1q_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_4x4_neon() local 364 int16x8_t z2 = vmulq_s16(row2, quant_row2); in jsimd_idct_4x4_neon()
|
D | jidctfst-neon.c | 119 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE + 4); in jsimd_idct_ifast_neon() local 128 int16x4_t tmp1 = vmul_s16(vget_high_s16(row2), quant_row2); in jsimd_idct_ifast_neon() 194 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_ifast_neon() local 203 int16x4_t tmp1 = vmul_s16(vget_low_s16(row2), quant_row2); in jsimd_idct_ifast_neon() 264 int16x8_t quant_row2 = vld1q_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_ifast_neon() local 273 int16x8_t tmp1 = vmulq_s16(row2, quant_row2); in jsimd_idct_ifast_neon()
|