OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Interpolate
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Common/src/
LVM_Mixer_TimeConstant.c
67
LVM_INT16
Interpolate
;
149
Interpolate
= (LVM_INT16)((Product >> 15) & 0x00007FFF);
152
MUL32x16INTO32(Diff,
Interpolate
,Diff,15)
/frameworks/av/media/libeffects/loudness/dsp/core/
interpolator_base-inl.h
127
T InterpolatorBase<T, Algorithm>::
Interpolate
(T x) {
130
LoggerError("InterpolatorBase:
Interpolate
: CachedIndex_ out of bounds "
/external/eigen/unsupported/Eigen/src/Splines/
SplineFitting.h
101
static SplineType
Interpolate
(const PointArrayType& pts, DenseIndex degree);
113
static SplineType
Interpolate
(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters);
118
SplineType SplineFitting<SplineType>::
Interpolate
(const PointArrayType& pts, DenseIndex degree, const KnotVectorType& knot_parameters)
151
SplineType SplineFitting<SplineType>::
Interpolate
(const PointArrayType& pts, DenseIndex degree)
155
return
Interpolate
(pts, degree, chord_lengths);
/external/chromium_org/ui/gfx/
interpolated_transform.cc
89
gfx::Transform InterpolatedTransform::
Interpolate
(float t) const {
94
result.ConcatTransform(child_->
Interpolate
(t));
311
return transform_->
Interpolate
(t);
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h
121
unsigned
Interpolate
: 1; /**< any interpolation info? */
141
unsigned
Interpolate
: 4; /**< one of TGSI_INTERPOLATE_x */
/external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h
121
unsigned
Interpolate
: 1; /**< any interpolation info? */
141
unsigned
Interpolate
: 4; /**< one of TGSI_INTERPOLATE_x */
Completed in 246 milliseconds