Lines Matching refs:quantptr
193 ISLOW_MULT_TYPE *quantptr = dct_table; in jsimd_idct_islow_neon() local
211 int16x4_t quant_row0 = vld1_s16(quantptr + 0 * DCTSIZE); in jsimd_idct_islow_neon()
212 int16x4_t quant_row1 = vld1_s16(quantptr + 1 * DCTSIZE); in jsimd_idct_islow_neon()
213 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_islow_neon()
214 int16x4_t quant_row3 = vld1_s16(quantptr + 3 * DCTSIZE); in jsimd_idct_islow_neon()
215 int16x4_t quant_row4 = vld1_s16(quantptr + 4 * DCTSIZE); in jsimd_idct_islow_neon()
216 int16x4_t quant_row5 = vld1_s16(quantptr + 5 * DCTSIZE); in jsimd_idct_islow_neon()
217 int16x4_t quant_row6 = vld1_s16(quantptr + 6 * DCTSIZE); in jsimd_idct_islow_neon()
218 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_islow_neon()
264 quant_row0 = vld1_s16(quantptr + 0 * DCTSIZE + 4); in jsimd_idct_islow_neon()
265 quant_row1 = vld1_s16(quantptr + 1 * DCTSIZE + 4); in jsimd_idct_islow_neon()
266 quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE + 4); in jsimd_idct_islow_neon()
267 quant_row3 = vld1_s16(quantptr + 3 * DCTSIZE + 4); in jsimd_idct_islow_neon()
268 quant_row4 = vld1_s16(quantptr + 4 * DCTSIZE + 4); in jsimd_idct_islow_neon()
269 quant_row5 = vld1_s16(quantptr + 5 * DCTSIZE + 4); in jsimd_idct_islow_neon()
270 quant_row6 = vld1_s16(quantptr + 6 * DCTSIZE + 4); in jsimd_idct_islow_neon()
271 quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE + 4); in jsimd_idct_islow_neon()