Searched refs:INPTR (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/ |
D | jsimd_arm_neon.S | 2225 .macro upsample16 OUTPTR, INPTR argument 2226 vld1.8 {q0}, [\INPTR]! 2251 .macro upsample32 OUTPTR, INPTR argument 2253 vld1.8 {q0}, [\INPTR]! 2264 vld1.8 {q1}, [\INPTR]! 2289 .macro upsample_row OUTPTR, INPTR, WIDTH, TMP1 2293 ldrb \TMP1, [\INPTR, \WIDTH] 2295 ldrb \TMP1, [\INPTR], #1 2302 upsample32 \OUTPTR, \INPTR 2309 upsample16 \OUTPTR, \INPTR [all …]
|