Home
last modified time | relevance | path

Searched defs:in_near (Results 1 – 25 of 140) sorted by last modified time

123456

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/agc/legacy/
H A Ddigital_agc.c279 const int16_t* const* in_near, in WebRtcAgc_ProcessDigital()
H A Danalog_agc.c279 int16_t* const* in_near, in WebRtcAgc_VirtualMic()
1045 const int16_t* const* in_near, in WebRtcAgc_Process()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/agc/legacy/
H A Ddigital_agc.cc280 const int16_t* const* in_near, in WebRtcAgc_ComputeDigitalGains()
489 const int16_t* const* in_near, in WebRtcAgc_ApplyDigitalGains()
H A Danalog_agc.cc285 int16_t* const* in_near, in WebRtcAgc_VirtualMic()
936 const int16_t* const* in_near, in WebRtcAgc_Analyze()
997 const int16_t* const* in_near, in WebRtcAgc_Process()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/agc/legacy/
H A Ddigital_agc.c279 const int16_t* const* in_near, in WebRtcAgc_ProcessDigital()
H A Danalog_agc.c279 int16_t* const* in_near, in WebRtcAgc_VirtualMic()
1045 const int16_t* const* in_near, in WebRtcAgc_Process()
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/stb/
H A Dstb_image.h3312 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3321 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3331 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3361 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3386 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3502 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/example/
H A Dstb_image.h2862 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
2871 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
2881 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
2911 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
2936 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3052 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/stb_image/
H A Dstb_image.h3395 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3404 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3414 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3444 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3469 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3585 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/formats/jpeg/
H A Drjpeg.c1980 static uint8_t *rjpeg_resample_row_1(uint8_t *out, uint8_t *in_near, in rjpeg_resample_row_1()
1990 static uint8_t* rjpeg_resample_row_v_2(uint8_t *out, uint8_t *in_near, in rjpeg_resample_row_v_2()
2001 static uint8_t* rjpeg_resample_row_h_2(uint8_t *out, uint8_t *in_near, in rjpeg_resample_row_h_2()
2033 static uint8_t *rjpeg_resample_row_hv_2(uint8_t *out, uint8_t *in_near, in rjpeg_resample_row_hv_2()
2062 static uint8_t *rjpeg_resample_row_hv_2_simd(uint8_t *out, uint8_t *in_near, in rjpeg_resample_row_hv_2_simd()
2186 uint8_t *in_near, uint8_t *in_far, int w, int hs) in rjpeg_resample_row_generic()
/dports/misc/ncnn/ncnn-20211208/src/
H A Dstb_image.h3355 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3364 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3374 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3404 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3429 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3545 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/multimedia/assimp/assimp-5.1.3/contrib/stb/
H A Dstb_image.h3355 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3364 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3374 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3404 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3429 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3545 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp1466 static uint8 *resample_row_1(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_1()
1475 static uint8 *resample_row_v_2(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_v_2()
1485 static uint8 *resample_row_h_2(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_h_2()
1517 static uint8 *resample_row_hv_2(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_hv_2()
1543 static uint8 *resample_row_generic(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_generic()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp1466 static uint8 *resample_row_1(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_1()
1475 static uint8 *resample_row_v_2(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_v_2()
1485 static uint8 *resample_row_h_2(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_h_2()
1517 static uint8 *resample_row_hv_2(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_hv_2()
1543 static uint8 *resample_row_generic(uint8 *out, uint8 *in_near, uint8 *in_far, int w, int hs) in resample_row_generic()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/external/
H A Dstb_image.h3402 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3411 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3421 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3451 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3476 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3592 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h3402 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3411 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3421 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3451 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3476 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3592 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/external/
H A Dstb_image.h3402 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3411 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3421 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3451 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3476 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3592 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h3402 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3411 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3421 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3451 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3476 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3592 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h3402 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3411 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3421 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3451 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3476 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3592 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/x11/aclip/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h3402 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3411 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3421 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3451 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3476 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3592 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/x11/aclip/arcan-0.6.1/src/engine/external/
H A Dstb_image.h3402 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3411 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3421 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3451 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3476 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3592 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/external/
H A Dstb_image.h3402 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3411 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3421 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3451 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3476 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3592 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/stb_image/
H A Dstb_image.h3355 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3364 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3374 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3404 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3429 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3545 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/misc/usd/USD-21.11/pxr/imaging/hio/stb/
H A Dstb_image.h3402 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3411 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3421 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3451 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3476 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3592 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/paths/nanovg/
H A Dstb_image.h3121 static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int hs) in resample_row_1()
3130 static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int … in stbi__resample_row_v_2()
3140 static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_h_2()
3170 static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, int… in stbi__resample_row_hv_2()
3195 static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w… in stbi__resample_row_hv_2_simd()
3311 static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_near, stbi_uc *in_far, int w, … in stbi__resample_row_generic()

123456