Searched refs:quant_row3 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jidctint-neon.c | 108 int16x4_t quant_row3, 123 int16x4_t quant_row3, 214 int16x4_t quant_row3 = vld1_s16(quantptr + 3 * 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() 267 quant_row3 = vld1_s16(quantptr + 3 * 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() 349 int16x4_t quant_row3, in jsimd_idct_islow_pass1_regular() argument 390 int16x4_t tmp2_s16 = vmul_s16(row3, quant_row3); in jsimd_idct_islow_pass1_regular() [all …]
|
D | jidctred-neon.c | 91 int16x8_t quant_row3 = vld1q_s16(quantptr + 3 * DCTSIZE); in jsimd_idct_2x2_neon() local 98 row3 = vmulq_s16(row3, quant_row3); in jsimd_idct_2x2_neon() 256 int16x4_t quant_row3 = vld1_s16(quantptr + 3 * DCTSIZE + 4); in jsimd_idct_4x4_neon() local 276 z3 = vmul_s16(vget_high_s16(row3), quant_row3); in jsimd_idct_4x4_neon() 309 int16x4_t quant_row3 = vld1_s16(quantptr + 3 * DCTSIZE); in jsimd_idct_4x4_neon() local 329 z3 = vmul_s16(vget_low_s16(row3), quant_row3); in jsimd_idct_4x4_neon() 355 int16x8_t quant_row3 = vld1q_s16(quantptr + 3 * DCTSIZE); in jsimd_idct_4x4_neon() local 380 z3 = vmulq_s16(row3, quant_row3); in jsimd_idct_4x4_neon()
|
D | jidctfst-neon.c | 120 int16x4_t quant_row3 = vld1_s16(quantptr + 3 * DCTSIZE + 4); in jsimd_idct_ifast_neon() local 148 int16x4_t tmp5 = vmul_s16(vget_high_s16(row3), quant_row3); in jsimd_idct_ifast_neon() 195 int16x4_t quant_row3 = vld1_s16(quantptr + 3 * DCTSIZE); in jsimd_idct_ifast_neon() local 223 int16x4_t tmp5 = vmul_s16(vget_low_s16(row3), quant_row3); in jsimd_idct_ifast_neon() 265 int16x8_t quant_row3 = vld1q_s16(quantptr + 3 * DCTSIZE); in jsimd_idct_ifast_neon() local 293 int16x8_t tmp5 = vmulq_s16(row3, quant_row3); in jsimd_idct_ifast_neon()
|