Home
last modified time | relevance | path

Searched refs:g00 (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dcolorspacedsp_template.c157 int r00 = rgb0[x << SS_W], g00 = rgb1[x << SS_W], b00 = rgb2[x << SS_W]; in fn() local
167 ((r00 * cry + g00 * cgy + in fn()
185 avg(g00, g01, g10, g11) * cgu + in fn()
189 avg(g00, g01, g10, g11) * cgv + in fn()
247 int r00 = rgb0[x << SS_W], g00 = rgb1[x << SS_W], b00 = rgb2[x << SS_W]; in fn() local
260 y00 = r00 * cry + g00 * cgy + b00 * cby + rnd_scratch[0][y & !SS_H][x << SS_W]; in fn()
299 avg(g00, g01, g10, g11) * cgu + in fn()
310 avg(g00, g01, g10, g11) * cgv + in fn()
/third_party/ffmpeg/libavcodec/
Dopus_celt.c165 float g00, g01, g02; in celt_postfilter_apply_transition() local
176 g00 = block->pf_gains_old[0]; in celt_postfilter_apply_transition()
192 data[i] += (1.0 - w) * g00 * data[i - T0] + in celt_postfilter_apply_transition()
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl42 tvec2<T, P> g00(gx.x, gy.x); local
47 …tvec4<T, P> norm = detail::taylorInvSqrt(tvec4<T, P>(dot(g00, g00), dot(g01, g01), dot(g10, g10), …
48 g00 *= norm.x;
53 T n00 = dot(g00, tvec2<T, P>(fx.x, fy.x));
364 tvec2<T, P> g00(gx.x, gy.x); local
369 …tvec4<T, P> norm = detail::taylorInvSqrt(tvec4<T, P>(dot(g00, g00), dot(g01, g01), dot(g10, g10), …
370 g00 *= norm.x;
375 T n00 = dot(g00, tvec2<T, P>(fx.x, fy.x));
/third_party/typescript/tests/baselines/reference/
DgenericFunctionInference1.js23 const g00: <T>(x: T) => T[] = pipe(list); constant
266 const g00 = pipe(list); constant
DgenericFunctionInference1.errors.txt27 const g00: <T>(x: T) => T[] = pipe(list);
DgenericFunctionInference1.symbols167 const g00: <T>(x: T) => T[] = pipe(list);
168 >g00 : Symbol(g00, Decl(genericFunctionInference1.ts, 21, 5))
DgenericFunctionInference1.types160 const g00: <T>(x: T) => T[] = pipe(list);
161 >g00 : <T>(x: T) => T[]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dconv3x3_int8.c201 int16x8_t g00 = vld1q_s16(src_ic8_ptr); in Conv3x3Int8FilterTransform() local
211 int16x8_t dst00 = vmulq_n_s16(g00, 2); in Conv3x3Int8FilterTransform()
215 int16x8_t dst10 = vaddq_s16(vaddq_s16(g00, g10), g20); in Conv3x3Int8FilterTransform()
219 int16x8_t dst20 = vaddq_s16(vsubq_s16(g00, g10), g20); in Conv3x3Int8FilterTransform()
/third_party/typescript/tests/cases/compiler/
DgenericFunctionInference1.ts25 const g00: <T>(x: T) => T[] = pipe(list);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dconv_depthwise_fp16.c258 MS_FLOAT16X8 g00 = MS_LDQ_F16(weight); in ConvDw3x3LineFp16() local
274 MS_FLOAT16X8 acc0 = MS_MULQ_F16(MS_LDQ_F16(line0), g00); in ConvDw3x3LineFp16()
315 MS_FLOAT16X8 acc0 = MS_MULQ_F16(MS_LDQ_F16(line0), g00); in ConvDw3x3LineFp16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_depthwise_fp32.c585 MS_FLOAT32X4 g00 = MS_LDQ_F32(weight); in ConvDw3x3Line() local
601 MS_FLOAT32X4 acc0 = MS_MULQ_F32(MS_LDQ_F32(line0), g00); in ConvDw3x3Line()
640 MS_FLOAT32X4 acc0 = MS_MULQ_F32(MS_LDQ_F32(line0), g00); in ConvDw3x3Line()