Searched defs:s01 (Results 1 - 13 of 13) sorted by relevance
/third_party/ffmpeg/tests/ |
H A D | rotozoom.c | 72 int s01 = src[((int_x + 1) & 255) + 256 * ( int_y & 255)]; in ipol() local
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | j1.c | 107 s01 = 1.91537599538363460805e-02, /* 0x3F939D0B, 0x12637E53 */ variable
|
H A D | j1f.c | 58 s01 = 1.9153760746e-02, /* 0x3c9ce859 */ variable
|
/third_party/musl/src/math/ |
H A D | j1.c | 107 s01 = 1.91537599538363460805e-02, /* 0x3F939D0B, 0x12637E53 */ variable
|
H A D | j1f.c | 58 s01 = 1.9153760746e-02, /* 0x3c9ce859 */ variable
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | float_dsp_mips.c | 153 float s0, s01, s1, s11; in vector_fmul_window_mips() local [all...] |
/third_party/lame/libmp3lame/ |
H A D | gain_analysis.c | 159 Float_t s01 = y8 + yA + yC + yE; in filterYule() local
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Blitter.cpp | 1342 Pointer<Byte> s01 = source + ComputeOffset(X1, Y0, sPitchB, srcBytes, srcQuadLayout); in generate() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_rotate.c | 239 int s01 = src[src_linestep * int_x1 + i + src_linesize * int_y ]; in interpolate_bilinear8() local 269 int s01 = AV_RL16(&src[src_linestep * int_x1 + i + src_linesize * int_y ]); in interpolate_bilinear16() local
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.cpp | 1641 Pointer<Byte> s01 = source + ComputeOffset(X1, Y0, Z0, sSliceB, sPitchB, srcBytes); in sample() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_neon.c | 1292 const uint16x8_t s01 = vaddq_u16(s0, s1); in DC4_NEON() local 1455 const uint16x8_t s01 = vaddq_u16(s0, s1); in DC8_NEON() local 1542 const uint16x8_t s01 = vaddq_u16(s0, s1); in DC16_NEON() local
|
H A D | enc_sse2.c | 216 const __m128i s01 = _mm_unpacklo_epi64(shuf01_p, shuf23_p); in FTransformPass1_SSE2() local
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 3790 s01 = TDEFL_READ_UNALIGNED_WORD(s); in tdefl_find_match() local
|
Completed in 36 milliseconds