Home
last modified time | relevance | path

Searched refs:bilinear (Results 1 – 25 of 52) sorted by relevance

123

/third_party/pixman/test/
Dcover-test.c167 pixman_bool_t bilinear) in calc_translate() argument
173 ref_src = bilinear ? pixman_fixed_1 / 2 : pixman_fixed_e; in calc_translate()
179 bilinear * pixman_fixed_1 / 2; in calc_translate()
221 pixman_bool_t bilinear) in check_transform() argument
237 if (bilinear) in check_transform()
260 pixman_bool_t bilinear; in test_cover() local
304 bilinear = prng_rand_n (2); in test_cover()
305 filter = bilinear ? PIXMAN_FILTER_BILINEAR : PIXMAN_FILTER_NEAREST; in test_cover()
324 x_scale, left_align, bilinear); in test_cover()
327 y_scale, top_align, bilinear); in test_cover()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Dvp8dsp_init.c151 TAP_W8 (mmxext, bilinear, h)
152 TAP_W16(mmxext, bilinear, h)
153 TAP_W8 (mmxext, bilinear, v)
154 TAP_W16(mmxext, bilinear, v)
159 TAP_W16(sse2, bilinear, h)
160 TAP_W16(sse2, bilinear, v)
164 TAP_W16(ssse3, bilinear, h)
165 TAP_W16(ssse3, bilinear, v)
/third_party/ffmpeg/doc/
Dscaler.texi23 Select fast bilinear scaling algorithm.
25 @item bilinear
26 Select bilinear scaling algorithm.
41 Select bicubic scaling algorithm for the luma component, bilinear for
Dswscale.txt61 the fast bilinear scaler that is made of runtime-generated MMXEXT code
73 * bilinear converters (C, MMX and accurate MMX)
88 There are several different scalers (bilinear, bicubic, lanczos, area,
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_multisample_blit_scaled.txt64 done with a simple bilinear filter.
182 SCALED_RESOLVE_FASTEST_EXT is implemented with a simple bilinear
191 bilinear filter.
253 pixel will be accessed as part of a simple bilinear filter
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_multisample_blit_scaled.txt64 done with a simple bilinear filter.
182 SCALED_RESOLVE_FASTEST_EXT is implemented with a simple bilinear
191 bilinear filter.
253 pixel will be accessed as part of a simple bilinear filter
/third_party/ffmpeg/tests/fate/
Dvpx.mak106 …+bitexact -i $(TARGET_SAMPLES)/vp8/frame_size_change.webm -frames:v 30 -sws_flags bitexact+bilinear
146 $(eval $(call FATE_VP9_SUITE,06-bilinear))
163 … -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-05-resize.ivf -s 352x288 -sws_flags bitexact+bilinear
Dcbs.mak120 vp90-2-06-bilinear.webm \
/third_party/boost/libs/gil/example/
DREADME.md20 Scales an image using bilinear or nearest-neighbour resampling.
/third_party/boost/libs/gil/doc/html/_sources/
Dindex.rst.txt59 Rescaling an image using bilinear sampling (requires the optional
/third_party/boost/libs/gil/doc/
Dindex.rst59 Rescaling an image using bilinear sampling (requires the optional
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_seamless_cubemap_per_texture.txt51 the final, bilinear sample values are taken from the same cube face. The
57 taps of a bilinear sample from a different face, spanning face boundaries
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt43 modes other than HSL, bilinear comparison is used. in HSL modes fuzzy
/third_party/openGLES/extensions/ARB/
DARB_seamless_cubemap_per_texture.txt61 the final, bilinear sample values are taken from the same cube face. The
67 taps of a bilinear sample from a different face, spanning face boundaries
/third_party/mesa3d/docs/relnotes/
D6.4.rst40 - fixed bug when bilinear sampling 2d textures with borders
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_seamless_cubemap_per_texture.txt48 the final, bilinear sample values are taken from the same cube face. The
53 an implementation could take each of the taps of a bilinear sample from
/third_party/openGLES/extensions/AMD/
DAMD_seamless_cubemap_per_texture.txt48 the final, bilinear sample values are taken from the same cube face. The
53 an implementation could take each of the taps of a bilinear sample from
/third_party/pixman/pixman/
DMakefile.am91 pixman-arm-neon-asm-bilinear.S \
Dmeson.build56 ['pixman-arm-neon-asm.S', 'pixman-arm-neon-asm-bilinear.S']],
/third_party/openGLES/extensions/ARM/
DARM_texture_unnormalized_coordinates.txt41 coordinates instead. It also beneficial to keep support for bilinear
/third_party/flutter/skia/src/core/
DSkRasterPipeline.h83 M(bilinear) M(bicubic) \
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dimage.dart259 /// which corresponds to bilinear interpolation, rather than the default
304 /// which corresponds to bilinear interpolation, rather than the default
348 /// which corresponds to bilinear interpolation, rather than the default
416 /// which corresponds to bilinear interpolation, rather than the default
547 /// which corresponds to bilinear interpolation, rather than the default
766 /// bilinear interpolation, or the [FilterQuality.none] which corresponds
/third_party/openGLES/extensions/IMG/
DIMG_texture_filter_cubic.txt126 - This matches the behaviour of bilinear sampling.
127 - Although the bilinear function is continuous at the junctions
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_texture_filter_cubic.txt126 - This matches the behaviour of bilinear sampling.
127 - Although the bilinear function is continuous at the junctions
/third_party/mindspore/mindspore/nn/layer/
Dbasic.py829 def bilinear(shape, size, scale, align_corners, prim_name=None): function
909 shape = bilinear(x.shape, size, scale_factor, align_corners, self.cls_name)

123