Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_xbr.c93 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
127 #define FILT3(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
169 #define FILT4(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument
267 const uint32_t G0 = sa3[pprev2]; in xbr_filter() local
Daf_anequalizer.c299 double G, double Gb, double G0) in butterworth_bp_filter()
368 double G, double Gb, double G0) in chebyshev1_bp_filter()
441 double G, double Gb, double G0) in chebyshev2_bp_filter()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB_SSE41() local
135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local
157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local
185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local
222 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE41() local
Dcommon_sse41.h42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local
Dyuv_sse2.c51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB_SSE2() local
249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local
271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local
365 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local
402 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToBgrRow_SSE2() local
Drescaler_sse2.c315 const __m128i G0 = _mm_or_si128(D0, F2); in RescalerExportRowShrink_SSE2() local
Dlossless_enc_sse2.c110 const __m128i G0 = _mm_sub_epi8(E0, F0); // 0 0 | x b' in CollectColorBlueTransforms_SSE2() local
/third_party/ffmpeg/libswscale/ppc/
Dyuv2rgb_altivec.c483 vector signed short R0, G0, B0, R1, G1, B1; in altivec_uyvy_rgb32() local
648 vector signed short R0, G0, B0, R1, G1, B1; in yuv2packedX_altivec() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSamplerCore.cpp2063 const float G0 = (studioSwing * -16 * Yy - 128 * Gu - 128 * Gv) / 255; in sampleTexel() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp1410 APInt G0 = AM.abs(); in findGCD() local