Home
last modified time | relevance | path

Searched defs:G (Results 1 – 25 of 58) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv_mips_dsp_r2.c38 #define ROW_FUNC_PART_2(R, G, B, K) \ argument
71 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
A Dyuv_sse2.c33 __m128i* const G, in ConvertYUV444ToRGB_SSE2()
86 __m128i* const R, __m128i* const G, in YUV444ToRGB_SSE2()
198 __m128i R, G, B; in VP8YuvToRgba32_SSE2() local
209 __m128i R, G, B; in VP8YuvToBgra32_SSE2() local
220 __m128i R, G, B; in VP8YuvToArgb32_SSE2() local
231 __m128i R, G, B; in VP8YuvToRgba444432_SSE2() local
241 __m128i R, G, B; in VP8YuvToRgb56532_SSE2() local
300 __m128i R, G, B; in YuvToRgbaRow_SSE2() local
322 __m128i R, G, B; in YuvToBgraRow_SSE2() local
344 __m128i R, G, B; in YuvToArgbRow_SSE2() local
[all …]
A Dupsampling_msa.c115 #define CALC_RGB16(y, u, v, R, G, B) do { \ argument
135 #define CALC_RGB8(y, u, v, R, G, B) do { \ argument
325 v16u8 R, G, B; in YuvToRgbLine() local
352 v16u8 R, G, B; in YuvToBgrLine() local
380 v16u8 R, G, B; in YuvToRgbaLine() local
408 v16u8 R, G, B; in YuvToBgraLine() local
437 v16u8 R, G, B; in YuvToArgbLine() local
465 v16u8 R, G, B, RG, BA, tmp0, tmp1; in YuvToRgba4444Line() local
501 v16u8 R, G, B, RG, GB, tmp0, tmp1; in YuvToRgb565Line() local
A Dyuv_mips32.c24 #define ROW_FUNC(FUNC_NAME, XSTEP, R, G, B, A) \ argument
A Dcost_sse2.c73 const __m128i G = _mm_min_epu8(F, kCst2); // context = 0,1,2 in GetResidualCost_SSE2() local
A Dyuv_sse41.c33 __m128i* const G, in ConvertYUV444ToRGB_SSE41()
86 __m128i* const R, __m128i* const G, in YUV444ToRGB_SSE41()
97 __m128i* const R, __m128i* const G, in YUV420ToRGB_SSE41()
370 const __m128i* const G, in ConvertRGBToY_SSE41()
385 const __m128i* const G, in ConvertRGBToUV_SSE41()
A Dcost_neon.c76 const uint8x16_t G = vminq_u8(F, kCst2); // context = 0,1,2 in GetResidualCost_NEON() local
A Drescaler_sse2.c159 const __m128i G = _mm_unpacklo_epi32(F1, F2); in RescalerImportRowShrink_SSE2() local
224 const __m128i G = _mm_packus_epi16(F, F); in ProcessRow_SSE2() local
253 const __m128i G = _mm_packus_epi16(F, F); in ProcessRow_Floor_SSE2() local
A Dyuv_neon.c26 const uint8x8_t G, in ConvertRGBToY_NEON()
140 const uint16x8_t G = vpaddlq_u8(RGB.val[1]); in ConvertARGBToUV_NEON() local
A Dupsampling_mips_dsp_r2.c22 #define YUV_TO_RGB(Y, U, V, R, G, B) do { \ argument
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Drdcolmap.c46 add_map_entry (j_decompress_ptr cinfo, int R, int G, int B) in add_map_entry()
83 int R, G, B; in read_gif_map() local
175 int R, G, B; in read_ppm_map() local
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/
A Djquery.js12 …s[0]=E;this.length=1;this.context=E;return this}if(typeof E==="string"){var G=D.exec(E);if(G&&(G[1… argument
13 …his).get();o.fn[F].apply(o(L[K]),I);J=J.concat(I)}return this.pushStack(J,E,G)}});o.each({removeAt… argument
20 …i[aa].nodeType===1){ab.push(af[aa])}}}}}else{E(ai,ab)}if(V){F(V,U,ab,ac);if(G){hasDuplicate=false;… variable
21 {I.type=G=G.slice(0,-1);I.exclusive=true}if(!H){I.stopPropagation();if(this.global[G]){o.each(o.cac… argument
22 {G[this]=F});return G}o.fn.extend({show:function(J,L){if(J){return this.animate(t("show",3),J,L)}el… argument
/AliOS-Things-master/components/mbedtls/library/
A Decjpake.c196 const mbedtls_ecp_point *G, in ecjpake_hash()
246 const mbedtls_ecp_point *G, in ecjpake_zkp_read()
318 const mbedtls_ecp_point *G, in ecjpake_zkp_write()
379 const mbedtls_ecp_point *G, in ecjpake_kkp_read()
416 const mbedtls_ecp_point *G, in ecjpake_kkp_write()
453 const mbedtls_ecp_point *G, in ecjpake_kkpp_read()
486 const mbedtls_ecp_point *G, in ecjpake_kkpp_write()
582 mbedtls_ecp_point G; /* C: GB, S: GA */ in mbedtls_ecjpake_read_round_two() local
672 mbedtls_ecp_point G; /* C: GA, S: GB */ in mbedtls_ecjpake_write_round_two() local
/AliOS-Things-master/components/py_engine/tests/basics/
A Dbuiltin_property_inherit.py31 class G(F): class
/AliOS-Things-master/components/py_engine/tests/micropython/
A Dheapalloc_yield_from.py22 class G: class
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_auto.c196 Uint32 R, G, B; in SDL_Blit_RGB888_RGB888_Modulate() local
227 Uint32 R, G, B; in SDL_Blit_RGB888_RGB888_Modulate_Scale() local
430 Uint32 R, G, B; in SDL_Blit_RGB888_BGR888_Scale() local
596 Uint32 R, G, B; in SDL_Blit_RGB888_BGR888_Modulate() local
627 Uint32 R, G, B; in SDL_Blit_RGB888_BGR888_Modulate_Scale() local
831 Uint32 R, G, B; in SDL_Blit_RGB888_ARGB8888_Scale() local
1003 Uint32 R, G, B; in SDL_Blit_RGB888_ARGB8888_Modulate() local
1036 Uint32 R, G, B; in SDL_Blit_RGB888_ARGB8888_Modulate_Scale() local
1243 Uint32 R, G, B; in SDL_Blit_BGR888_RGB888_Scale() local
1409 Uint32 R, G, B; in SDL_Blit_BGR888_RGB888_Modulate() local
[all …]
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_compare.c47 Uint8 R, G, B, A; in SDLTest_CompareSurfaces() local
A DSDL_test_md5.c74 #define G(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
/AliOS-Things-master/components/mbedtls/programs/pkey/
A Ddh_genprime.c88 mbedtls_mpi G, P, Q; in main() local
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_language.js275 static G() { method in test_class.D
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/include/tinycrypt/
A Decc.h118 uECC_word_t G[NUM_ECC_WORDS * 2]; member
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Ddhm.h106 mbedtls_mpi G; /*!< The generator. */ member
/AliOS-Things-master/components/freetype/src/base/
A Dmd5.c52 #define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y)))) macro
/AliOS-Things-master/components/SDL2/test/
A Dtestyuv_cvt.c37 float S, Z, R, G, B, L, Kr, Kb, Y, U, V; in RGBtoYUV() local
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/onewire/
A Dmodule_onewire.c29 static int A,B,C,D,E,F,G,H,I,J; variable

Completed in 49 milliseconds

123