Searched defs:g_scale (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc780 const uint32 g_scale = REPEAT8((value >> 8) & 0xff); local
791 dst_argb[1] = SHADE(g, g_scale);
813 const uint32 g_scale = src_argb1[1]; local
817 dst_argb[1] = SHADE(g, g_scale);
/external/libyuv/files/source/
H A Drow_common.cc772 const uint32 g_scale = REPEAT8((value >> 8) & 0xff); local
783 dst_argb[1] = SHADE(g, g_scale);
807 const uint32 g_scale = src_argb1[1]; local
811 dst_argb[1] = SHADE(g, g_scale);

Completed in 124 milliseconds