Home
last modified time | relevance | path

Searched defs:bufIn (Results 1 – 25 of 77) sorted by relevance

1234

/dports/science/chrono/chrono-7.0.1/src/chrono_sensor/cuda/
H A Dnn_prep.cu24 __global__ void RGBA8_to_FLOAT3_kernel(uint8_t* bufIn, float* bufOut, int h, int w) { in RGBA8_to_FLOAT3_kernel()
39 __global__ void RGBA8_to_FLOAT4_kernel(uint8_t* bufIn, float* bufOut, int N) { in RGBA8_to_FLOAT4_kernel()
52 __global__ void FLOAT4_to_RGBA8_kernel(float* bufIn, uint8_t* bufOut, int N) { in FLOAT4_to_RGBA8_kernel()
61 __global__ void RGBA8_to_FLOAT4_CHW_kernel(uint8_t* bufIn, float* bufOut, int c, int h, int w) { in RGBA8_to_FLOAT4_CHW_kernel()
83 __global__ void FLOAT4_to_RGBA8_CHW_kernel(float* bufIn, uint8_t* bufOut, int c, int h, int w) { in FLOAT4_to_RGBA8_CHW_kernel()
95 void preprocess_RGBA8_to_FLOAT3(void* bufIn, void* bufOut, int h, int w) { in preprocess_RGBA8_to_FLOAT3()
102 void preprocess_RGBA8_to_FLOAT4(void* bufIn, void* bufOut, int num_entries) { in preprocess_RGBA8_to_FLOAT4()
109 void postprocess_FLOAT4_to_RGBA8(void* bufIn, void* bufOut, int num_entries) { in postprocess_FLOAT4_to_RGBA8()
116 void preprocess_RGBA8_to_FLOAT4_CHW(void* bufIn, void* bufOut, int c, int h, int w) { in preprocess_RGBA8_to_FLOAT4_CHW()
130 void postprocess_FLOAT4_to_RGBA8_CHW(void* bufIn, void* bufOut, int c, int h, int w) { in postprocess_FLOAT4_to_RGBA8_CHW()
H A Dlidar_reduce.cu25 __global__ void mean_reduce_kernel(float* bufIn, float* bufOut, int w, int h, int r) { in mean_reduce_kernel()
60 __global__ void strong_reduce_kernel(float* bufIn, float* bufOut, int w, int h, int r) { in strong_reduce_kernel()
148 __global__ void first_reduce_kernel(float* bufIn, float* bufOut, int w, int h, int r) { in first_reduce_kernel()
199 __global__ void dual_reduce_kernel(float* bufIn, float* bufOut, int w, int h, int r) { in dual_reduce_kernel()
259 void cuda_lidar_mean_reduce(void* bufIn, void* bufOut, int width, int height, int radius, CUstream&… in cuda_lidar_mean_reduce()
268 void cuda_lidar_strong_reduce(void* bufIn, void* bufOut, int width, int height, int radius, CUstrea… in cuda_lidar_strong_reduce()
277 void cuda_lidar_first_reduce(void* bufIn, void* bufOut, int width, int height, int radius, CUstream… in cuda_lidar_first_reduce()
286 void cuda_lidar_dual_reduce(void* bufIn, void* bufOut, int width, int height, int radius, CUstream&… in cuda_lidar_dual_reduce()
H A Dimage_ops.cu71 __global__ void image_alias_kernel(unsigned char* bufIn, in image_alias_kernel()
121 __global__ void image_alias_float_kernel(float* bufIn, float* bufOut, int w_out, int h_out, int fac… in image_alias_float_kernel()
148 __global__ void image_half4_to_uchar4_kernel(__half* bufIn, unsigned char* bufOut, int N) { in image_half4_to_uchar4_kernel()
180 void cuda_image_alias(void* bufIn, void* bufOut, int w_out, int h_out, int factor, int pix_size, CU… in cuda_image_alias()
188 void cuda_image_alias_float(void* bufIn, in cuda_image_alias_float()
202 void cuda_image_half4_to_uchar4(void* bufIn, void* bufOut, int w, int h, CUstream& stream) { in cuda_image_half4_to_uchar4()
H A Dradarprocess.cu69 void cuda_radar_pointcloud_from_angles(void* bufIn, in cuda_radar_pointcloud_from_angles()
/dports/audio/mixxx/mixxx-2.3.0/src/engine/filters/
H A Denginefilter.cpp72 double processSampleBp(void *bufIn, const double sample) in processSampleBp()
123 double processSampleHp(void *bufIn, const double sample) in processSampleHp()
152 double processSampleLp(void *bufIn, const double sample) in processSampleLp()
/dports/math/octave-forge-ltfat/ltfat/src/modules/libltfat/testing/mUnit/
H A Dtest_libltfat_slidgtrealmp.m51 bufIn = cast(bufIn,flags.complexity); variable
52 bufIn = bsxfun(@times, repmat(bufIn,1,W), [1, rand(1,W-1,flags.complexity) + 1]); variable
H A Dtest_libltfat_slicingprocessor.m35 bufIn = cast(bufIn,flags.complexity); variable
36 bufIn = bsxfun(@times, repmat(bufIn,1,W), [1, rand(1,W-1,flags.complexity) + 1]); variable
H A Dtest_fifo.m15 bufIn = (1:1000)'; variable
/dports/editors/ted/Ted-2.23/bitmap/
H A DbmDrawImage.c104 const unsigned char * bufIn, in bmDrawOrRowRight()
172 const unsigned char * bufIn, in bmDrawOrRowLeft()
243 const unsigned char * bufIn, in bmDrawOrRowEq()
H A Dbmaverage.c64 const unsigned char * bufIn, in bmAverageMono8Image()
154 const unsigned char * bufIn, in bmAverageRgb24Image()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/stress/TestJNIBlockFullGC/
H A DlibTestJNIBlockFullGC.c29 jint *bufIn = NULL; in Java_TestJNIBlockFullGC_TestCriticalArray0() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/gc/stress/TestJNIBlockFullGC/
H A DlibTestJNIBlockFullGC.c29 jint *bufIn = NULL; in Java_TestJNIBlockFullGC_TestCriticalArray0() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/gc/stress/TestJNIBlockFullGC/
H A DlibTestJNIBlockFullGC.c29 jint *bufIn = NULL; in Java_gc_stress_TestJNIBlockFullGC_TestJNIBlockFullGC_TestCriticalArray0() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/gc/stress/TestJNIBlockFullGC/
H A DlibTestJNIBlockFullGC.c29 jint *bufIn = NULL; in Java_gc_stress_TestJNIBlockFullGC_TestJNIBlockFullGC_TestCriticalArray0() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/gc/stress/TestJNIBlockFullGC/
H A DlibTestJNIBlockFullGC.c29 jint *bufIn = NULL; in Java_gc_stress_TestJNIBlockFullGC_TestJNIBlockFullGC_TestCriticalArray0() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/gc/stress/TestJNIBlockFullGC/
H A DlibTestJNIBlockFullGC.c29 jint *bufIn = NULL; in Java_TestJNIBlockFullGC_TestCriticalArray0() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/gc/stress/TestJNIBlockFullGC/
H A DlibTestJNIBlockFullGC.c29 jint *bufIn = NULL; in Java_TestJNIBlockFullGC_TestCriticalArray0() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/gc/stress/TestJNIBlockFullGC/
H A DlibTestJNIBlockFullGC.c29 jint *bufIn = NULL; in Java_TestJNIBlockFullGC_TestCriticalArray0() local
/dports/math/octave-forge-ltfat/ltfat/src/modules/libltfat/src/
H A Dslicingbuf_private.h7 LTFAT_REAL* bufIn; in LTFAT_NAME() local
/dports/sysutils/xfce4-netload-plugin/xfce4-netload-plugin-1.4.0/panel-plugin/
H A Dcommandline.c52 char bufIn[20], bufOut[20], bufTot[20], bufBS[20]; in main() local
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimMaskFilter.cpp488 inputT* bufIn = static_cast<inputT*>( imageSourceData->getBuf(band) ); in executeMaskFilterSelection() local
564 inputT* bufIn = (inputT*)imageSourceData->getBuf(band); in executeMaskFilterInvertSelection() local
619 inputT* bufIn = (inputT*)imageSourceData->getBuf(band); in executeMaskFilterWeighted() local
/dports/sysutils/nut/nut-2.7.4/drivers/
H A Driello_ser.c52 uint8_t bufIn[BUFFER_SIZE]; variable
157 void riello_serialcomm(uint8_t* bufIn, uint8_t typedev) in riello_serialcomm()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/trop/
H A Dtraylit.cpp23 void performStandardRaylit(T *bufIn, T *bufOut, int dxIn, int dyIn, int dxOut, in performStandardRaylit()
181 void performColorRaylit(T *bufIn, T *bufOut, int dxIn, int dyIn, int dxOut, in performColorRaylit()
314 T *bufIn = (T *)src->getRawData() + tfloor(pIn.y) * srcWrap + tfloor(pIn.x); in computeOctant() local
/dports/net/tigervnc-server/tigervnc-1.12.0/tests/unit/
H A Dconv.cxx126 rdr::U8 bufIn[fbMalloc], bufOut[fbMalloc]; in testBuffer() local
175 rdr::U8 bufIn[fbMalloc], bufRGB[fbMalloc], bufOut[fbMalloc]; in testRGB() local
/dports/net/tigervnc-viewer/tigervnc-1.12.0/tests/unit/
H A Dconv.cxx126 rdr::U8 bufIn[fbMalloc], bufOut[fbMalloc]; in testBuffer() local
175 rdr::U8 bufIn[fbMalloc], bufRGB[fbMalloc], bufOut[fbMalloc]; in testRGB() local

1234