Home
last modified time | relevance | path

Searched refs:Gd (Results 1 – 25 of 53) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dvp3dsp.c53 int Ed, Gd, Add, Bdd, Fd, Hd; in idct() local
80 Gd = E + G; in idct()
89 ip[0 * 8] = Gd + Cd; in idct()
90 ip[7 * 8] = Gd - Cd; in idct()
134 Gd = E + G; in idct()
144 dst[0 * stride] = av_clip_uint8((Gd + Cd) >> 4); in idct()
145 dst[7 * stride] = av_clip_uint8((Gd - Cd) >> 4); in idct()
156 dst[0 * stride] = av_clip_uint8(dst[0 * stride] + ((Gd + Cd) >> 4)); in idct()
157 dst[7 * stride] = av_clip_uint8(dst[7 * stride] + ((Gd - Cd) >> 4)); in idct()
204 int Ed, Gd, Add, Bdd, Fd, Hd; in idct10() local
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dvp3dsp_idct_msa.c32 v4i32 Ed, Gd, Add, Bdd, Fd, Hd; in idct_msa() local
92 Gd = E + G; in idct_msa()
97 r0_r = Gd + Cd; in idct_msa()
98 r7_r = Gd - Cd; in idct_msa()
120 Gd = E + G; in idct_msa()
125 r0_l = Gd + Cd; in idct_msa()
126 r7_l = Gd - Cd; in idct_msa()
158 Gd = E + G; in idct_msa()
163 A = (Gd + Cd) >> 4; in idct_msa()
164 B = (Gd - Cd) >> 4; in idct_msa()
[all …]
Dvp3dsp_idct_mmi.c182 [Gd]"=&f"(ftmp[21]), [csth_1]"=&f"(ftmp[22]) in idct_row_mmi()
213 LOAD_CONST(%[Gd], 1) in idct_column_true_mmi()
401 [Gd]"=&f"(ftmp[21]), [input]"+&r"(input) in idct_column_true_mmi()
432 LOAD_CONST(%[Gd], 1) in idct_column_false_mmi()
660 [Gd]"=&f"(ftmp[21]), [input]"+&r"(input) in idct_column_false_mmi()
/third_party/openGLES/extensions/NV/
DNV_blend_square.txt80 DST_COLOR (Rd, Gd, Bd, Ad)
81 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd, Gd, Bd, Ad)
101 DST_COLOR (Rd, Gd, Bd, Ad) NEW
102 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd, Gd, Bd, Ad) NEW
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_blend_square.txt80 DST_COLOR (Rd, Gd, Bd, Ad)
81 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd, Gd, Bd, Ad)
101 DST_COLOR (Rd, Gd, Bd, Ad) NEW
102 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd, Gd, Bd, Ad) NEW
/third_party/skia/third_party/externals/icu/source/data/locales/
Dzh_Hans_SG.txt15 "Gd/M/yy",
180 "Gd/M/yy",
197 "Gd/M/yy",
218 "Gd/M/yy",
Dzh_Hans_HK.txt15 "Gd/M/yy",
175 "Gd/M/yy",
192 "Gd/M/yy",
213 "Gd/M/yy",
Dzh_Hans_MO.txt168 "Gd/M/yy",
185 "Gd/M/yy",
/third_party/ffmpeg/libavcodec/ppc/
Dvp3dsp_altivec.c46 vec_s16 Ed, Gd, Add, Bdd, Fd, Hd;\
99 Gd = vec_add(E, G);\
107 b0 = SHIFT(vec_add(Gd, Cd));\
108 b7 = SHIFT(vec_sub(Gd, Cd));\
/third_party/icu/icu4c/source/data/locales/
Dzh_Hans_HK.txt15 "Gd/M/yy",
224 "Gd/M/yy",
251 "Gd/M/yy",
282 "Gd/M/yy",
Dzh_Hans_SG.txt15 "Gd/M/yy",
229 "Gd/M/yy",
256 "Gd/M/yy",
287 "Gd/M/yy",
Dzh_Hans_MO.txt207 "Gd/M/yy",
234 "Gd/M/yy",
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_blend_equation_separate.txt165 Gc = Gs * Sg + Gd * Dg
169 Gc = Gs * Sg - Gd * Dg
173 Gc = Gd * Sg - Gs * Dg
177 Gc = min(Gs, Gd)
181 Gc = max(Gs, Gd)
232 Gc = Gs OP Gd
DEXT_blend_func_separate.txt66 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb) Ad/Ka
67 ONE_MINUS_DST_COLOR (1-Rd/Kr, 1-Gd/Kg, 1-Bd/Kb) 1-Ad/Ka
DEXT_blend_color.txt73 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb, Ad/Ka)
74 ONE_MINUS_DST_COLOR (1, 1, 1, 1) - (Rd/Kr,Gd/Kg,Bd/Kb,Ad/Ka)
/third_party/openGLES/extensions/EXT/
DEXT_blend_equation_separate.txt165 Gc = Gs * Sg + Gd * Dg
169 Gc = Gs * Sg - Gd * Dg
173 Gc = Gd * Sg - Gs * Dg
177 Gc = min(Gs, Gd)
181 Gc = max(Gs, Gd)
232 Gc = Gs OP Gd
DEXT_blend_func_separate.txt66 DST_COLOR (Rd/Kr, Gd/Kg, Bd/Kb) Ad/Ka
67 ONE_MINUS_DST_COLOR (1-Rd/Kr, 1-Gd/Kg, 1-Bd/Kb) 1-Ad/Ka
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_blend_subtract.txt104 G = Gs * Sg + Gd * Dg
109 G = Gs * Sg - Gd * Dg
114 G = Gd * Dg - Gs * Sg
DOES_blend_equation_separate.txt102 Gc = Gs * Sg + Gd * Dg
106 Gc = Gs * Sg - Gd * Dg
110 Gc = Gd * Sg - Gs * Dg
DOES_blend_func_separate.txt95 DST_COLOR (Rd, Gd, Bd) Ad
96 ONE_MINUS_DST_COLOR (1, 1, 1) - (Rd, Gd, Bd) 1 - Ad
/third_party/openGLES/extensions/OES/
DOES_blend_subtract.txt114 G = Gs * Sg + Gd * Dg
119 G = Gs * Sg - Gd * Dg
124 G = Gd * Dg - Gs * Sg
DOES_blend_equation_separate.txt112 Gc = Gs * Sg + Gd * Dg
116 Gc = Gs * Sg - Gd * Dg
120 Gc = Gd * Sg - Gs * Dg
/third_party/skia/third_party/externals/freetype/builds/compiler/
Dvisualage.mk63 CFLAGS ?= /Q- /Gd+ /O2 /G5 /W3 /C
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_blend_minmax_factor.txt92 | | G = min(Gs * Sg, Gd * Dg) | |
96 | | G = max(Gs * Sg, Gd * Dg) | |
/third_party/openGLES/extensions/AMD/
DAMD_blend_minmax_factor.txt92 | | G = min(Gs * Sg, Gd * Dg) | |
96 | | G = max(Gs * Sg, Gd * Dg) | |

123