/external/vulkan-validation-layers/layers/ |
hash_util.h | 138 Id look_up(U &&value) { function in class:hash_util::Dictionary
|
/external/webrtc/webrtc/modules/video_processing/ |
video_processing_impl.cc | 95 int look_up[256]; local 98 look_up[i] = ((((val < 0) ? 0 : val) > 255) ? 255 : val); 103 *temp_ptr = static_cast<uint8_t>(look_up[*temp_ptr]);
|
/external/skia/gm/ |
wacky_yuv_formats.cpp | 476 static uint8_t look_up(float x1, float y1, const SkBitmap& bm, SkColorChannel channel) { function 538 uint8_t Y = look_up(x1, y1, 542 uint8_t U = look_up(x1, y1, 547 uint8_t V = look_up(x1, y1, 553 A = look_up(x1, y1, [all...] |
/external/skqp/gm/ |
wacky_yuv_formats.cpp | 471 static uint8_t look_up(float x1, float y1, const SkBitmap& bm, SkColorChannel channel) { function 533 uint8_t Y = look_up(x1, y1, 537 uint8_t U = look_up(x1, y1, 542 uint8_t V = look_up(x1, y1, 548 A = look_up(x1, y1, [all...] |