HomeSort by relevance Sort by last modified time
    Searched refs:look_up (Results 1 - 6 of 6) sorted by null

  /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/vulkan-validation-layers/layers/
hash_util.h 138 Id look_up(U &&value) { function in class:hash_util::Dictionary
descriptor_sets.cpp 62 return descriptor_set_layout_dict.look_up(DescriptorSetLayoutDef(p_create_info));
    [all...]
core_validation.cpp     [all...]
  /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...]

Completed in 265 milliseconds