Home
last modified time | relevance | path

Searched refs:h_temp (Results 1 – 19 of 19) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/signal/
H A Dfir_filter_design.py1244 h_temp = np.abs(fft(h, n_fft))
1246 h_temp += 1e-7 * h_temp[h_temp > 0].min() # don't let log blow up
1247 np.log(h_temp, out=h_temp)
1248 h_temp *= 0.5
1250 h_temp = ifft(h_temp).real
1259 h_temp *= win
1260 h_temp = ifft(np.exp(fft(h_temp)))
1261 h_minimum = h_temp.real
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/include/
H A Dfrei0r_colorspace.h116 double h, s, v, h_temp; in hsv_to_rgb_int() local
133 h_temp = 0; in hsv_to_rgb_int()
135 h_temp = h; in hsv_to_rgb_int()
137 h_temp = h_temp / 60.0; in hsv_to_rgb_int()
138 i = (int) floor (h_temp); in hsv_to_rgb_int()
139 f = h_temp - i; in hsv_to_rgb_int()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/include/
H A Dfrei0r_colorspace.h116 double h, s, v, h_temp; in hsv_to_rgb_int() local
133 h_temp = 0; in hsv_to_rgb_int()
135 h_temp = h; in hsv_to_rgb_int()
137 h_temp = h_temp / 60.0; in hsv_to_rgb_int()
138 i = (int) floor (h_temp); in hsv_to_rgb_int()
139 f = h_temp - i; in hsv_to_rgb_int()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/include/
H A Dfrei0r_colorspace.h116 double h, s, v, h_temp; in hsv_to_rgb_int() local
133 h_temp = 0; in hsv_to_rgb_int()
135 h_temp = h; in hsv_to_rgb_int()
137 h_temp = h_temp / 60.0; in hsv_to_rgb_int()
138 i = (int) floor (h_temp); in hsv_to_rgb_int()
139 f = h_temp - i; in hsv_to_rgb_int()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/TOOLS/realcodecs/
H A Ddrv4.c201 char h_temp[32768]; variable
213 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
214 memcpy(h_temp,p1,4); in RV20toYUV420HiveMessage()
219 result=(*rvyuvHiveMessage)(h_temp,p2); in RV20toYUV420HiveMessage()
223 memcpy(p1,h_temp,8); in RV20toYUV420HiveMessage()
226 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
H A Ddrv2.c247 char h_temp[32768]; variable
264 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
265 memcpy(h_temp,p1,4); in RV20toYUV420HiveMessage()
270 result=(*rvyuvHiveMessage)(h_temp,p2); in RV20toYUV420HiveMessage()
274 memcpy(p1,h_temp,8); in RV20toYUV420HiveMessage()
277 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
H A Ddrv3.c227 char h_temp[32768]; variable
239 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
240 memcpy(h_temp,p1,4); in RV20toYUV420HiveMessage()
245 result=(*rvyuvHiveMessage)(h_temp,p2); in RV20toYUV420HiveMessage()
249 memcpy(p1,h_temp,8); in RV20toYUV420HiveMessage()
252 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/TOOLS/realcodecs/
H A Ddrv4.c201 char h_temp[32768]; variable
213 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
214 memcpy(h_temp,p1,4); in RV20toYUV420HiveMessage()
219 result=(*rvyuvHiveMessage)(h_temp,p2); in RV20toYUV420HiveMessage()
223 memcpy(p1,h_temp,8); in RV20toYUV420HiveMessage()
226 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
H A Ddrv2.c247 char h_temp[32768]; variable
264 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
265 memcpy(h_temp,p1,4); in RV20toYUV420HiveMessage()
270 result=(*rvyuvHiveMessage)(h_temp,p2); in RV20toYUV420HiveMessage()
274 memcpy(p1,h_temp,8); in RV20toYUV420HiveMessage()
277 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
H A Ddrv3.c227 char h_temp[32768]; variable
239 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
240 memcpy(h_temp,p1,4); in RV20toYUV420HiveMessage()
245 result=(*rvyuvHiveMessage)(h_temp,p2); in RV20toYUV420HiveMessage()
249 memcpy(p1,h_temp,8); in RV20toYUV420HiveMessage()
252 memset(h_temp,0x77,1000); in RV20toYUV420HiveMessage()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DViewStatistics.cpp387 wxCoord w_temp = 0, h_temp = 0, des_temp = 0, lead_temp = 0; in DrawMainHead() local
399 m_WorkSpace_Y_start += double(h_temp) + 2.0; in DrawMainHead()
422 m_WorkSpace_Y_start += double(h_temp) + 2.0; in DrawProjectHead()
437 m_WorkSpace_Y_start += double(h_temp) + 2.0; in DrawProjectHead()
452 m_WorkSpace_Y_start += double(h_temp) + 2.0; in DrawProjectHead()
466 m_WorkSpace_Y_start += double(h_temp) + 2.0; in DrawProjectHead()
489 m_Legend_dY = (double)(h_temp) + 4.0; in DrawLegend()
662 wxCoord w_temp, h_temp, des_temp, lead_temp; in DrawAxis() local
671 m_WorkSpace_Y_end -= double(h_temp) + 3.0; in DrawAxis()
677 double d_y = (double)(h_temp) / 2.0; in DrawAxis()
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_uncalc_components.cpp382 NGHolder h_temp; in shouldMerge() local
383 cloneHolder(h_temp, ha); in shouldMerge()
384 assert(h_temp.kind == hb.kind); in shouldMerge()
385 mergeNfaComponent(h_temp, hb, cpl); in shouldMerge()
386 reduceImplementableGraph(h_temp, SOM_NONE, rm, cc); in shouldMerge()
387 u32 numStates = isImplementableNFA(h_temp, rm, cc); in shouldMerge()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpcolor/
H A Dgimpcolorspace.c622 gdouble h, s, v, h_temp; in gimp_hsv_to_rgb_int() local
639 h_temp = 0; in gimp_hsv_to_rgb_int()
641 h_temp = h; in gimp_hsv_to_rgb_int()
643 h_temp = h_temp / 60.0; in gimp_hsv_to_rgb_int()
644 i = floor (h_temp); in gimp_hsv_to_rgb_int()
645 f = h_temp - i; in gimp_hsv_to_rgb_int()
/dports/astro/nightfall/nightfall-1.92/
H A DFluxHauschildt_35.h175 static float h_temp[65] = { 2000.0, variable
H A DLightPassband.c1089 { 0.0, 0, h_35_max, h_35_low, h_35_high, &h_flux_35[0][0], h_temp, NULL },
1091 { 0.0, 1, h_40_max, h_40_low, h_40_high, &h_flux_40[0][0], h_temp, NULL },
1093 { 0.0, 3, h_50_max, h_50_low, h_50_high, &h_flux_50[0][0], h_temp, NULL },
1095 { 0.0, 2, h_45_max, h_45_low, h_45_high, &h_flux_45[0][0], h_temp, NULL }
/dports/games/quake2-psychomod/psychomod/src/
H A Dp_view.c419 float h_temp; in SV_CalcBlend() local
466 h_temp=(ent->flashbanged>50)?10:ent->flashbanged/50; in SV_CalcBlend()
468 SV_AddBlend (1, 1, 1, h_temp, ent->client->ps.blend); in SV_CalcBlend()
550 h_temp = ent->health; in SV_CalcBlend()
551 if (h_temp<0) in SV_CalcBlend()
552 h_temp = 0; in SV_CalcBlend()
553 h_temp = (1.75)*(0.5-(h_temp/100)); in SV_CalcBlend()
572 SV_AddBlend (0.4+(ent->client->health_view*0.1), 0, 0, h_temp, ent->client->ps.blend); in SV_CalcBlend()
583 h_temp=(ent->flashbanged>50)?10:ent->flashbanged/50; in SV_CalcBlend()
585 SV_AddBlend (1, 1, 1, h_temp, ent->client->ps.blend); in SV_CalcBlend()
/dports/graphics/gimmage/gimmage-0.2.3/src/
H A DAppWindow.cpp648 double h_temp = h_scroller->get_value(); in on_button_rotate_anticlockwise() local
651 adjust_adjustment_on_rotate(-90,h_temp,v_temp); in on_button_rotate_anticlockwise()
661 double h_temp = h_scroller->get_value(); in on_button_rotate_clockwise() local
664 adjust_adjustment_on_rotate(90,h_temp,v_temp); in on_button_rotate_clockwise()
/dports/x11-fonts/p5-Font-TTFMetrics/Font-TTFMetrics-0.1/lib/Font/
H A DTTFMetrics.pm815 my (@h_temp) = unpack( "n" x ( 2 * $num ), $buf );
820 for ( my $i = 0 ; $i < @h_temp - 1 ; $i += 2 ) {
821 push ( @advanced_width, $h_temp[$i] );
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Drose_build_merge.cpp1253 NGHolder h_temp; in hasReformedStartDotStar() local
1254 cloneHolder(h_temp, h); in hasReformedStartDotStar()
1261 analyseRepeats(h_temp, nullptr, fixed_depth_tops, triggers, &repeats, true, in hasReformedStartDotStar()