Searched refs:next0 (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jcsample-altivec.c | 40 __vector unsigned char this0, next0, out; in jsimd_h2v1_downsample_altivec() local 69 next0 = vec_ld(16, inptr); in jsimd_h2v1_downsample_altivec() 70 next0 = vec_perm(next0, next0, even_odd_index); in jsimd_h2v1_downsample_altivec() 71 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v1_downsample_altivec() 72 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v1_downsample_altivec() 96 __vector unsigned char this0, next0, this1, next1, out; in jsimd_h2v2_downsample_altivec() local 137 next0 = vec_ld(16, inptr0); in jsimd_h2v2_downsample_altivec() 138 next0 = vec_perm(next0, next0, even_odd_index); in jsimd_h2v2_downsample_altivec() 139 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v2_downsample_altivec() 140 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v2_downsample_altivec()
|
D | jdsample-altivec.c | 37 __vector unsigned char this0, last0, p_last0, next0 = { 0 }, p_next0, in jsimd_h2v1_fancy_upsample_altivec() local 83 next0 = vec_ld(16, inptr); in jsimd_h2v1_fancy_upsample_altivec() 84 p_next0 = vec_perm(this0, next0, next_index); in jsimd_h2v1_fancy_upsample_altivec() 123 this0 = next0; in jsimd_h2v1_fancy_upsample_altivec()
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jcsample-altivec.c | 40 __vector unsigned char this0, next0, out; in jsimd_h2v1_downsample_altivec() local 69 next0 = vec_ld(16, inptr); in jsimd_h2v1_downsample_altivec() 70 next0 = vec_perm(next0, next0, even_odd_index); in jsimd_h2v1_downsample_altivec() 71 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v1_downsample_altivec() 72 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v1_downsample_altivec() 96 __vector unsigned char this0, next0, this1, next1, out; in jsimd_h2v2_downsample_altivec() local 137 next0 = vec_ld(16, inptr0); in jsimd_h2v2_downsample_altivec() 138 next0 = vec_perm(next0, next0, even_odd_index); in jsimd_h2v2_downsample_altivec() 139 next0e = (__vector unsigned short)VEC_UNPACKHU(next0); in jsimd_h2v2_downsample_altivec() 140 next0o = (__vector unsigned short)VEC_UNPACKLU(next0); in jsimd_h2v2_downsample_altivec()
|
D | jdsample-altivec.c | 37 __vector unsigned char this0, last0, p_last0, next0 = { 0 }, p_next0, in jsimd_h2v1_fancy_upsample_altivec() local 83 next0 = vec_ld(16, inptr); in jsimd_h2v1_fancy_upsample_altivec() 84 p_next0 = vec_perm(this0, next0, next_index); in jsimd_h2v1_fancy_upsample_altivec() 123 this0 = next0; in jsimd_h2v1_fancy_upsample_altivec()
|
/third_party/libjpeg-turbo/simd/mips64/ |
D | jcsample-mmi.c | 46 __m64 this0o, this0e, this0, this0sum, next0o, next0e, next0, next0sum; in jsimd_h2v2_downsample_mmi() local 69 next0 = _mm_load_si64((__m64 *)&inptr0[8]); in jsimd_h2v2_downsample_mmi() 79 next0o = _mm_and_si64(next0, mask); in jsimd_h2v2_downsample_mmi() 80 next0e = _mm_srli_pi16(next0, BYTE_BIT); in jsimd_h2v2_downsample_mmi()
|
D | jdsample-mmi.c | 119 __m64 next0l, next0h, next0; in jsimd_h2v2_fancy_upsample_mmi() local 191 next0 = _mm_load_si64((__m64 *)inptr0 + 1); /* row[ 0][1] */ in jsimd_h2v2_fancy_upsample_mmi() 195 next0l = _mm_unpacklo_pi8(next0, zero); /* row[ 0][1]( 0 1 2 3) */ in jsimd_h2v2_fancy_upsample_mmi() 196 next0h = _mm_unpackhi_pi8(next0, zero); /* row[ 0][1]( 4 5 6 7) */ in jsimd_h2v2_fancy_upsample_mmi()
|
/third_party/ffmpeg/libavcodec/ |
D | elsdec.c | 46 uint8_t next0; member 318 *rung = Ladder[*rung].next0; in ff_els_decode_bit()
|