Home
last modified time | relevance | path

Searched refs:vtmp1 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/libpng/arm/
Dfilter_neon_intrinsics.c89 uint8x8_t vtmp1, vtmp2; in png_read_filter_row_sub3_neon() local
92 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon()
95 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon()
97 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon()
99 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon()
172 uint8x8_t vtmp1, vtmp2, vtmp3; in png_read_filter_row_avg3_neon() local
183 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_avg3_neon()
190 vdest.val[1] = vadd_u8(vdest.val[1], vtmp1); in png_read_filter_row_avg3_neon()
193 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_avg3_neon()
205 vdest.val[3] = vadd_u8(vdest.val[3], vtmp1); in png_read_filter_row_avg3_neon()
[all …]
/third_party/libpng/arm/
Dfilter_neon_intrinsics.c89 uint8x8_t vtmp1, vtmp2; in png_read_filter_row_sub3_neon() local
92 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon()
95 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon()
97 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon()
99 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon()
172 uint8x8_t vtmp1, vtmp2, vtmp3; in png_read_filter_row_avg3_neon() local
183 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_avg3_neon()
190 vdest.val[1] = vadd_u8(vdest.val[1], vtmp1); in png_read_filter_row_avg3_neon()
193 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_avg3_neon()
205 vdest.val[3] = vadd_u8(vdest.val[3], vtmp1); in png_read_filter_row_avg3_neon()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/arm/
Dfilter_neon_intrinsics.c89 uint8x8_t vtmp1, vtmp2; in png_read_filter_row_sub3_neon() local
92 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_sub3_neon()
95 vdest.val[1] = vadd_u8(vdest.val[0], vtmp1); in png_read_filter_row_sub3_neon()
97 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_sub3_neon()
99 vdest.val[3] = vadd_u8(vdest.val[2], vtmp1); in png_read_filter_row_sub3_neon()
172 uint8x8_t vtmp1, vtmp2, vtmp3; in png_read_filter_row_avg3_neon() local
183 vtmp1 = vext_u8(vrp.val[0], vrp.val[1], 3); in png_read_filter_row_avg3_neon()
190 vdest.val[1] = vadd_u8(vdest.val[1], vtmp1); in png_read_filter_row_avg3_neon()
193 vtmp1 = vext_u8(vrp.val[1], vrp.val[1], 1); in png_read_filter_row_avg3_neon()
205 vdest.val[3] = vadd_u8(vdest.val[3], vtmp1); in png_read_filter_row_avg3_neon()
[all …]
/third_party/optimized-routines/networking/aarch64/
Dchksum_simd.c87 uint32x4_t vtmp1 = vld1q_u32(ptr32 + 4); in __chksum_aarch64_simd() local
91 vsum1 = vpadalq_u32(vsum1, vtmp1); in __chksum_aarch64_simd()
106 uint32x4_t vtmp1 = vld1q_u32(ptr32 + 4); in __chksum_aarch64_simd() local
108 vsum1 = vpadalq_u32(vsum1, vtmp1); in __chksum_aarch64_simd()
/third_party/optimized-routines/networking/arm/
Dchksum_simd.c60 uint32x4_t vtmp1 = vld1q_u32(ptr32 + 4); in __chksum_arm_simd() local
64 vsum1 = vpadalq_u32(vsum1, vtmp1); in __chksum_arm_simd()
/third_party/ffmpeg/libavcodec/ppc/
Dh264dsp.c90 vec_s16 vtmp0, vtmp1, vtmp2, vtmp3; in h264_idct_add_altivec() local
103 vtmp1 = vec_sld(vtmp0, vtmp0, 8); in h264_idct_add_altivec()
108 VEC_1D_DCT(vtmp0,vtmp1,vtmp2,vtmp3,va0,va1,va2,va3); in h264_idct_add_altivec()
109 VEC_TRANSPOSE_4(va0,va1,va2,va3,vtmp0,vtmp1,vtmp2,vtmp3); in h264_idct_add_altivec()
110 VEC_1D_DCT(vtmp0,vtmp1,vtmp2,vtmp3,va0,va1,va2,va3); in h264_idct_add_altivec()