Home
last modified time | relevance | path

Searched refs:g11 (Results 1 - 12 of 12) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DnullishCoalescingOperator11.js4 let g11 = f11 ?? f11.toFixed()
11 var g11 = f11 !== null && f11 !== void 0 ? f11 : f11.toFixed(); variable
H A DgenericRestParameters1.js65 function g11<U extends string[], V extends [number, number]>(u: U, v: V) {
221 function g11(u, v) { function
313 declare function g11<U extends string[], V extends [number, number]>(u: U, v: V): void;
/third_party/ffmpeg/libavfilter/
H A Dcolorspacedsp_template.c162 int r11 = rgb0[x * 2 + 1 + s], g11 = rgb1[x * 2 + 1 + s], b11 = rgb2[x * 2 + 1 + s]; in rgb2yuv() local
178 ((r11 * cry + g11 * cgy + in rgb2yuv()
185 avg(g00, g01, g10, g11) * cgu + in rgb2yuv()
189 avg(g00, g01, g10, g11) * cgv + in rgb2yuv()
254 int r11 = rgb0[x * 2 + 1 + s], g11 = rgb1[x * 2 + 1 + s], b11 = rgb2[x * 2 + 1 + s]; in rgb2yuv_fsb() local
287 y11 = r11 * cry + g11 * cgy + b11 * cby + rnd_scratch[0][1][x * 2 + 1]; in rgb2yuv_fsb()
299 avg(g00, g01, g10, g11) * cgu + in rgb2yuv_fsb()
310 avg(g00, g01, g10, g11) * cgv + in rgb2yuv_fsb()
/third_party/mesa3d/src/intel/tools/tests/gen8/
H A Dmath.asm11 math log(16) g11<1>F g9<8,8,1>F null<8,8,1>F { align1 1H };
14 math intdiv(8) g11<1>UD g1<0,1,0>UD g1.4<0,1,0>UD { align1 1Q };
/third_party/mesa3d/src/intel/tools/tests/gen9/
H A Dmath.asm8 math pow(8) g11<1>F g10<8,8,1>F 0x42fc6666F /* 126.2F */ { align1 1Q };
11 math log(16) g11<1>F g9<8,8,1>F null<8,8,1>F { align1 1H };
/third_party/mesa3d/src/intel/tools/tests/gen7.5/
H A Dmath.asm5 math inv(8) g11<1>.xyzF g2<0>.xyzzF null<4>F { align16 1Q };
14 math log(16) g11<1>F g9<8,8,1>F null<8,8,1>F { align1 1H };
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bad_pixels.cpp832 // r10 g11 r12 g13 r14 in FixIsolatedPixel()
842 int32 g11 = p1 [1]; in FixIsolatedPixel() local
865 Abs_int32 (g11 - g31) + in FixIsolatedPixel()
872 est1 = g11 + g33; in FixIsolatedPixel()
874 grad1 = Abs_int32 (g11 - g33) + in FixIsolatedPixel()
885 Abs_int32 (g11 - g13) + in FixIsolatedPixel()
1170 // r10 g11 r12 g13 r14 g15 r16 g17 r18 in FixSingleColumn()
1182 int32 g11 = p1 [1 * cs]; in FixSingleColumn() local
1238 (g11 + g13 + g15 + g17) - in FixSingleColumn()
/third_party/mesa3d/src/intel/tools/tests/gen6/
H A Dmath.asm9 math sqrt(8) g11<1>F g3<8,8,1>F null<8,8,1>F { align1 2Q };
/third_party/mesa3d/src/intel/tools/tests/gen7/
H A Dmath.asm3 math inv(8) g11<1>.xyzF g2<0>.xyzzF null<4>F { align16 1Q };
/third_party/ffmpeg/libavcodec/
H A Dopus_celt.c166 float g10, g11, g12; in celt_postfilter_apply_transition() local
180 g11 = block->pf_gains[1]; in celt_postfilter_apply_transition()
196 w * g11 * (x1 + x3) + in celt_postfilter_apply_transition()
/third_party/ffmpeg/libswscale/x86/
H A Dyuv_2_rgb.asm255 pshufb m2, [rgb24_shuf3] ; g5 b5 g11 b11 g1 b1 g7 b7 g13 b13 g3 b3 g9 b9 g15 b15
269 pand m2, m4 ; --- --- g11 b11 --- --- --- --- g13 b13 --- --- --- --- g15 b15
273 por m2, m3 ; b10 r11 g11 b11 r12 g12 b12 r13 g13 b13 r14 g14 b14 r15 g15 b15
/third_party/ffmpeg/libavcodec/mips/
H A Dvp9_idct_msa.c1306 v8i16 g0, g1, g2, g3, g4, g5, g6, g7, g8, g9, g10, g11, g12, g13, g14, g15; in vp9_iadst16_1d_columns_addblk_msa() local
1333 VP9_MADD_BF(r11, r4, r3, r12, k0, k1, k2, k3, g8, g9, g10, g11); in vp9_iadst16_1d_columns_addblk_msa()
1338 VP9_MADD_BF(g1, g3, g9, g11, k0, k1, k2, k0, h0, h1, h2, h3); in vp9_iadst16_1d_columns_addblk_msa()

Completed in 22 milliseconds