Searched defs:interpolate (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableValue.cpp52 PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableValue::interpolate(const AnimatableValue* left, const AnimatableValue* right, double fraction) function in class:blink::AnimatableValue
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolableValue.cpp12 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableNumber::interpolate(const InterpolableValue &to, const double progress) const function in class:blink::InterpolableNumber
22 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableBool::interpolate(const InterpolableValue &to, const double progress) const function in class:blink::InterpolableBool
30 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableList::interpolate(const InterpolableValue &to, const double progress) const function in class:blink::InterpolableList
46 result->set(i, m_values[i]->interpolate(*(toList.m_values[i]), progress));
59 PassOwnPtrWillBeRawPtr<InterpolableValue> InterpolableAnimatableValue::interpolate(const InterpolableValue &other, const double percentage) const function in class:blink::InterpolableAnimatableValue
66 return create(AnimatableValue::interpolate(m_value.get(), otherValue.m_value.get(), percentage));
H A DInterpolation.cpp47 void Interpolation::interpolate(int iteration, double fraction) const function in class:blink::Interpolation
50 m_cachedValue = m_start->interpolate(*m_end, fraction);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.h34 unsigned interpolate; member in struct:r600_shader_io
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.h34 unsigned interpolate; member in struct:r600_shader_io
/external/replicaisland/src/com/replica/replicaisland/
H A DInterpolator.java60 public float interpolate(float secondsDelta) { method in class:Interpolator
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h36 unsigned interpolate; member in struct:si_shader_io
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.h36 unsigned interpolate; member in struct:si_shader_io
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideoframe.h83 size_t width, size_t height, bool interpolate, bool crop) const {}
81 StretchToPlanes( uint8 *y, uint8 *u, uint8 *v, int32 pitchY, int32 pitchU, int32 pitchV, size_t width, size_t height, bool interpolate, bool crop) const argument
H A Dvideoframe.cc122 size_t width, size_t height, bool interpolate, bool vert_crop) const {
166 static_cast<int>(width), static_cast<int>(height), interpolate);
172 bool interpolate, bool vert_crop) const {
187 dst_width, dst_height, interpolate, vert_crop);
193 bool interpolate, bool vert_crop) const {
202 interpolate, vert_crop);
208 bool interpolate, bool vert_crop) const {
214 StretchToFrame(dest, interpolate, vert_crop);
119 StretchToPlanes( uint8* dst_y, uint8* dst_u, uint8* dst_v, int32 dst_pitch_y, int32 dst_pitch_u, int32 dst_pitch_v, size_t width, size_t height, bool interpolate, bool vert_crop) const argument
170 StretchToBuffer(size_t dst_width, size_t dst_height, uint8* dst_buffer, size_t size, bool interpolate, bool vert_crop) const argument
192 StretchToFrame(VideoFrame* dst, bool interpolate, bool vert_crop) const argument
207 Stretch(size_t dst_width, size_t dst_height, bool interpolate, bool vert_crop) const argument
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtctexturevideoframe.cc148 bool interpolate, bool vert_crop) const {
154 bool interpolate, bool vert_crop) const {
160 VideoFrame* dst, bool interpolate, bool vert_crop) const {
165 size_t dst_width, size_t dst_height, bool interpolate,
145 StretchToPlanes( uint8* dst_y, uint8* dst_u, uint8* dst_v, int32 dst_pitch_y, int32 dst_pitch_u, int32 dst_pitch_v, size_t width, size_t height, bool interpolate, bool vert_crop) const argument
152 StretchToBuffer( size_t dst_width, size_t dst_height, uint8* dst_buffer, size_t size, bool interpolate, bool vert_crop) const argument
159 StretchToFrame( VideoFrame* dst, bool interpolate, bool vert_crop) const argument
164 Stretch( size_t dst_width, size_t dst_height, bool interpolate, bool vert_crop) const argument
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dyuvscaler_unittest.cc99 bool optimize, int cpuflags, bool interpolate,
147 offset, interpolate));
98 TestScale(int iw, int ih, int ow, int oh, int offset, bool usefile, bool optimize, int cpuflags, bool interpolate, int memoffset, double* error) argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale.cc1664 LIBYUV_BOOL interpolate) {
1673 interpolate ? kFilterBox : kFilterNone);
1680 LIBYUV_BOOL interpolate) {
1710 interpolate ? kFilterBox : kFilterNone);
1658 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, LIBYUV_BOOL interpolate) argument
1678 ScaleOffset(const uint8* src, int src_width, int src_height, uint8* dst, int dst_width, int dst_height, int dst_yoffset, LIBYUV_BOOL interpolate) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.c228 static void interpolate(const uint8_t *const input, int inlength, function
479 interpolate(out, filteredlength, output, olength);
484 interpolate(input, length, output, olength);
/external/chromium_org/third_party/libyuv/source/
H A Dscale.cc1664 LIBYUV_BOOL interpolate) {
1673 interpolate ? kFilterBox : kFilterNone);
1680 LIBYUV_BOOL interpolate) {
1710 interpolate ? kFilterBox : kFilterNone);
1658 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, LIBYUV_BOOL interpolate) argument
1678 ScaleOffset(const uint8* src, int src_width, int src_height, uint8* dst, int dst_width, int dst_height, int dst_yoffset, LIBYUV_BOOL interpolate) argument
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.cpp197 bool result = interpolate(maker, maker.getInTime());
282 interpolate(maker, maker.fEnableTime);
320 interpolate(maker, maker.fEnableTime);
331 interpolate(maker, maker.fEnableTime);
418 copy->interpolate(maker, step * SK_MSec1);
543 bool SkApply::interpolate(SkAnimateMaker& maker, SkMSec rawTime) { function in class:SkApply
622 // SkDEBUGF(("interpolate: post on end\n"));
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c228 static void interpolate(const uint8_t *const input, int inlength, function
479 interpolate(out, filteredlength, output, olength);
484 interpolate(input, length, output, olength);
/external/skia/src/animator/
H A DSkDisplayApply.cpp197 bool result = interpolate(maker, maker.getInTime());
282 interpolate(maker, maker.fEnableTime);
320 interpolate(maker, maker.fEnableTime);
331 interpolate(maker, maker.fEnableTime);
418 copy->interpolate(maker, step * SK_MSec1);
543 bool SkApply::interpolate(SkAnimateMaker& maker, SkMSec rawTime) { function in class:SkApply
622 // SkDEBUGF(("interpolate: post on end\n"));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c121 unsigned interpolate,
131 assert( interpolate < TGSI_INTERPOLATE_COUNT );
136 declaration.Interpolate = interpolate;
209 tgsi_build_declaration_interp(unsigned interpolate, argument
217 di.Interpolate = interpolate;
118 tgsi_build_declaration( unsigned file, unsigned usage_mask, unsigned interpolate, unsigned dimension, unsigned semantic, unsigned invariant, unsigned local, struct tgsi_header *header ) argument
H A Dtgsi_ureg.c1235 unsigned interpolate,
1254 out[2].decl_interp.Interpolate = interpolate;
1230 emit_decl_fs(struct ureg_program *ureg, unsigned file, unsigned index, unsigned semantic_name, unsigned semantic_index, unsigned interpolate, unsigned cylindrical_wrap, unsigned centroid) argument
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_build.c121 unsigned interpolate,
131 assert( interpolate < TGSI_INTERPOLATE_COUNT );
136 declaration.Interpolate = interpolate;
209 tgsi_build_declaration_interp(unsigned interpolate, argument
217 di.Interpolate = interpolate;
118 tgsi_build_declaration( unsigned file, unsigned usage_mask, unsigned interpolate, unsigned dimension, unsigned semantic, unsigned invariant, unsigned local, struct tgsi_header *header ) argument
H A Dtgsi_ureg.c1235 unsigned interpolate,
1254 out[2].decl_interp.Interpolate = interpolate;
1230 emit_decl_fs(struct ureg_program *ureg, unsigned file, unsigned index, unsigned semantic_name, unsigned semantic_index, unsigned interpolate, unsigned cylindrical_wrap, unsigned centroid) argument
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c3813 int interpolate) {
3835 FilterMode filtering = interpolate ? kFilterBox : kFilterNone;
3853 int interpolate) {
3877 dst_halfwidth, dst_halfwidth, dst_width, aheight, interpolate);
3807 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, int interpolate) argument
3851 ScaleOffset(const uint8* src, int src_width, int src_height, uint8* dst, int dst_width, int dst_height, int dst_yoffset, int interpolate) argument
/external/libyuv/files/source/
H A Dscale.cc2991 bool interpolate) {
3011 FilterMode filtering = interpolate ? kFilterBox : kFilterNone;
3051 bool interpolate) {
3074 dst_halfwidth, dst_halfwidth, dst_width, aheight, interpolate);
2985 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, bool interpolate) argument
3049 ScaleOffset(const uint8* src, int src_width, int src_height, uint8* dst, int dst_width, int dst_height, int dst_yoffset, bool interpolate) argument
/external/chromium_org/third_party/d3/src/
H A Dd3.js1200 function interpolate(t) {
1208 interpolate.duration = S * 1e3;
1209 return interpolate;
3137 function d3_geo_clipPolygon(segments, compare, clipStartInside, interpolate, listener) {
3177 interpolate(current.x, current.n.x, 1, listener);
3185 interpolate(current.x, current.p.x, -1, listener);
3215 function d3_geo_clip(pointVisible, clipLine, interpolate, clipStart) {
3237 d3_geo_clipPolygon(segments, d3_geo_clipSort, clipStartInside, interpolate, listener);
3240 interpolate(null, null, 1, listener);
3249 interpolate(nul
[all...]

Completed in 525 milliseconds

12