Lines Matching refs:quant_row1
106 int16x4_t quant_row1,
121 int16x4_t quant_row1,
212 int16x4_t quant_row1 = vld1_s16(quantptr + 1 * DCTSIZE); in jsimd_idct_islow_neon() local
240 quant_row1, quant_row2, quant_row3, in jsimd_idct_islow_neon()
245 row6, row7, quant_row0, quant_row1, in jsimd_idct_islow_neon()
265 quant_row1 = vld1_s16(quantptr + 1 * DCTSIZE + 4); in jsimd_idct_islow_neon()
300 quant_row1, quant_row2, quant_row3, in jsimd_idct_islow_neon()
305 row6, row7, quant_row0, quant_row1, in jsimd_idct_islow_neon()
347 int16x4_t quant_row1, in jsimd_idct_islow_pass1_regular() argument
391 int16x4_t tmp3_s16 = vmul_s16(row1, quant_row1); in jsimd_idct_islow_pass1_regular()
478 int16x4_t quant_row1, in jsimd_idct_islow_pass1_sparse() argument
511 int16x4_t tmp3_s16 = vmul_s16(row1, quant_row1); in jsimd_idct_islow_pass1_sparse()