Home
last modified time | relevance | path

Searched refs:m_Width (Results 1 – 25 of 423) sorted by relevance

12345678910>>...17

/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dcm_thread_space.cpp105 m_Width(width), in CmThreadSpace()
179 m_Width); in AssociateThread()
322 m_Width]; in SelectThreadDependencyPattern()
368 m_Width]; in SelectThreadDependencyPattern()
551 width = m_Width; in GetThreadSpaceSize()
757 m_Width + in Wavefront45Sequence()
801 m_Width + in Wavefront26Sequence()
1021 m_Width + in Wavefront26ZISeqVVHV26()
1028 m_Width + in Wavefront26ZISeqVVHV26()
1061 m_Width + in Wavefront26ZISeqVVHV26()
[all …]
H A Dcm_surface_2d.cpp69 m_Width(width), in CmSurface2D_RT()
120 inParam.iWidth = m_Width; in WriteSurface()
136 size = m_Width * sizePerPixel; in WriteSurface()
192 inParam.iWidth = m_Width; in ReadSurface()
208 widthInByte = m_Width * sizePerPixel; in ReadSurface()
272 inParam.iWidth = m_Width; in WriteSurfaceStride()
350 inParam.iWidth = m_Width; in ReadSurfaceFullStride()
442 inParam.iWidth = m_Width; in WriteSurfaceFullStride()
515 m_Width = width; in SetSurfaceProperties()
529 width = m_Width; in GetSurfaceDesc()
[all …]
/dports/graphics/photivo/photivo/Sources/vcd/
H A Dahd_interpolate_mod.c67 val = ((pix[-m_Width][1] + pix[0][c] + pix[m_Width][1]) * 2 in ahd_interpolate_mod()
68 - pix[-2*m_Width][c] - pix[2*m_Width][c] + 2) >> 2; in ahd_interpolate_mod()
70 val = (pix[-3*m_Width][1] + pix[3*m_Width][1] + in ahd_interpolate_mod()
71 18*(2*pix[0][c] - pix[-2*m_Width][c] - pix[2*m_Width][c]) + in ahd_interpolate_mod()
72 63*(pix[-m_Width][1] + pix[m_Width][1]) + 64) >> 7; in ahd_interpolate_mod()
74 val = (4*(pix[-m_Width][1] + pix[m_Width][1]) + in ahd_interpolate_mod()
77 val = (pix[-m_Width][1] + pix[m_Width][1] + 1) >> 1; }} in ahd_interpolate_mod()
95 val = pix[0][1] + (( pix[-m_Width][c] + pix[m_Width][c] in ahd_interpolate_mod()
98 val = (pix[-m_Width][c] + pix[m_Width][c] + 1) >> 1; in ahd_interpolate_mod()
101 + pix[+m_Width-1][c] + pix[+m_Width+1][c] in ahd_interpolate_mod()
[all …]
H A Dahd_partial_interpolate.c71 val = ((pix[-m_Width][1] + pix[0][c] + pix[m_Width][1]) * 2 in ahd_partial_interpolate()
72 - pix[-2*m_Width][c] - pix[2*m_Width][c] + 2) >> 2; in ahd_partial_interpolate()
74 val = (pix[-3*m_Width][1] + pix[3*m_Width][1] + in ahd_partial_interpolate()
76 63*(pix[-m_Width][1] + pix[m_Width][1]) + 64) >> 7; in ahd_partial_interpolate()
78 val = (4*(pix[-m_Width][1] + pix[m_Width][1]) + in ahd_partial_interpolate()
81 val = (pix[-m_Width][1] + pix[m_Width][1] + 1) >> 1; }} in ahd_partial_interpolate()
99 val = pix[0][1] + (( pix[-m_Width][c] + pix[m_Width][c] in ahd_partial_interpolate()
102 val = (pix[-m_Width][c] + pix[m_Width][c] + 1) >> 1; in ahd_partial_interpolate()
105 + pix[+m_Width-1][c] + pix[+m_Width+1][c] in ahd_partial_interpolate()
109 val = (pix[-m_Width-1][c] + pix[-m_Width+1][c] + in ahd_partial_interpolate()
[all …]
H A Dmedian_filter_new.c16 p11 = -m_Width-1; in median_filter_new()
19 p31 = m_Width-1; in median_filter_new()
23 mf = (int (*)[3]) calloc(m_Width*m_Height, sizeof *mf); in median_filter_new()
28 for (indx=0; indx < m_Height*m_Width; indx++) in median_filter_new()
33 for (uint16_t col=1; col < m_Width-1; col++) { in median_filter_new()
34 pc = mf + row*m_Width+col; in median_filter_new()
51 for (uint16_t col=1; col < m_Width-1; col++) { in median_filter_new()
52 pc = mf + row*m_Width+col; in median_filter_new()
61 indx = row*m_Width+col; in median_filter_new()
72 indx = row*m_Width+col; in median_filter_new()
[all …]
/dports/graphics/photivo/photivo/Sources/dcb/
H A Ddcb_demosaicing_old.c54 indx=row*m_Width+col; in dcb_pp_old()
148 int row, col, c, d, u=m_Width; in dcb_color_old()
179 int row, col, u=m_Width, indx; in dcb_map_old()
185 indx=row*m_Width+col; in dcb_map_old()
206 int row, col, u=m_Width, indx; in dcb_map2_old()
212 indx=row*m_Width+col; in dcb_map2_old()
252 indx=row*m_Width+col; in dcb_correction_old()
286 indx=row*m_Width+col; in dcb_correction2_old()
314 indx=row*m_Width+col; in dcb_correction3_old()
322 …2*(m_Image[(row+1)*m_Width+col][3] + m_Image[(row-1)*m_Width+col][3] + m_Image[row*m_Width+col+1][… in dcb_correction3_old()
[all …]
H A Ddcb_demosaicing.c99 for (col=2, indx=row*m_Width+col; col < m_Width-2; col++, indx++) { in hid()
117 for (col=4, indx=row*m_Width+col; col < m_Width-4; col++, indx++) { in hid2()
196 for(col=3,indx=row*m_Width+col; col<m_Width-3; col++,indx++){ in dcb_color_full()
211 int row, col, u=m_Width, indx; in dcb_map()
214 for (col=2, indx=row*m_Width+col; col < m_Width-2; col++, indx++) { in dcb_map()
230 for (col=4, indx=row*m_Width+col; col < m_Width-4; col++, indx++) { in dcb_correction()
254 for (col=4, indx=row*m_Width+col; col < m_Width-4; col++, indx++) { in dcb_correction2()
336 for (col=4, indx=row*m_Width+col; col < m_Width-4; col++, indx++) { in fbdd_green2()
359 int row, col, c, u=m_Width, indx; in fbdd_correction()
362 for (col=2, indx=row*m_Width+col; col < m_Width-2; col++, indx++) { in fbdd_correction()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/source/gui/
H A DCGUIScrollBarVertical.cpp46 emptyBackground -= GetStyle()->m_Width * 2; in SetPosFromMousePos()
108 outline.top+GetStyle()->m_Width in Draw()
118 outline.bottom-GetStyle()->m_Width, in Draw()
151 from += GetStyle()->m_Width; in GetBarRect()
152 to -= GetStyle()->m_Width; in GetBarRect()
158 ret.left = ret.right - GetStyle()->m_Width; in GetBarRect()
172 ret.left = ret.right - GetStyle()->m_Width; in GetOuterRect()
185 mouse.x <= StartX + GetStyle()->m_Width && in HoveringButtonMinus()
187 mouse.y <= m_Y + GetStyle()->m_Width; in HoveringButtonMinus()
198 mouse.x < StartX + GetStyle()->m_Width && in HoveringButtonPlus()
[all …]
/dports/graphics/photivo/photivo/Sources/
H A DptImage_Cimg.cpp122 const uint32_t N = m_Width, off = 1*3; in ptCIDeriche()
141 for (int x = 0; x<m_Width; ++x) in ptCIDeriche()
196 NewHeight = m_Width; in ptCIPerspective()
208 NewWidth = m_Width; in ptCIPerspective()
222 NewHeight = m_Width; in ptCIPerspective()
240 …r = FocalLength/powf(36.0f*36.0f+24.0f*24.0f,0.5f)*powf((float)m_Width*m_Width+(float)m_Height*m_H… in ptCIPerspective()
308 x_mid_pers = m_Width*0.5f; in ptCIPerspective()
340 px = x-1<0?0:x-1, nx = dx>0?x+1:x, ax = x+2>=m_Width?m_Width-1:x+2, in ptCIPerspective()
343 pyw = py * m_Width, yw = y * m_Width, in ptCIPerspective()
344 nyw = ny * m_Width, ayw = ay * m_Width; in ptCIPerspective()
[all …]
H A DptDcRaw.cpp2788 img[row*(m_Width+2)] = img[row*(m_Width+2)+2]; in redcine_load_raw()
4484 const int dir[5] = { 1, m_Width, -1, -m_Width, 1 }; in ppg_interpolate()
6257 if ((m_Width = get2()) == 4284) m_Width += 3; in parse_fuji()
6948 if (!m_Width) m_Width = m_RawWidth; in identify()
7001 if (m_Height > m_Width) SWAP(m_Height,m_Width); in identify()
7422 if (m_Width == 3264) m_Width -= 32; in identify()
7882 if (m_Width == 4100) m_Width -= 4; in identify()
7883 if (m_Width == 4080) m_Width -= 24; in identify()
8235 if (m_RawWidth < m_Width ) m_RawWidth = m_Width; in identify()
8563 m_Width += m_Width & 1; in RunDcRaw_Phase1()
[all …]
H A DptImage_Lensfun.cpp38 if (!LfunData->ApplyColorModification(m_Image, 0.0, 0.0, m_Width, m_Height, in Lensfun()
40 m_Width * 3 * sizeof(uint16_t)) ) in Lensfun()
63 TempData.resize((size_t) m_Width*m_Height); in Lensfun()
69 float* NewCoords = (float*) CALLOC((uint32_t)m_Width * 3 * 2, sizeof(float)); in Lensfun()
73 … int LfunLineSuccess = LfunData->ApplySubpixelGeometryDistortion(0.0, row, m_Width, 1, NewCoords); in Lensfun()
79 int32_t Temp = row * m_Width; in Lensfun()
80 for (uint16_t col = 0; col < m_Width; col++) { in Lensfun()
83 …if (NewCoords[MemPosX] < 0 || NewCoords[MemPosX] > m_Width-1 || NewCoords[MemPosX+1] < 0 || NewCoo… in Lensfun()
94 px = x-1<0?0:x-1, nx = dx>0?x+1:x, ax = x+2>=m_Width?m_Width-1:x+2, in Lensfun()
97 pyw = py * m_Width, yw = y * m_Width, in Lensfun()
[all …]
H A DptCimg.cpp125 uint16_t Width = Image->m_Width; in ptGreycStoration()
183 uint16_t Width = Image->m_Width; in ptGreycStorationLab()
358 uint16_t Width = Image->m_Width; in ptCimgBlurBilateralChannel()
383 uint16_t Width = Image->m_Width; in ptCimgBlur()
435 uint16_t Width = Image->m_Width; in ptCimgNoise()
464 uint16_t Width = Image->m_Width; in ptCimgSharpen()
537 uint16_t Width = Image->m_Width; in ptGradientMask()
602 uint16_t Width = Image->m_Width; in ptCimgEdgeDetectionSum()
647 uint16_t Width = Image->m_Width; in ptCimgEdgeDetectionSumAlt()
685 uint16_t Width = Image->m_Width; in ptCimgEdgeDetection()
[all …]
H A DptImage8.cpp37 m_Width(0), in ptImage8()
58 m_Width = AWidth; in setSize()
61 m_SizeBytes = m_Width * m_Height * m_Colors; in setSize()
63 m_Image.resize(m_Width * m_Height); in setSize()
86 setSize(Origin->m_Width, Origin->m_Height, Origin->m_Colors); in Set()
89 for (uint32_t i = 0; i < static_cast<uint32_t>(m_Width)*m_Height; i++) { in Set()
106 setSize(Origin->m_Width, in Set()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/image/
H A Dimage.cpp45 : m_Width(0), in CImage()
54 : m_Width(0), in CImage()
79 m_Width = width; in Init()
105 return float (m_Width) / float (m_Height); in GetAspectRatio()
156 m_Data.resize(m_Width * m_Height * 3); in SetDepth()
176 from_data += m_Width * m_Height; in SetDepth()
239 if (x >= m_Width || y >= m_Height) { in GetSubImage()
247 if (x + w > m_Width) { in GetSubImage()
248 w = m_Width - x; in GetSubImage()
262 size_t from_stride = m_Width * m_Depth; in GetSubImage()
[all …]
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/DisplayOutput/
H A DImage.cpp32 m_Width = _image.m_Width; in Copy()
33 m_Height = _image.m_Width; in Copy()
72 m_Width = _w; in Create()
203 uint32 m = (m_Width > m_Height)? m_Width : m_Height; in getNumberOfMipMapsFromDimesions()
298 if( w != m_Width || h != m_Height) in GenerateMipmaps()
407 m_Width, in SaveDDS()
541 uint32 w = m_Width; in createMipMaps()
839 …b = icerp( src[ m_Width * nChannels], src[( m_Width + 1) * nChannels], src[( m_Width + 2) * nCh… in Scale()
845 …c = icerp(src[2 * m_Width * nChannels], src[(2 * m_Width + 1) * nChannels], src[(2 * m_Width + 2) … in Scale()
847 …d = icerp(src[3 * m_Width * nChannels], src[(3 * m_Width + 1) * nChannels], src[(3 * m_Width + 2) … in Scale()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/html/
H A Dcomponents.cpp134 : m_Width(0) in CTextInputDescription()
141 : m_Name(name), m_Width(0) in CTextInputDescription()
152 if ( m_Width ) { in CreateComponent()
153 return new CHTML_text(m_Name, m_Width, m_Value); in CreateComponent()
163 m_Width(-1) in CQueryBox()
177 if ( m_Width >= 0 ) { in CreateSubNodes()
178 SetWidth(m_Width); in CreateSubNodes()
271 : m_Width(460), in CPagerBox()
294 tableTop->SetCellSpacing(0)->SetCellPadding(0)->SetWidth(m_Width); in CreateSubNodes()
309 : m_Width(460), m_PageList(0), m_NumResults(0) in CSmallPagerBox()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/html/
H A Dcomponents.cpp134 : m_Width(0) in CTextInputDescription()
141 : m_Name(name), m_Width(0) in CTextInputDescription()
152 if ( m_Width ) { in CreateComponent()
153 return new CHTML_text(m_Name, m_Width, m_Value); in CreateComponent()
163 m_Width(-1) in CQueryBox()
177 if ( m_Width >= 0 ) { in CreateSubNodes()
178 SetWidth(m_Width); in CreateSubNodes()
271 : m_Width(460), in CPagerBox()
294 tableTop->SetCellSpacing(0)->SetCellPadding(0)->SetWidth(m_Width); in CreateSubNodes()
309 : m_Width(460), m_PageList(0), m_NumResults(0) in CSmallPagerBox()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DBarShader.cpp41 : m_Width( width ), in CBarShader()
76 m_Width = width; in SetWidth()
139 unsigned firstPixel = start * m_Width / m_FileSize; in FillRange()
140 unsigned lastPixel = end * m_Width / m_FileSize; in FillRange()
141 if (lastPixel == m_Width) { in FillRange()
145 double f_Width = m_Width; in FillRange()
173 unsigned char * buf = (unsigned char *) malloc(m_Width * m_Height * 3); in Draw()
178 for (unsigned x = 0; x < m_Width; x++) { in Draw()
199 for (unsigned x = 0; x < m_Width; x++) { in Draw()
211 unsigned linelength = m_Width * 3; in Draw()
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DBarShader.cpp41 : m_Width( width ), in CBarShader()
76 m_Width = width; in SetWidth()
139 unsigned firstPixel = start * m_Width / m_FileSize; in FillRange()
140 unsigned lastPixel = end * m_Width / m_FileSize; in FillRange()
141 if (lastPixel == m_Width) { in FillRange()
145 double f_Width = m_Width; in FillRange()
173 unsigned char * buf = (unsigned char *) malloc(m_Width * m_Height * 3); in Draw()
178 for (unsigned x = 0; x < m_Width; x++) { in Draw()
199 for (unsigned x = 0; x < m_Width; x++) { in Draw()
211 unsigned linelength = m_Width * 3; in Draw()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A Ddxtctool.cpp33 size_t Width = m_Width; in OpenGLSize()
85 for (size_t j = 0; j < (m_Width + 3) / 4; ++j) in VFlip_DXT1()
89 for (size_t j = 0; j < (m_Width + 3) / 4; ++j) in VFlip_DXT1()
94 for (size_t j = 0; j < (m_Width + 3) / 4; ++j) { in VFlip_DXT1()
108 for (size_t j = 0; j < (m_Width + 3) / 4; ++j) { in VFlip_DXT3()
114 for (size_t j = 0; j < (m_Width + 3) / 4; ++j) { in VFlip_DXT3()
121 for (size_t j = 0; j < (m_Width + 3) / 4; ++j) { in VFlip_DXT3()
137 for (size_t j = 0; j < (m_Width + 3) / 4; ++j) { in VFlip_DXT5()
143 for (size_t j = 0; j < (m_Width + 3) / 4; ++j) { in VFlip_DXT5()
150 for (size_t j = 0; j < (m_Width + 3) / 4; ++j) { in VFlip_DXT5()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_experimental/filter_ouput_optical_flow/GPU/
H A DFrameBuffer.h28 unsigned int m_Width; variable
37 m_Width(0), in RenderBuffer()
44 m_Width(0), in RenderBuffer()
63 inline unsigned int Width() const { return m_Width; } in Width()
83 GLuint m_Width; variable
94 m_Width(0), in FrameBuffer()
100 m_Width(0), in FrameBuffer()
116 inline GLuint Width() const { return m_Width; } in Width()
H A DTexture.cpp27 m_Width = m_Height = 0; in Create()
57 m_Width = width; in Create()
87 m_Width = width; in Create()
114 m_Width = width; in Create()
144 m_Width = width; in LoadMipMap()
169 m_Width = width; in LoadMipMap()
191 m_Width = width; in LoadMipMap()
216 m_Width = width; in Load()
240 m_Width = width; in Load()
261 m_Width = width; in Load()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/dib/
H A Dfx_dib_main.cpp48 m_Width(0), in CFX_DIBSource()
84 m_Width = m_Height = m_Pitch = 0; in Create()
112 m_Width = width; in Create()
173 m_Width = pSrcBitmap->m_Width; in TakeOver()
650 if (pAlphaMask->m_Width != m_Width || pAlphaMask->m_Height != m_Height) in SetAlphaMask()
1162 src_x %= m_Width; in DownSampleScanline()
1172 src_x %= m_Width; in DownSampleScanline()
1197 bFlipX ? (m_Width - dest_x * m_Width / dest_width - 1) * src_Bpp in DownSampleScanline()
1199 src_x %= m_Width * src_Bpp; in DownSampleScanline()
1406 dest_scan += (m_Width - 1); in FlipImage()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/dib/
H A Dfx_dib_main.cpp39 m_Width = m_Height = 0; in CFX_DIBSource()
73 m_Width = m_Height = m_Pitch = 0; in Create()
101 m_Width = width; in Create()
164 m_Width = pSrcBitmap->m_Width; in TakeOver()
634 if (pAlphaMask->m_Width != m_Width || pAlphaMask->m_Height != m_Height) { in CopyAlphaMask()
1188 src_x %= m_Width; in DownSampleScanline()
1198 src_x %= m_Width; in DownSampleScanline()
1223 bFlipX ? (m_Width - dest_x * m_Width / dest_width - 1) * src_Bpp in DownSampleScanline()
1225 src_x %= m_Width * src_Bpp; in DownSampleScanline()
1432 dest_scan += (m_Width - 1); in FlipImage()
[all …]
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gccv/
H A Dwedge.cc36 m_Width = width; in Wedge()
45 m_Width = width; in Wedge()
84 if (yy > m_Width / 2.) in Distance()
85 yy -= m_Width / 2.; in Distance()
86 else if (yy < -m_Width / 2.) in Distance()
87 yy += m_Width / 2.; in Distance()
92 if (fabs (yy) < m_Width / 2. * fabs (xx) / length) in Distance()
94 yy = fabs (yy) - m_Width / 2. * fabs (xx) / length; in Distance()
121 dx = (m_ystart - m_yend) / length * m_Width / 2.; in UpdateBounds()
122 dy = (m_xend - m_xstart) / length * m_Width / 2.; in UpdateBounds()

12345678910>>...17