Home
last modified time | relevance | path

Searched refs:interpolate (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dvp8_variance_halfpixvar16x16_hv_armv6.asm45 ; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
49 ; y = (c + d + 1) >> 1, interpolate pixels horizontally on row N+1
53 ; z = (x + y + 1) >> 1, interpolate half pixel values vertically
88 ; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
92 ; y = (c + d + 1) >> 1, interpolate pixels horizontally on row N+1
96 ; z = (x + y + 1) >> 1, interpolate half pixel values vertically
130 ; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
134 ; y = (c + d + 1) >> 1, interpolate pixels horizontally on row N+1
138 ; z = (x + y + 1) >> 1, interpolate half pixel values vertically
170 ; x = (a + b + 1) >> 1, interpolate pixels horizontally on row N
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
Dscale.h55 int interpolate);
60 int interpolate);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c228 static void interpolate(const uint8_t *const input, int inlength, in interpolate() function
479 interpolate(out, filteredlength, output, olength); in resize_multistep()
484 interpolate(input, length, output, olength); in resize_multistep()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c3813 int interpolate) { in Scale() argument
3835 FilterMode filtering = interpolate ? kFilterBox : kFilterNone; in Scale()
3853 int interpolate) { in ScaleOffset() argument
3877 dst_halfwidth, dst_halfwidth, dst_width, aheight, interpolate); in ScaleOffset()