Home
last modified time | relevance | path

Searched defs:quant_row2 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libjpeg-turbo/simd/arm/
H A Djidctred-neon.c255 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE + 4); in jsimd_idct_4x4_neon() local
308 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_4x4_neon() local
354 int16x8_t quant_row2 = vld1q_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_4x4_neon() local
H A Djidctfst-neon.c119 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE + 4); in jsimd_idct_ifast_neon() local
194 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_ifast_neon() local
264 int16x8_t quant_row2 = vld1q_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_ifast_neon() local
H A Djidctint-neon.c212 int16x4_t quant_row2 = vld1_s16(quantptr + 2 * DCTSIZE); in jsimd_idct_islow_neon() local
347 int16x4_t quant_row2, in jsimd_idct_islow_pass1_regular()
478 int16x4_t quant_row2, in jsimd_idct_islow_pass1_sparse()