Home
last modified time | relevance | path

Searched defs:G0 (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Dyuv_sse2.c51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB() local
245 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32() local
267 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32() local
357 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow() local
393 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow() local
Drescaler_sse2.c323 const __m128i G0 = _mm_or_si128(D0, F2); in RescalerExportRowShrinkSSE2() local
Dlossless_enc_sse2.c115 const __m128i G0 = _mm_sub_epi8(E0, F0); // 0 0 | x b' in CollectColorBlueTransforms() local
/external/llvm/unittests/Transforms/Utils/
DValueMapperTest.cpp70 std::unique_ptr<GlobalVariable> G0 = llvm::make_unique<GlobalVariable>( in TEST() local
/external/swiftshader/src/Shader/
DSamplerCore.cpp2035 const float G0 = (studioSwing * -16 * Yy - 128 * Gu - 128 * Gv) / 255; in sampleTexel() local
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1333 APInt G0 = AM.abs(); in findGCD() local