Home
last modified time | relevance | path

Searched refs:centers (Results 1 – 8 of 8) sorted by relevance

/external/webp/src/enc/
Danalysis_enc.c77 const int centers[NUM_MB_SEGMENTS], in SetSegmentAlphas()
80 int min = centers[0], max = centers[0]; in SetSegmentAlphas()
85 if (min > centers[n]) min = centers[n]; in SetSegmentAlphas()
86 if (max < centers[n]) max = centers[n]; in SetSegmentAlphas()
92 const int alpha = 255 * (centers[n] - mid) / (max - min); in SetSegmentAlphas()
93 const int beta = 255 * (centers[n] - min) / (max - min); in SetSegmentAlphas()
149 int centers[NUM_MB_SEGMENTS]; in AssignSegments() local
170 centers[k] = min_a + (n * range_a) / (2 * nb); in AssignSegments()
185 while (n + 1 < nb && abs(a - centers[n + 1]) < abs(a - centers[n])) { in AssignSegments()
202 displaced += abs(centers[n] - new_center); in AssignSegments()
[all …]
/external/libjpeg-turbo/simd/
Djdsample-sse2-64.asm43 ; The upsampling algorithm is linear interpolation between pixel centers,
45 ; speed and visual quality. The centers of the output pixels are 1/4 and 3/4
46 ; of the way between input pixel centers.
Djdsample-mmx.asm42 ; The upsampling algorithm is linear interpolation between pixel centers,
44 ; speed and visual quality. The centers of the output pixels are 1/4 and 3/4
45 ; of the way between input pixel centers.
Djdsample-sse2.asm42 ; The upsampling algorithm is linear interpolation between pixel centers,
44 ; speed and visual quality. The centers of the output pixels are 1/4 and 3/4
45 ; of the way between input pixel centers.
/external/skia/src/shaders/gradients/
DSkTwoPointConicalGradient.cpp202 const SkPoint centers[2] = { fCenter1, fCenter2 }; in adjustMatrixAndAppendStages() local
204 if (!map_to_unit_vector.setPolyToPoly(centers, unitvec, 2)) { in adjustMatrixAndAppendStages()
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst255 When true, the rasterizer should use (0.5, 0.5) pixel centers for
265 When false, the rasterizer should use (0, 0) pixel centers for determining
/external/python/cpython2/Doc/library/
Dturtle.rst1871 >>> # sets window to 75% of screen by 50% of screen and centers
/external/jline/src/src/test/resources/jline/example/
Denglish.gz