Home
last modified time | relevance | path

Searched refs:threshold1 (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/dports/graphics/charls/charls-2.2.0/src/
H A Djpegls_preset_coding_parameters.h34 const int threshold1{ in compute_default()
37 …clamp(factor * (default_threshold2 - 3) + 3 + 5 * near_lossless, threshold1, maximum_sample_value)… in compute_default()
39 return {maximum_sample_value, threshold1, threshold2, in compute_default()
45 const int threshold1{ in compute_default()
48 …clamp(std::max(3, default_threshold2 / factor + 5 * near_lossless), threshold1, maximum_sample_val… in compute_default()
50 return {maximum_sample_value, threshold1, threshold2, in compute_default()
61 if (preset_coding_parameters.threshold1 != 0) in is_default()
89 if (pc_parameters.threshold1 != 0 && in is_valid()
90 … (pc_parameters.threshold1 < near_lossless + 1 || pc_parameters.threshold1 > maximum_sample_value)) in is_valid()
94 …const int32_t threshold1{pc_parameters.threshold1 != 0 ? pc_parameters.threshold1 : default_parame… in is_valid()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/x86/
H A Dvf_spp.c33 unsigned int threshold1; in hardthresh_mmx() local
35 threshold1 = qp * ((1<<4) - bias) - 1; in hardthresh_mmx()
94 …: : "r" (src), "r" (dst), "g" (threshold1+1), "g" (threshold1+5), "g" (threshold1-4) //FIXME maybe… in hardthresh_mmx()
103 unsigned int threshold1; in softthresh_mmx() local
105 threshold1 = qp*((1<<4) - bias) - 1; in softthresh_mmx()
171 … : : "r" (src), "r" (dst), "g" (threshold1), "rm" (4) //FIXME maybe more accurate then needed? in softthresh_mmx()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/x86/
H A Dvf_spp.c33 unsigned int threshold1; in hardthresh_mmx() local
35 threshold1 = qp * ((1<<4) - bias) - 1; in hardthresh_mmx()
94 …: : "r" (src), "r" (dst), "g" (threshold1+1), "g" (threshold1+5), "g" (threshold1-4) //FIXME maybe… in hardthresh_mmx()
103 unsigned int threshold1; in softthresh_mmx() local
105 threshold1 = qp*((1<<4) - bias) - 1; in softthresh_mmx()
171 … : : "r" (src), "r" (dst), "g" (threshold1), "rm" (4) //FIXME maybe more accurate then needed? in softthresh_mmx()
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/x86/
H A Dvf_spp.c34 unsigned int threshold1; in hardthresh_mmx() local
36 threshold1 = qp * ((1<<4) - bias) - 1; in hardthresh_mmx()
95 …: : "r" (src), "r" (dst), "g" (threshold1+1), "g" (threshold1+5), "g" (threshold1-4) //FIXME maybe… in hardthresh_mmx()
104 unsigned int threshold1; in softthresh_mmx() local
106 threshold1 = qp*((1<<4) - bias) - 1; in softthresh_mmx()
172 … : : "r" (src), "r" (dst), "g" (threshold1), "rm" (4) //FIXME maybe more accurate then needed? in softthresh_mmx()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/x86/
H A Dvf_spp.c34 unsigned int threshold1; in hardthresh_mmx() local
36 threshold1 = qp * ((1<<4) - bias) - 1; in hardthresh_mmx()
95 …: : "r" (src), "r" (dst), "g" (threshold1+1), "g" (threshold1+5), "g" (threshold1-4) //FIXME maybe… in hardthresh_mmx()
104 unsigned int threshold1; in softthresh_mmx() local
106 threshold1 = qp*((1<<4) - bias) - 1; in softthresh_mmx()
172 … : : "r" (src), "r" (dst), "g" (threshold1), "rm" (4) //FIXME maybe more accurate then needed? in softthresh_mmx()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/x86/
H A Dvf_spp.c34 unsigned int threshold1; in hardthresh_mmx() local
36 threshold1 = qp * ((1<<4) - bias) - 1; in hardthresh_mmx()
95 …: : "r" (src), "r" (dst), "g" (threshold1+1), "g" (threshold1+5), "g" (threshold1-4) //FIXME maybe… in hardthresh_mmx()
104 unsigned int threshold1; in softthresh_mmx() local
106 threshold1 = qp*((1<<4) - bias) - 1; in softthresh_mmx()
172 … : : "r" (src), "r" (dst), "g" (threshold1), "rm" (4) //FIXME maybe more accurate then needed? in softthresh_mmx()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/x86/
H A Dvf_spp.c34 unsigned int threshold1; in hardthresh_mmx() local
36 threshold1 = qp * ((1<<4) - bias) - 1; in hardthresh_mmx()
95 …: : "r" (src), "r" (dst), "g" (threshold1+1), "g" (threshold1+5), "g" (threshold1-4) //FIXME maybe… in hardthresh_mmx()
104 unsigned int threshold1; in softthresh_mmx() local
106 threshold1 = qp*((1<<4) - bias) - 1; in softthresh_mmx()
172 … : : "r" (src), "r" (dst), "g" (threshold1), "rm" (4) //FIXME maybe more accurate then needed? in softthresh_mmx()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/x86/
H A Dvf_spp.c34 unsigned int threshold1; in hardthresh_mmx() local
36 threshold1 = qp * ((1<<4) - bias) - 1; in hardthresh_mmx()
95 …: : "r" (src), "r" (dst), "g" (threshold1+1), "g" (threshold1+5), "g" (threshold1-4) //FIXME maybe… in hardthresh_mmx()
104 unsigned int threshold1; in softthresh_mmx() local
106 threshold1 = qp*((1<<4) - bias) - 1; in softthresh_mmx()
172 … : : "r" (src), "r" (dst), "g" (threshold1), "rm" (4) //FIXME maybe more accurate then needed? in softthresh_mmx()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Tcl/
H A DclipArt.tcl53 vtkImageThreshold threshold1
54 threshold1 SetInputConnection [extractImage GetOutputPort]
55 threshold1 ThresholdByUpper 230
56 threshold1 SetInValue 255
57 threshold1 SetOutValue 0
58 threshold1 Update
61 set extent [[threshold1 GetExecutive] GetWholeExtent [threshold1 GetOutputInformation 0]]
64 connect SetInputConnection [threshold1 GetOutputPort]
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Python/
H A DclipArt.py60 threshold1 = vtk.vtkImageThreshold() variable
61 threshold1.SetInputConnection(extractImage.GetOutputPort())
62 threshold1.ThresholdByUpper(230)
63 threshold1.SetInValue(255)
64 threshold1.SetOutValue(0)
65 threshold1.Update()
67 extent = threshold1.GetExecutive().GetWholeExtent(
68 threshold1.GetOutputInformation(0))
71 connect.SetInputConnection(threshold1.GetOutputPort())
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Python/
H A DclipArt.py60 threshold1 = vtk.vtkImageThreshold() variable
61 threshold1.SetInputConnection(extractImage.GetOutputPort())
62 threshold1.ThresholdByUpper(230)
63 threshold1.SetInValue(255)
64 threshold1.SetOutValue(0)
65 threshold1.Update()
67 extent = threshold1.GetExecutive().GetWholeExtent(
68 threshold1.GetOutputInformation(0))
71 connect.SetInputConnection(threshold1.GetOutputPort())
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Python/
H A DclipArt.py61 threshold1 = vtk.vtkImageThreshold() variable
62 threshold1.SetInputConnection(extractImage.GetOutputPort())
63 threshold1.ThresholdByUpper(230)
64 threshold1.SetInValue(255)
65 threshold1.SetOutValue(0)
66 threshold1.Update()
68 extent = threshold1.GetExecutive().GetWholeExtent(
69 threshold1.GetOutputInformation(0))
72 connect.SetInputConnection(threshold1.GetOutputPort())
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_spp.c117 unsigned int threshold1, threshold2; in hardthresh_c() local
119 threshold1= qp*((1<<4) - bias) - 1; in hardthresh_c()
120 threshold2= (threshold1<<1); in hardthresh_c()
137 unsigned int threshold1, threshold2; in softthresh_c() local
139 threshold1= qp*((1<<4) - bias) - 1; in softthresh_c()
140 threshold2= (threshold1<<1); in softthresh_c()
160 unsigned int threshold1; in hardthresh_mmx() local
162 threshold1= qp*((1<<4) - bias) - 1; in hardthresh_mmx()
221 …: : "r" (src), "r" (dst), "g" (threshold1+1), "g" (threshold1+5), "g" (threshold1-4) //FIXME maybe… in hardthresh_mmx()
228 unsigned int threshold1; in softthresh_mmx() local
[all …]
H A Dvf_pp7.c236 unsigned int threshold1= thres2[qp][i]; in hardthresh_c() local
237 unsigned int threshold2= (threshold1<<1); in hardthresh_c()
239 if(((unsigned)(level+threshold1))>threshold2){ in hardthresh_c()
252 unsigned int threshold1= thres2[qp][i]; in mediumthresh_c() local
253 unsigned int threshold2= (threshold1<<1); in mediumthresh_c()
255 if(((unsigned)(level+threshold1))>threshold2){ in mediumthresh_c()
256 if(((unsigned)(level+2*threshold1))>2*threshold2){ in mediumthresh_c()
273 unsigned int threshold1= thres2[qp][i]; in softthresh_c() local
274 unsigned int threshold2= (threshold1<<1); in softthresh_c()
276 if(((unsigned)(level+threshold1))>threshold2){ in softthresh_c()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_spp.c117 unsigned int threshold1, threshold2; in hardthresh_c() local
119 threshold1= qp*((1<<4) - bias) - 1; in hardthresh_c()
120 threshold2= (threshold1<<1); in hardthresh_c()
137 unsigned int threshold1, threshold2; in softthresh_c() local
139 threshold1= qp*((1<<4) - bias) - 1; in softthresh_c()
140 threshold2= (threshold1<<1); in softthresh_c()
160 unsigned int threshold1; in hardthresh_mmx() local
162 threshold1= qp*((1<<4) - bias) - 1; in hardthresh_mmx()
221 …: : "r" (src), "r" (dst), "g" (threshold1+1), "g" (threshold1+5), "g" (threshold1-4) //FIXME maybe… in hardthresh_mmx()
228 unsigned int threshold1; in softthresh_mmx() local
[all …]
H A Dvf_pp7.c236 unsigned int threshold1= thres2[qp][i]; in hardthresh_c() local
237 unsigned int threshold2= (threshold1<<1); in hardthresh_c()
239 if(((unsigned)(level+threshold1))>threshold2){ in hardthresh_c()
252 unsigned int threshold1= thres2[qp][i]; in mediumthresh_c() local
253 unsigned int threshold2= (threshold1<<1); in mediumthresh_c()
255 if(((unsigned)(level+threshold1))>threshold2){ in mediumthresh_c()
256 if(((unsigned)(level+2*threshold1))>2*threshold2){ in mediumthresh_c()
273 unsigned int threshold1= thres2[qp][i]; in softthresh_c() local
274 unsigned int threshold2= (threshold1<<1); in softthresh_c()
276 if(((unsigned)(level+threshold1))>threshold2){ in softthresh_c()
[all …]
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest146.tcl67 set threshold1 [expr $pgsize * 10]
88 -create -home $testdir $earg -blob_threshold $threshold1]
91 [$env get_blob_threshold] $threshold1
99 [$db get_blob_threshold] $threshold1
163 -env $env -blob_threshold $threshold1 $oflags $testfile]
166 [$db get_blob_threshold] $threshold1
175 [$db get_blob_threshold] $threshold1
187 [$db get_blob_threshold] $threshold1
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_pp7.c149 unsigned int threshold1 = p->thres2[qp][i]; in hardthresh_c() local
150 unsigned int threshold2 = threshold1 << 1; in hardthresh_c()
152 if (((unsigned)(level + threshold1)) > threshold2) in hardthresh_c()
165 unsigned int threshold1 = p->thres2[qp][i]; in mediumthresh_c() local
166 unsigned int threshold2 = threshold1 << 1; in mediumthresh_c()
168 if (((unsigned)(level + threshold1)) > threshold2) { in mediumthresh_c()
189 unsigned int threshold1 = p->thres2[qp][i]; in softthresh_c() local
190 unsigned int threshold2 = threshold1 << 1; in softthresh_c()
192 if (((unsigned)(level + threshold1)) > threshold2) { in softthresh_c()
194 a += (level - (int)threshold1) * factor[i]; in softthresh_c()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_pp7.c147 unsigned int threshold1 = p->thres2[qp][i]; in hardthresh_c() local
148 unsigned int threshold2 = threshold1 << 1; in hardthresh_c()
150 if (((unsigned)(level + threshold1)) > threshold2) in hardthresh_c()
163 unsigned int threshold1 = p->thres2[qp][i]; in mediumthresh_c() local
164 unsigned int threshold2 = threshold1 << 1; in mediumthresh_c()
166 if (((unsigned)(level + threshold1)) > threshold2) { in mediumthresh_c()
187 unsigned int threshold1 = p->thres2[qp][i]; in softthresh_c() local
188 unsigned int threshold2 = threshold1 << 1; in softthresh_c()
190 if (((unsigned)(level + threshold1)) > threshold2) { in softthresh_c()
192 a += (level - (int)threshold1) * factor[i]; in softthresh_c()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_pp7.c149 unsigned int threshold1 = p->thres2[qp][i]; in hardthresh_c() local
150 unsigned int threshold2 = threshold1 << 1; in hardthresh_c()
152 if (((unsigned)(level + threshold1)) > threshold2) in hardthresh_c()
165 unsigned int threshold1 = p->thres2[qp][i]; in mediumthresh_c() local
166 unsigned int threshold2 = threshold1 << 1; in mediumthresh_c()
168 if (((unsigned)(level + threshold1)) > threshold2) { in mediumthresh_c()
189 unsigned int threshold1 = p->thres2[qp][i]; in softthresh_c() local
190 unsigned int threshold2 = threshold1 << 1; in softthresh_c()
192 if (((unsigned)(level + threshold1)) > threshold2) { in softthresh_c()
194 a += (level - (int)threshold1) * factor[i]; in softthresh_c()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_pp7.c147 unsigned int threshold1 = p->thres2[qp][i]; in hardthresh_c() local
148 unsigned int threshold2 = threshold1 << 1; in hardthresh_c()
150 if (((unsigned)(level + threshold1)) > threshold2) in hardthresh_c()
163 unsigned int threshold1 = p->thres2[qp][i]; in mediumthresh_c() local
164 unsigned int threshold2 = threshold1 << 1; in mediumthresh_c()
166 if (((unsigned)(level + threshold1)) > threshold2) { in mediumthresh_c()
187 unsigned int threshold1 = p->thres2[qp][i]; in softthresh_c() local
188 unsigned int threshold2 = threshold1 << 1; in softthresh_c()
190 if (((unsigned)(level + threshold1)) > threshold2) { in softthresh_c()
192 a += (level - (int)threshold1) * factor[i]; in softthresh_c()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_pp7.c147 unsigned int threshold1 = p->thres2[qp][i]; in hardthresh_c() local
148 unsigned int threshold2 = threshold1 << 1; in hardthresh_c()
150 if (((unsigned)(level + threshold1)) > threshold2) in hardthresh_c()
163 unsigned int threshold1 = p->thres2[qp][i]; in mediumthresh_c() local
164 unsigned int threshold2 = threshold1 << 1; in mediumthresh_c()
166 if (((unsigned)(level + threshold1)) > threshold2) { in mediumthresh_c()
187 unsigned int threshold1 = p->thres2[qp][i]; in softthresh_c() local
188 unsigned int threshold2 = threshold1 << 1; in softthresh_c()
190 if (((unsigned)(level + threshold1)) > threshold2) { in softthresh_c()
192 a += (level - (int)threshold1) * factor[i]; in softthresh_c()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Python/
H A DsubPixelPositionMin.py17 threshold1 = vtk.vtkThreshold() variable
18 threshold1.SetInputConnection(sample.GetOutputPort())
19 threshold1.SetThresholdFunction(vtk.vtkThreshold.THRESHOLD_LOWER)
20 threshold1.SetLowerThreshold(0.001)
22 geometry.SetInputConnection(threshold1.GetOutputPort())
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/libmpcodecs/
H A Dvf_pp7.c235 unsigned int threshold1= thres2[qp][i]; in hardthresh_c() local
236 unsigned int threshold2= (threshold1<<1); in hardthresh_c()
238 if(((unsigned)(level+threshold1))>threshold2){ in hardthresh_c()
251 unsigned int threshold1= thres2[qp][i]; in mediumthresh_c() local
252 unsigned int threshold2= (threshold1<<1); in mediumthresh_c()
254 if(((unsigned)(level+threshold1))>threshold2){ in mediumthresh_c()
255 if(((unsigned)(level+2*threshold1))>2*threshold2){ in mediumthresh_c()
272 unsigned int threshold1= thres2[qp][i]; in softthresh_c() local
273 unsigned int threshold2= (threshold1<<1); in softthresh_c()
275 if(((unsigned)(level+threshold1))>threshold2){ in softthresh_c()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/libmpcodecs/
H A Dvf_pp7.c235 unsigned int threshold1= thres2[qp][i]; in hardthresh_c() local
236 unsigned int threshold2= (threshold1<<1); in hardthresh_c()
238 if(((unsigned)(level+threshold1))>threshold2){ in hardthresh_c()
251 unsigned int threshold1= thres2[qp][i]; in mediumthresh_c() local
252 unsigned int threshold2= (threshold1<<1); in mediumthresh_c()
254 if(((unsigned)(level+threshold1))>threshold2){ in mediumthresh_c()
255 if(((unsigned)(level+2*threshold1))>2*threshold2){ in mediumthresh_c()
272 unsigned int threshold1= thres2[qp][i]; in softthresh_c() local
273 unsigned int threshold2= (threshold1<<1); in softthresh_c()
275 if(((unsigned)(level+threshold1))>threshold2){ in softthresh_c()
[all …]

12345678910>>...21