Home
last modified time | relevance | path

Searched defs:p01 (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dtimestamp_extrapolator.cc132 double p01 = 1 / _lambda * in Update() local
/external/deqp/framework/common/
DtcuBilinearImageCompare.cpp74 inline deUint8 interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p1… in interpolateChannel()
101 deUint32 p01 = readRGBA8Raw(access, x0, y1); in bilinearSampleRGBA8() local
DtcuFuzzyImageCompare.cpp144 deUint32 p01 = readUnorm8<NumChannels>(src, i0, j1); in bilinearSample() local
DtcuTexture.cpp1846 …Vec4 p01 = (i0UseBorder || j1UseBorder) ? lookupBorder(access.getFormat(), sampler) : lookup(acces… in sampleLinear2D() local
1915 …float p01 = execCompare(p01Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFor… in sampleLinear2DCompare() local
DtcuAstcUtil.cpp1297 const deUint32 p01 = unquantizedWeights[(i01 * numWeightsPerTexel + texelWeightNdx) & 0x3f]; in interpolateWeights() local
DtcuTexLookupVerifier.cpp96 Vec4 p01; //!< (1, 0) member
/external/libpng/contrib/intel/
Dfilter_sse2_intrinsics.c44 const png_uint_16* p01 = p; in load3() local
59 png_uint_16* p01 = p; in store3() local
/external/skia/third_party/libpng/contrib/intel/
Dfilter_sse2_intrinsics.c44 const png_uint_16* p01 = p; in load3() local
59 png_uint_16* p01 = p; in store3() local
/external/pdfium/third_party/libpng16/contrib/intel/
Dfilter_sse2_intrinsics.c44 const png_uint_16* p01 = p; in load3() local
59 png_uint_16* p01 = p; in store3() local
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp114 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); in init() local
Des2pShaderOperatorTests.cpp229 tcu::Vec4 p01; //!< Bottom right. member
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp122 Vec2 p01 = (m_coordTransform * Vec3(0.0f, 1.0f, 1.0f)).swizzle(0,1); in init() local
Des3pShaderOperatorTests.cpp229 tcu::Vec4 p01; //!< Bottom right. member
/external/deqp/modules/glshared/
DglsShaderPerformanceMeasurer.hpp61 tcu::Vec4 p01; //!< Bottom right. member
/external/deqp/framework/delibs/deimage/
DdeImage.c149 deARGB p01 = deImage_getPixel(srcImage, x0, y1); in deImage_scale() local
/external/skia/src/core/
DSkGeometry.cpp150 Sk2s p01 = interp(p0, p1, tt); in SkChopQuadAt() local
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp886 const Interval& p01, in linearInterpolate()