Searched refs:centers (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/enc/ |
D | analysis_enc.c | 77 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/ |
D | jdsample-sse2-64.asm | 43 ; 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.
|
D | jdsample-mmx.asm | 42 ; 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.
|
D | jdsample-sse2.asm | 42 ; 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/ |
D | SkTwoPointConicalGradient.cpp | 202 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/ |
D | rasterizer.rst | 255 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/ |
D | turtle.rst | 1871 >>> # sets window to 75% of screen by 50% of screen and centers
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|