Home
last modified time | relevance | path

Searched defs:quant_row4 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djidctfst-neon.c121 int16x4_t quant_row4 = vld1_s16(quantptr + 4 * DCTSIZE + 4); in jsimd_idct_ifast_neon() local
196 int16x4_t quant_row4 = vld1_s16(quantptr + 4 * DCTSIZE); in jsimd_idct_ifast_neon() local
266 int16x8_t quant_row4 = vld1q_s16(quantptr + 4 * DCTSIZE); in jsimd_idct_ifast_neon() local
Djidctint-neon.c215 int16x4_t quant_row4 = vld1_s16(quantptr + 4 * DCTSIZE); in jsimd_idct_islow_neon() local
350 int16x4_t quant_row4, in jsimd_idct_islow_pass1_regular()