/aosp_15_r20/external/skia/experimental/lowp-basic/ |
H A D | bilerp-study.cpp | 38 static float golden_bilerp(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp() 46 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp2() 57 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in full_res_bilerp() 69 static int16_t bilerp_1(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in bilerp_1() 100 for (int p00 : interesting) in check_bilerp() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuBilinearImageCompare.cpp | 74 inline uint8_t interpolateChannel(uint32_t fx1, uint32_t fy1, uint8_t p00, uint8_t p01, uint8_t p10… in interpolateChannel() 99 uint32_t p00 = readRGBA8Raw(access, x0, y0); in bilinearSampleRGBA8() local
|
H A D | tcuFuzzyImageCompare.cpp | 144 uint32_t p00 = readUnorm8<NumChannels>(src, i0, j0); in bilinearSample() local
|
H A D | tcuTexture.cpp | 2577 Vec4 p00 = in sampleLinear2D() local 2704 …float p00 = execCompare(p00Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFor… in sampleLinear2DCompare() local
|
H A D | tcuAstcUtil.cpp | 1428 … const uint32_t p00 = unquantizedWeights[(i00 * numWeightsPerTexel + texelWeightNdx) & 0x3f]; in interpolateWeights() local
|
H A D | tcuTexLookupVerifier.cpp | 95 Vec4 p00; //!< (0, 0) member
|
/aosp_15_r20/frameworks/rs/toolkit/test/ |
H A D | ReferenceResize.kt | 79 val p00 = gIn[xs0, ys0].toFloatArray() in bicubicU4() constant
|
/aosp_15_r20/external/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
H A D | ReferenceResize.kt | 79 val p00 = gIn[xs0, ys0].toFloatArray() in bicubicU4() constant
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_find_best_partitioning.cpp | 274 int p00 = popcount(a[0] ^ b[0]); in partition_mismatch3() local 313 int p00 = popcount(a[0] ^ b[0]); in partition_mismatch4() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/gemm_matrix_mul/generic/neon/ |
H A D | impl.cpp | 917 const float16x8_t p00 = vld1q_f16(mtx_a0); in matrix_matrix_multiply_f16() local 952 const float16x4_t p00 = vld1_f16(mtx_a0); in matrix_matrix_multiply_f16() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/timing/ |
H A D | timestamp_extrapolator.cc | 109 double p00 = in Update() local
|
/aosp_15_r20/external/deqp/modules/gles2/performance/ |
H A D | es2pTextureCases.cpp | 102 Vec2 p00 = (m_coordTransform * Vec3(0.0f, 0.0f, 1.0f)).swizzle(0, 1); in init() local
|
H A D | es2pShaderOperatorTests.cpp | 257 tcu::Vec4 p00; //!< Bottom left. member
|
/aosp_15_r20/external/deqp/modules/gles3/performance/ |
H A D | es3pTextureCases.cpp | 112 Vec2 p00 = (m_coordTransform * Vec3(0.0f, 0.0f, 1.0f)).swizzle(0, 1); in init() local
|
H A D | es3pShaderOperatorTests.cpp | 257 tcu::Vec4 p00; //!< Bottom left. member
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderPerformanceMeasurer.hpp | 63 tcu::Vec4 p00; //!< Bottom left. member
|
/aosp_15_r20/external/deqp/framework/delibs/deimage/ |
H A D | deImage.c | 153 deARGB p00 = deImage_getPixel(srcImage, x0, y0); in deImage_scale() local
|
/aosp_15_r20/external/libyuv/source/ |
H A D | rotate_common.cc | 152 uint32_t p00 = ((uint32_t*)(src))[0]; in Transpose4x4_32_C() local
|
/aosp_15_r20/device/generic/goldfish/camera/ |
D | converters.cpp | 102 const uint32_t p00 = r0[0]; in rgba2yuv() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texcompress_astc.cpp | 1291 int p00, p01, p10, p11, i0, i1; in compute_infill_weights() local 1308 int p00, p01, p10, p11, i; in compute_infill_weights() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 1422 … const tcu::Interval &p00, const tcu::Interval &p10, const tcu::Interval &p01, in linearInterpolate()
|
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
H A D | DecodeAccuracyTestBase.java | 2026 double p00 = (1.0 - u) * (1.0 - v); in shrinkAndScaleBilinear() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkGeometry.cpp | 514 float4 p00, p11, p22, p33, T; in SkChopCubicAt() local
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | loop_restoration_avx2.cc | 2321 const __m256i p00 = CalculateFilteredOutputPass1(sr0_lo, ma, b[0]); in BoxFilterPass1() local
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.16.1/ |
HD | grpc-netty-shaded-1.16.1.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |