Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djidctred-neon.c93 int16x8_t quant_row7 = vld1q_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_2x2_neon() local
259 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE + 4); in jsimd_idct_4x4_neon() local
312 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_4x4_neon() local
358 int16x8_t quant_row7 = vld1q_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_4x4_neon() local
Djidctfst-neon.c124 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE + 4); in jsimd_idct_ifast_neon() local
199 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_ifast_neon() local
269 int16x8_t quant_row7 = vld1q_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_ifast_neon() local
Djidctint-neon.c218 int16x4_t quant_row7 = vld1_s16(quantptr + 7 * DCTSIZE); in jsimd_idct_islow_neon() local
353 int16x4_t quant_row7, in jsimd_idct_islow_pass1_regular()