Home
last modified time | relevance | path

Searched refs:filterHeight (Results 1 – 25 of 44) sorted by relevance

12

/dports/graphics/pixie/Pixie/src/ri/
H A Dtexmake.cpp316 int fh = (int) ceil((filterHeight-1)/2); in filterImage()
318 float filterYmarginal = filterHeight/2; in filterImage()
346 float filterResponse = filter(cx,cy,filterWidth,filterHeight); in filterImage()
415 int fh = (int) ceil((filterHeight-1)/2); in filterScaleImage()
417 float filterYmarginal = filterHeight/2; in filterScaleImage()
592 if ((filterWidth > 1.0) || (filterHeight > 1.0)) in adjustSize()
723 float filterHeight = fheight; in makeTexture() local
781 float filterHeight = fheight; in makeSideEnvironment() local
865 float filterHeight = fheight; in makeCubicEnvironment() local
934 float filterHeight = fheight; in makeSphericalEnvironment() local
[all …]
H A Dzbuffer.cpp168 const int filterHeight = CRenderer::pixelYsamples + 2*CRenderer::ySampleOffset; in rasterEnd() local
185 for (sy=0;sy<filterHeight;sy++) { in rasterEnd()
H A Dstochastic.cpp437 const int filterHeight = CRenderer::pixelYsamples + 2*CRenderer::ySampleOffset; in rasterEnd() local
439 const float halfFilterHeight = filterHeight*0.5f; in rasterEnd()
896 for (sy=0;sy<filterHeight;sy++) {
1194 const int filterHeight = CRenderer::pixelYsamples + 2*CRenderer::ySampleOffset;
1212 fSamples = (CFragment **) ralloc(filterWidth*filterHeight*sizeof(CFragment*),threadMemory);
1213 fWeights = (float *) ralloc(filterWidth*filterHeight*sizeof(float)*4,threadMemory);
1237 for (i=0,sy=0;sy<filterHeight;sy++) {
1243 const float cy = (sy + pixels->jy - filterHeight*0.5f*invPixelYsamples);
H A Drenderer.cpp786 const int filterHeight = pixelYsamples + 2*ySampleOffset; in beginFrame() local
788 const float halfFilterHeight = (float) filterHeight*0.5f; in beginFrame()
791 …pixelFilterKernel = (float *) ralloc(filterWidth*filterHeight*sizeof(float),CRenderer::global… in beginFrame()
798 for (sy=0;sy<filterHeight;sy++) { in beginFrame()
812 for (i=0;i<filterWidth*filterHeight;i++) { in beginFrame()
/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/src/
H A DconvertRoutine.cpp91 int filterHeight = filterSize.height; in convertWithModelsBasic() local
98 pack_mat_bgr(packed_input, inputPlane, filterWidth, filterHeight); in convertWithModelsBasic()
103 pack_mat_rgb(packed_input, inputPlane, filterWidth, filterHeight); in convertWithModelsBasic()
108 pack_mat_rgb_f32(packed_input, inputPlane, filterWidth, filterHeight); in convertWithModelsBasic()
113 pack_mat(packed_input, inputPlanes, filterWidth, filterHeight, 1); in convertWithModelsBasic()
161 …input = (float*)packed_input_buf->get_read_ptr_host(env, sizeof(float)*filterWidth*filterHeight*3); in convertWithModelsBasic()
165 …d_input = (float*)packed_input_buf->get_read_ptr_host(env, sizeof(float)*filterWidth*filterHeight); in convertWithModelsBasic()
172 unpack_mat_bgr(outputPlane, packed_input, filterWidth, filterHeight); in convertWithModelsBasic()
178 unpack_mat_rgb(outputPlane, packed_input, filterWidth, filterHeight); in convertWithModelsBasic()
184 unpack_mat_rgb_f32(outputPlane, packed_input, filterWidth, filterHeight); in convertWithModelsBasic()
[all …]
/dports/graphics/pixie/Pixie/src/texmake/
H A Dtexmake.cpp69 float filterHeight = 3; in main() local
133 filterHeight = (float) atof(argv[i]); in main()
139 filterHeight = (float) atof(argv[i]); in main()
170 …RiMakeTextureV(files[0],files[1],smode,tmode,filter,filterWidth,filterHeight,currentParameter,toke… in main()
190 …RiMakeLatLongEnvironmentV(files[0],files[1],filter,filterWidth,filterHeight,currentParameter,token… in main()
200 …],files[2],files[3],files[4],files[5],files[6],fov,filter,filterWidth,filterHeight,currentParamete… in main()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/win32/
H A DGDIDisplay.cpp291 bi->bmiHeader.biHeight = -theApp.filterHeight; in render()
301 bi->bmiHeader.biHeight = -theApp.filterHeight * 2; in render()
310 theApp.filterHeight); in render()
318 theApp.filterHeight); in render()
340 theApp.filterHeight*2-10, in render()
346 theApp.filterHeight*2-10, in render()
353 theApp.filterHeight-10, in render()
359 theApp.filterHeight-10, in render()
H A DOpenGL.cpp382 theApp.filterHeight); in render()
404 theApp.filterHeight*2-10, in render()
410 theApp.filterHeight*2-10, in render()
417 theApp.filterHeight-10, in render()
423 theApp.filterHeight-10, in render()
H A DVBA.h76 int filterHeight; variable
/dports/devel/boost-python-libs/boost_1_72_0/libs/gil/example/
H A Dharris.cpp63 constexpr static auto filterHeight = 5ull; in apply_gaussian_blur() local
65 constexpr static double filter[filterHeight][filterWidth] = in apply_gaussian_blur()
81 for (size_t filter_y = 0; filter_y < filterHeight; ++filter_y) { in apply_gaussian_blur()
84 int image_y = y - filterHeight / 2 + filter_y; in apply_gaussian_blur()
/dports/devel/boost-docs/boost_1_72_0/libs/gil/example/
H A Dharris.cpp63 constexpr static auto filterHeight = 5ull; in apply_gaussian_blur() local
65 constexpr static double filter[filterHeight][filterWidth] = in apply_gaussian_blur()
81 for (size_t filter_y = 0; filter_y < filterHeight; ++filter_y) { in apply_gaussian_blur()
84 int image_y = y - filterHeight / 2 + filter_y; in apply_gaussian_blur()
/dports/devel/boost-libs/boost_1_72_0/libs/gil/example/
H A Dharris.cpp63 constexpr static auto filterHeight = 5ull; in apply_gaussian_blur() local
65 constexpr static double filter[filterHeight][filterWidth] = in apply_gaussian_blur()
81 for (size_t filter_y = 0; filter_y < filterHeight; ++filter_y) { in apply_gaussian_blur()
84 int image_y = y - filterHeight / 2 + filter_y; in apply_gaussian_blur()
/dports/devel/hyperscan/boost_1_75_0/libs/gil/example/
H A Dharris.cpp63 constexpr static auto filterHeight = 5ull; in apply_gaussian_blur() local
65 constexpr static double filter[filterHeight][filterWidth] = in apply_gaussian_blur()
81 for (size_t filter_y = 0; filter_y < filterHeight; ++filter_y) { in apply_gaussian_blur()
84 int image_y = y - filterHeight / 2 + filter_y; in apply_gaussian_blur()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUQuanConvolutionDepthwise.cpp196 int filterHeight = (int)mConstParameter->kh; in onResize() local
199 mPaddingHeight = ComputePadding(mStrideH, 1, inputHeight, filterHeight, outputHeight); in onResize()
213 …for (; (mb - 1) * mStrideH - mPaddingHeight + (filterHeight - 1) * mDilateY >= inputHeight && mb >… in onResize()
219 mWeightZStep = filterHeight * filterWidth * UNIT; in onResize()
237 int filterHeight = (int)mConstParameter->kh; in onExecute() local
248 int efy = ALIMIN(filterHeight, UP_DIV(inputHeight - srcStartY, mDilateY)); in onExecute()
H A DCPUTFQuantizedConv2D.cpp273 auto filterHeight = common->kernelY(); in onResize() local
277 mIm2ColParamter->padY = ((outputHeight - 1) * strideY + filterHeight - inputHeight + 1) / 2; in onResize()
280 mIm2ColParamter->padY = ((outputHeight - 1) * strideY + filterHeight - inputHeight) / 2; in onResize()
/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dnn-operators.h44 unsigned filterWidth, unsigned filterHeight
52 unsigned filterWidth, unsigned filterHeight
H A Dmodel-functions.cpp199 int filterWidth=0, filterHeight=0; in getOperatorExtraInfoString() local
205 filterHeight = o.value.as<int>(); in getOperatorExtraInfoString()
206 return Util::stringToSubscript(STR(filterWidth << "x" << filterHeight)); in getOperatorExtraInfoString()
H A Dcompute.cpp732 int filterWidth=0, filterHeight=0; in compute() local
741 …Option1<PI::OperatorOption_FILTER_HEIGHT, PI::OperatorOption_TypeInt,int>(*opts, &filterHeight) in compute()
753 " filterHeight=" << filterHeight << in compute()
760 TensorShape filterShape = {0,(unsigned)filterHeight,(unsigned)filterWidth,0}; in compute()
774 filterWidth, filterHeight in compute()
/dports/misc/py-tflite/tflite-2.3.0/tflite/
H A DPool2DOptions.py68 def Pool2DOptionsAddFilterHeight(builder, filterHeight): builder.PrependInt32Slot(4, filterHeight, … argument
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/image/
H A DDepthwiseDeconvExecution.cpp133 const int filterHeight = mConv2dCommonParams->kernelY(); in onResize() local
135 const int kernelSize = filterHeight * filterWidth; in onResize()
146 int kernelShape[2] = {filterHeight, filterWidth}; in onResize()
H A DMultiInputDWDeconvExecution.cpp196 const int filterHeight = kernelY; in onResize() local
198 const int kernelSize = filterHeight * filterWidth; in onResize()
208 int kernelShape[2] = {filterHeight, filterWidth}; in onResize()
H A DDepthwiseConvExecution.cpp135 const int filterHeight = mCon2dParams->common()->kernelY(); in onResize() local
144 int kernelShape[2] = {filterHeight, filterWidth}; in onResize()
H A DMultiInputDWConvExecution.cpp167 const int filterHeight = kernelY; in onResize() local
175 int kernelShape[2] = {filterHeight, filterWidth}; in onResize()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/dpm/src/
H A Ddpm_cascade.cpp459 int filterHeight = model.partFilters[pId].rows; in computePartScore() local
464 yend = (filterHeight + yend > featHeight) in computePartScore()
465 ? featHeight - filterHeight in computePartScore()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/common/
H A DConfigManager.h56 extern int filterHeight;

12