Home
last modified time | relevance | path

Searched refs:centers (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A 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()
136 // array bounds of 'centers' wit in AssignSegments()
76 SetSegmentAlphas(VP8Encoder* const enc, const int centers[NUM_MB_SEGMENTS], int mid) SetSegmentAlphas() argument
139 int centers[NUM_MB_SEGMENTS]; AssignSegments() local
[all...]
/third_party/skia/src/shaders/gradients/
H A DSkTwoPointConicalGradient.cpp70 const SkPoint centers[2] = { c0 , c1 }; in Create() local
73 if (!gradientMatrix.setPolyToPoly(centers, unitvec, 2)) { in Create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp501 const std::vector<Vec3>& centers) const -> de::MovePtr<BufferWithMemory>;
798 } // centers in makePipeline()
846 const std::vector<Vec3>& centers) const in makeAttribBuff()
850 DE_ASSERT( count && (count == coords.size()) && (count == centers.size()) ); in makeAttribBuff()
861 data[3*c+2] = centers.at(c); in makeAttribBuff()
951 const std::vector<Vec3> centers = createSurface(Points::Centers, m_params.model.first, m_params.model.second, funcs); in iterate() local
952 const de::MovePtr<BufferWithMemory> attribBuffer = makeAttribBuff(vk, device, allocator, vertices, coords, centers); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryMiscTests.cpp501 const std::vector<Vec3>& centers) const -> de::MovePtr<BufferWithMemory>;
798 } // centers in makePipeline()
846 const std::vector<Vec3>& centers) const in makeAttribBuff()
850 DE_ASSERT( count && (count == coords.size()) && (count == centers.size()) ); in makeAttribBuff()
861 data[3*c+2] = centers.at(c); in makeAttribBuff()
950 const std::vector<Vec3> centers = createSurface(Points::Centers, m_params.model.first, m_params.model.second, funcs); in iterate() local
951 const de::MovePtr<BufferWithMemory> attribBuffer = makeAttribBuff(vk, device, allocator, vertices, coords, centers); in iterate()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djdsample-avx2.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.
H A Djdsample-mmx.asm41 ; The upsampling algorithm is linear interpolation between pixel centers,
43 ; speed and visual quality. The centers of the output pixels are 1/4 and 3/4
44 ; of the way between input pixel centers.
H A Djdsample-sse2.asm41 ; The upsampling algorithm is linear interpolation between pixel centers,
43 ; speed and visual quality. The centers of the output pixels are 1/4 and 3/4
44 ; of the way between input pixel centers.
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djdsample-avx2.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.
H A 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.

Completed in 13 milliseconds