Lines Matching refs:coef_block
190 void jsimd_idct_islow_neon(void *dct_table, JCOEFPTR coef_block, in jsimd_idct_islow_neon() argument
201 int16x4_t row0 = vld1_s16(coef_block + 0 * DCTSIZE); in jsimd_idct_islow_neon()
202 int16x4_t row1 = vld1_s16(coef_block + 1 * DCTSIZE); in jsimd_idct_islow_neon()
203 int16x4_t row2 = vld1_s16(coef_block + 2 * DCTSIZE); in jsimd_idct_islow_neon()
204 int16x4_t row3 = vld1_s16(coef_block + 3 * DCTSIZE); in jsimd_idct_islow_neon()
205 int16x4_t row4 = vld1_s16(coef_block + 4 * DCTSIZE); in jsimd_idct_islow_neon()
206 int16x4_t row5 = vld1_s16(coef_block + 5 * DCTSIZE); in jsimd_idct_islow_neon()
207 int16x4_t row6 = vld1_s16(coef_block + 6 * DCTSIZE); in jsimd_idct_islow_neon()
208 int16x4_t row7 = vld1_s16(coef_block + 7 * DCTSIZE); in jsimd_idct_islow_neon()
254 row0 = vld1_s16(coef_block + 0 * DCTSIZE + 4); in jsimd_idct_islow_neon()
255 row1 = vld1_s16(coef_block + 1 * DCTSIZE + 4); in jsimd_idct_islow_neon()
256 row2 = vld1_s16(coef_block + 2 * DCTSIZE + 4); in jsimd_idct_islow_neon()
257 row3 = vld1_s16(coef_block + 3 * DCTSIZE + 4); in jsimd_idct_islow_neon()
258 row4 = vld1_s16(coef_block + 4 * DCTSIZE + 4); in jsimd_idct_islow_neon()
259 row5 = vld1_s16(coef_block + 5 * DCTSIZE + 4); in jsimd_idct_islow_neon()
260 row6 = vld1_s16(coef_block + 6 * DCTSIZE + 4); in jsimd_idct_islow_neon()
261 row7 = vld1_s16(coef_block + 7 * DCTSIZE + 4); in jsimd_idct_islow_neon()