Searched defs:v_max (Results 1 – 3 of 3) 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.h | 87 uint8_t v_max, in CheckFrameColorYuv()
|