Searched defs:centroid (Results 1 - 25 of 26) sorted by relevance

12

/external/ImageMagick/MagickCore/
H A Dvision.h37 centroid; member in struct:_CCObjectInfo
H A Dstatistic.h55 centroid, member in struct:_ChannelMoments
H A Dstatistic.c1505 centroid[MaxPixelChannels+1];
1521 (void) ResetMagickMemory(centroid,0,sizeof(centroid));
1543 Compute center of mass (centroid).
1579 Compute center of mass (centroid).
1584 centroid[channel].x=(double) image->columns/2.0;
1585 centroid[channel].y=(double) image->rows/2.0;
1589 centroid[channel].x=M10[channel]/M00[channel];
1590 centroid[channel].y=M01[channel]/M00[channel];
1624 M11[channel]+=(x-centroid[channe
1497 centroid[MaxPixelChannels+1]; local
[all...]
/external/swiftshader/src/Shader/
H A DPixelShader.hpp53 bool centroid; member in class:sw::PixelShader
H A DPixelShader.cpp28 centroid = false;
53 centroid = false;
123 return centroid;
711 bool centroid = instruction[i]->dst.centroid; local
717 semantic[reg][0].centroid = centroid;
720 semantic[2 + reg][0].centroid = centroid;
726 this->centroid
[all...]
H A DShader.hpp448 DestinationParameter() : mask(0xF), integer(false), saturate(false), partialPrecision(false), centroid(false), shift(0)
459 bool centroid : 1; member in struct:sw::Shader::DestinationParameter
575 Semantic(unsigned char usage = 0xFF, unsigned char index = 0xFF) : usage(usage), index(index), centroid(false)
591 bool centroid; member in struct:sw::Shader::Semantic
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h35 boolean centroid; member in struct:r600_shader_io
/external/libldac/src/
H A Dsigana_ldac.c80 SCALAR centroid; local
90 centroid = _scalar(0.0);
93 centroid = s1 / s2;
96 return centroid;
134 SCALAR low_energy, centroid; local
142 centroid = calc_spectral_centroid_ldac(a_psd_spec, LDAC_NSP_PSEUDOANA);
159 if ((centroid > LDAC_TH_CENTROID) && (zero_cross >= LDAC_TH_ZCROSNUM)) {
H A Dsigana_fixp_ldac.c260 INT32 centroid = 0; local
270 centroid = (INT32)((s1<<15) / s2); /* Q15 <- (Q15<<15) / Q15 */
273 return centroid;
319 INT32 low_energy, centroid; local
328 centroid = calc_spectral_centroid_ldac(a_psd_spec, LDAC_NSP_PSEUDOANA);
345 if ((centroid > LDAC_TH_CENTROID) && (zero_cross >= LDAC_TH_ZCROSNUM)) {
/external/libvorbis/vq/
H A Dvqgen.h30 int centroid; member in struct:vqgen
72 float *(*weight)(vqgen *,float *),int centroid);
H A Dvqgen.c242 float *(*weight)(vqgen *,float *),int centroid){
245 v->centroid=centroid;
502 if(v->centroid==0){
514 /* centroid */
540 if(v->centroid==0){
240 vqgen_init(vqgen *v,int elements,int aux,int entries,float mindist, float (*metric)(vqgen *,float *, float *), float *(*weight)(vqgen *,float *),int centroid) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h37 bool centroid; member in struct:si_shader_io
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp44 bool centroid; member in struct:tgsi_interpolation
685 inputs[idx] = ureg_DECL_fs_input_cyl_centroid(ureg, TGSI_SEMANTIC_GENERIC, idx, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].interpolation, 0, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].centroid);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h46 unsigned centroid : 1; member in struct:nv50_ir_varying
/external/swiftshader/src/Renderer/
H A DPixelProcessor.hpp84 bool centroid : 1; member in struct:sw::PixelProcessor::States
96 bool centroid : 1; member in struct:sw::PixelProcessor::States::Interpolant
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c210 unsigned centroid,
218 di.Centroid = centroid;
209 tgsi_build_declaration_interp(unsigned interpolate, unsigned centroid, unsigned cylindrical_wrap, struct tgsi_declaration *declaration, struct tgsi_header *header) argument
H A Dtgsi_ureg.c103 unsigned char centroid; member in struct:ureg_program::__anon14483
324 unsigned centroid)
340 ureg->fs_input[i].centroid = centroid;
1237 unsigned centroid)
1256 out[2].decl_interp.Centroid = centroid;
1465 ureg->fs_input[i].centroid);
319 ureg_DECL_fs_input_cyl_centroid(struct ureg_program *ureg, unsigned semantic_name, unsigned semantic_index, unsigned interp_mode, unsigned cylindrical_wrap, unsigned centroid) argument
1230 emit_decl_fs(struct ureg_program *ureg, unsigned file, unsigned index, unsigned semantic_name, unsigned semantic_index, unsigned interpolate, unsigned cylindrical_wrap, unsigned centroid) argument
/external/mesa3d/src/glsl/
H A Dast.h368 unsigned centroid:1; member in struct:ast_type_qualifier::__anon14990::__anon14991
/external/skia/src/utils/
H A DSkShadowTessellator.cpp384 // if original path is transparent, will accumulate sum of points for centroid
477 // finalize centroid
659 bool clipUmbraPoint(const SkPoint& umbraPoint, const SkPoint& centroid, SkPoint* clipPoint);
753 // compute rough clip bounds for umbra, plus offset polygon, plus centroid
793 // this shouldn't happen, but just in case we'll inset using the centroid
914 // Will also accumulate sum of areas for centroid.
922 // init centroid
983 // finish centroid
1004 // init centroid check
1013 // Determine if transformed centroid i
1024 clipUmbraPoint(const SkPoint& umbraPoint, const SkPoint& centroid, SkPoint* clipPoint) argument
[all...]
/external/ImageMagick/coders/
H A Ddds.c1437 centroid;
1446 VectorInit3(centroid,0.0f);
1451 centroid.x += (points[i].x * points[i].w);
1452 centroid.y += (points[i].y * points[i].w);
1453 centroid.z += (points[i].z * points[i].w);
1458 centroid.x /= total;
1459 centroid.y /= total;
1460 centroid.z /= total;
1472 a.x = points[i].x - centroid.x;
1473 a.y = points[i].y - centroid
1435 centroid; local
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1459 milliseconds

12