Searched defs:ug (Results 1 - 3 of 3) sorted by relevance

/external/toybox/toys/pending/
H A Dtcpsvd.c190 static void get_uidgid(uid_t *uid, gid_t *gid, char *ug) argument
197 user = ug;
198 group = strchr(ug,':');
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc1239 int ug = yuvconstants->kUVToG[0]; local
1248 int ug = yuvconstants->kUVToG[0];
1257 int ug = yuvconstants->kUVToG[0];
1268 *g = Clamp((int32)(-(u * ug + v * vg) + y1 + bg) >> 6);
/external/libyuv/files/source/
H A Drow_common.cc1235 int ug = yuvconstants->kUVToG[0]; local
1244 int ug = yuvconstants->kUVToG[0];
1253 int ug = yuvconstants->kUVToG[0];
1264 *g = Clamp((int32)(-(u * ug + v * vg) + y1 + bg) >> 6);

Completed in 143 milliseconds