Home
last modified time | relevance | path

Searched defs:g1 (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/micropython/
A Dheapalloc_iter.py42 g1 = (100 + x for x in range(2)) variable
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dupsampling_msa.c250 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 Dlossless_enc_sse41.c111 const __m128i g1 = _mm_and_si128(in1, mask_g); in CollectColorRedTransforms_SSE41() local
A Dyuv_neon.c253 const int16x8_t g1 = vreinterpretq_s16_u16(vld1q_u16(best_y + 2 * i + 8)); in SharpYUVFilterRow_NEON() local
A Dyuv_sse2.c152 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 Denc_sse2.c275 const __m128i g1 = _mm_add_epi16(f1, _mm_cmpeq_epi16(a32, zero)); in FTransformPass2_SSE2() local
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttkern.c40 #define TT_KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) argument
/AliOS-Things-master/components/freetype/src/type1/
A Dt1afm.c81 #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 Dtif_predict.c530 unsigned int r1, g1, b1; in horDiff8() local
541 unsigned int r1, g1, b1, a1; in horDiff8() local
A Dtif_pixarlog.c969 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 Dpoly1305.c218 uint32_t g0, g1, g2, g3, g4; in poly1305_compute_mac() local
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.c280 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 Drpng2-x.c1089 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 Dafmparse.c659 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)g1 << 16 ) | g2 ) argument
/AliOS-Things-master/components/freetype/src/pfr/
A Dpfrtypes.h210 #define PFR_KERN_INDEX( g1, g2 ) \ argument
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngvalid.c8142 double g1 = 1/data.gamma; in image_transform_png_set_rgb_to_gray_mod() local

Completed in 52 milliseconds