/AliOS-Things-master/components/py_engine/tests/micropython/ |
A D | heapalloc_iter.py | 42 g1 = (100 + x for x in range(2)) variable
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | upsampling_msa.c | 250 const int g1 = y1 - MultHi(u, 6419) - MultHi(v, 13320) + 8708; in YuvToRgb() local 260 const int g1 = y1 - MultHi(u, 6419) - MultHi(v, 13320) + 8708; in YuvToBgr() local 271 const int g1 = y1 - MultHi(u, 6419) - MultHi(v, 13320) + 8708; in YuvToRgb565() local 290 const int g1 = y1 - MultHi(u, 6419) - MultHi(v, 13320) + 8708; in YuvToRgba4444() local
|
A D | lossless_enc_sse41.c | 111 const __m128i g1 = _mm_and_si128(in1, mask_g); in CollectColorRedTransforms_SSE41() local
|
A D | yuv_neon.c | 253 const int16x8_t g1 = vreinterpretq_s16_u16(vld1q_u16(best_y + 2 * i + 8)); in SharpYUVFilterRow_NEON() local
|
A D | yuv_sse2.c | 152 const __m128i g1 = _mm_srli_epi16(_mm_and_si128(g0, _mm_set1_epi8(0xe0)), 5); in PackAndStore565_SSE2() local 834 const __m128i g1 = _mm_loadu_si128((const __m128i*)(best_y + 2 * i + 8)); in SharpYUVFilterRow_SSE2() local
|
A D | enc_sse2.c | 275 const __m128i g1 = _mm_add_epi16(f1, _mm_cmpeq_epi16(a32, zero)); in FTransformPass2_SSE2() local
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | ttkern.c | 40 #define TT_KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) argument
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1afm.c | 81 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) argument
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_predict.c | 530 unsigned int r1, g1, b1; in horDiff8() local 541 unsigned int r1, g1, b1, a1; in horDiff8() local
|
A D | tif_pixarlog.c | 969 int32 r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifferenceF() local 1024 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference16() local 1075 register int r1, g1, b1, a1, r2, g2, b2, a2, mask; in horizontalDifference8() local
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | poly1305.c | 218 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_wave.c | 280 const Uint32 g1 = g[0] | ((Uint32)g[1] << 8) | ((Uint32)g[2] << 16) | ((Uint32)g[3] << 24); in WaveDebugDumpFormat() local 1775 … const Uint32 g1 = g[0] | ((Uint32)g[1] << 8) | ((Uint32)g[2] << 16) | ((Uint32)g[3] << 24); in WaveCheckFormat() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/gregbook/ |
A D | rpng2-x.c | 1089 uch r1, r2, g1, g2, b1, b2; in rpng2_x_load_bg_image() local 1876 uch r1, r2, g1, g2, b1, b2; in rpng2_x_reload_bg_image() local
|
/AliOS-Things-master/components/freetype/src/psaux/ |
A D | afmparse.c | 659 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)g1 << 16 ) | g2 ) argument
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrtypes.h | 210 #define PFR_KERN_INDEX( g1, g2 ) \ argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngvalid.c | 8142 double g1 = 1/data.gamma; in image_transform_png_set_rgb_to_gray_mod() local
|