Searched defs:v_max (Results 1 – 7 of 7) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/image/ |
| D | adjust_hue_op.cc | 93 float* v_max) { in rgb_to_hv_range() 152 static void hv_range_to_rgb(float h, float v_min, float v_max, float* r, in hv_range_to_rgb() 224 float h, v_min, v_max; in DoCompute() local
|
| /external/mesa3d/src/imgui/ |
| D | imgui_widgets.cpp | 1730 …(ImGuiDataType data_type, TYPE* v, float v_speed, const TYPE v_min, const TYPE v_max, const char* … in DragBehaviorT() 1834 …ImGuiDataType data_type, void* v, float v_speed, const void* v_min, const void* v_max, const char*… in DragBehavior() 1861 …ImGuiDataType data_type, void* v, float v_speed, const void* v_min, const void* v_max, const char*… in DragScalar() 1937 …ta_type, void* v, int components, float v_speed, const void* v_min, const void* v_max, const char*… in DragScalarN() 1965 bool ImGui::DragFloat(const char* label, float* v, float v_speed, float v_min, float v_max, const c… in DragFloat() 1970 bool ImGui::DragFloat2(const char* label, float v[2], float v_speed, float v_min, float v_max, cons… in DragFloat2() 1975 bool ImGui::DragFloat3(const char* label, float v[3], float v_speed, float v_min, float v_max, cons… in DragFloat3() 1980 bool ImGui::DragFloat4(const char* label, float v[4], float v_speed, float v_min, float v_max, cons… in DragFloat4() 1985 …loat* v_current_min, float* v_current_max, float v_speed, float v_min, float v_max, const char* fo… in DragFloatRange2() 2010 bool ImGui::DragInt(const char* label, int* v, float v_speed, int v_min, int v_max, const char* for… in DragInt() [all …]
|
| /external/webrtc/media/base/ |
| D | fake_video_renderer.cc | 26 static constexpr uint8_t v_max = 128; in CheckFrameColorYuv() local
|
| /external/tensorflow/tensorflow/core/kernels/mkl/ |
| D | mkl_dequantize_op.cc | 134 const float v_max = static_cast<float>(uint64_t{1} << target_bits) - 1; in Compute() local
|
| /external/AFLplusplus/include/ |
| D | afl-fuzz.h | 260 #define v_max 1 macro
|
| /external/armnn/third-party/stb/ |
| D | stb_image.h | 2959 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local
|
| /external/ComputeLibrary/include/stb/ |
| D | stb_image.h | 3003 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local
|