Searched refs:g_shift (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/sys/ximage/ |
D | gstximagesrc.c | 405 gint g_shift, g_max, g_shift_out; in composite_pixel() local 426 for (g_shift = 0; !(xcontext->visual->green_mask & (1 << g_shift)); in composite_pixel() 427 g_shift++); in composite_pixel() 440 g_max = (xcontext->visual->green_mask >> g_shift); in composite_pixel() 443 #define RGBXXX_G(x) (((x)>>g_shift) & (g_max)) in composite_pixel()
|
/third_party/skia/src/core/ |
D | SkVM.cpp | 1204 std::max(f.g_bits + f.g_shift, in byte_size() 1247 f.g_bits ? unpack_rgb (f.g_bits, f.g_shift) : x->splat(0.0f), in unpack() 1259 if (f.g_shift >= 32) { lo->g_bits = 0; lo->g_shift = 32; } in split_disjoint_8byte_format() 1266 if (f.g_shift < 32) { hi->g_bits = 0; hi->g_shift = 32; } else { hi->g_shift -= 32; } in split_disjoint_8byte_format() 1287 SkASSERT(f.g_shift == rgba_f32.g_shift); in assert_16byte_is_rgba_f32() 1390 if (f.g_bits) { pack_rgb (c.g, f.g_bits, f.g_shift); } in pack32() 1399 f.r_shift == f.g_shift && f.g_shift == f.b_shift) { in store()
|
D | SkVM.h | 576 r_shift, g_shift, b_shift, a_shift; member
|