/external/chromium_org/content/common/gpu/client/ |
gl_helper_unittests.cc | 426 int base_y = static_cast<int>(floorf(y)); local 428 y -= base_y; 429 return (ChannelAsFloat(pixels, base_x, base_y, c) * (1 - x) * (1 - y) + 430 ChannelAsFloat(pixels, base_x + 1, base_y, c) * x * (1 - y) + 431 ChannelAsFloat(pixels, base_x, base_y + 1, c) * (1 - x) * y + 432 ChannelAsFloat(pixels, base_x + 1, base_y + 1, c) * x * y); [all...] |
/hardware/samsung_slsi/exynos5/include/ |
s5p_tvout_v4l2.h | 117 void *base_y; member in struct:v4l2_vid_overlay_src 130 void *base_y; member in struct:v4l2_pix_format_s5p_tvout
|