Home
last modified time | relevance | path

Searched defs:Interpolate (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DUpSampleKernel.cpp77 struct Interpolate { struct
78 static inline opmath_t eval(char* src, char** data, const int64_t* strides, int64_t i) { in eval()
94 struct Interpolate<1, scalar_t, opmath_t, index_t, interp_size> { struct
95 static inline opmath_t eval(char* src, char** data, const int64_t* strides, int64_t i) { in eval()
111 struct Interpolate<n, scalar_t, opmath_t, index_t, 1> { struct
112 static inline opmath_t eval(char* src, char** data, const int64_t* strides, int64_t i) { in eval()
119 struct Interpolate<1, scalar_t, opmath_t, index_t, 1> { struct
120 static inline opmath_t eval(char* src, char** data, const int64_t* strides, int64_t i) { in eval()
132 struct Interpolate<n, scalar_t, opmath_t, index_t, 2> { struct
133 static inline opmath_t eval(char* src, char** data, const int64_t* strides, int64_t i) { in eval()
[all …]
/aosp_15_r20/external/eigen/unsupported/Eigen/src/Splines/
H A DSplineFitting.h290 …SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree, co… in Interpolate() function
322 SplineType SplineFitting<SplineType>::Interpolate(const PointArrayType& pts, DenseIndex degree) in Interpolate() function
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_gain_map.cpp59 real32 Interpolate () const in Interpolate() function in dng_gain_map_interpolator
276 real32 dng_gain_map::Interpolate (int32 row, in Interpolate() function in dng_gain_map
H A Ddng_1d_table.h73 real32 Interpolate (real32 x) const in Interpolate() function
H A Ddng_mosaic_info.cpp1029 void dng_bilinear_interpolator::Interpolate (dng_pixel_buffer &srcBuffer, in Interpolate() function in dng_bilinear_interpolator
1959 void dng_mosaic_info::Interpolate (dng_host &host, in Interpolate() function in dng_mosaic_info
H A Ddng_hue_sat_map.cpp261 dng_hue_sat_map * dng_hue_sat_map::Interpolate (const dng_hue_sat_map &map1, in Interpolate() function in dng_hue_sat_map
/aosp_15_r20/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DLVM_Mixer_TimeConstant.cpp63 LVM_FLOAT Interpolate; in LVM_Mixer_TimeConstant() local
/aosp_15_r20/frameworks/av/media/libeffects/loudness/dsp/core/
H A Dinterpolator_base-inl.h129 T InterpolatorBase<T, Algorithm>::Interpolate(T x) { in Interpolate() function
/aosp_15_r20/external/walt/ios/WALT/
H A DDragLatencyController.mm52 static std::vector<T> Interpolate(const std::vector<S>& x, function
/aosp_15_r20/external/cronet/build/apple/
H A Dplist_util.py71 def Interpolate(value, substitutions): function
/aosp_15_r20/external/angle/build/apple/
H A Dplist_util.py71 def Interpolate(value, substitutions): function
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_function.cpp164 float CPDF_Function::Interpolate(float x, in Interpolate() function in CPDF_Function
/aosp_15_r20/external/executorch/backends/arm/test/ops/
H A Dtest_upsample_nearest2d.py66 class Interpolate(torch.nn.Module): class in TestUpsampleNearest2d
/aosp_15_r20/external/libchrome-gestures/src/
H A Dlookahead_filter_interpreter.cc104 void LookaheadFilterInterpreter::Interpolate(const HardwareState& first, in Interpolate() function in gestures::LookaheadFilterInterpreter
/aosp_15_r20/external/webrtc/video/config/
H A Dsimulcast.cc105 constexpr webrtc::DataRate Interpolate(const webrtc::DataRate& a, in Interpolate() function
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h131 unsigned Interpolate : 1; /**< any interpolation info? */ member
154 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_shader_tokens.h145 unsigned Interpolate : 1; /**< any interpolation info? */ member
168 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
/aosp_15_r20/external/angle/src/common/
H A Dpacked_gl_enums.json140 "Interpolate": "GL_INTERPOLATE", string
H A DPackedGLEnums_autogen.h458 Interpolate = 4, enumerator
/aosp_15_r20/external/webp/src/enc/
H A Dpicture_csp_enc.c123 static WEBP_INLINE int Interpolate(int v) { in Interpolate() function
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSpirvShaderGLSLstd450.cpp960 static SIMD::Float Interpolate(const SIMD::Float &x, const SIMD::Float &y, const SIMD::Float &rhw, in Interpolate() function
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_rendershading.cpp617 int Interpolate(int p1, int p2, int delta1, int delta2, bool* overflow) { in Interpolate() function
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dfunctional.cpp2229 TEST_F(FunctionalTest, Interpolate) { in TEST_F() argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3drmobj.h4575 …STDMETHOD(Interpolate)(THIS_ D3DVALUE index, IDirect3DRMObject *object, D3DRMINTERPOLATIONOPTIONS … in DECLARE_INTERFACE_() local