/third_party/pixman/test/ |
D | cover-test.c | 167 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/ |
D | vp8dsp_init.c | 151 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/ |
D | scaler.texi | 23 Select fast bilinear scaling algorithm. 25 @item bilinear 26 Select bilinear scaling algorithm. 41 Select bicubic scaling algorithm for the luma component, bilinear for
|
D | swscale.txt | 61 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/ |
D | EXT_framebuffer_multisample_blit_scaled.txt | 64 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/ |
D | EXT_framebuffer_multisample_blit_scaled.txt | 64 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/ |
D | vpx.mak | 106 …+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
|
D | cbs.mak | 120 vp90-2-06-bilinear.webm \
|
/third_party/boost/libs/gil/example/ |
D | README.md | 20 Scales an image using bilinear or nearest-neighbour resampling.
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | index.rst.txt | 59 Rescaling an image using bilinear sampling (requires the optional
|
/third_party/boost/libs/gil/doc/ |
D | index.rst | 59 Rescaling an image using bilinear sampling (requires the optional
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_seamless_cubemap_per_texture.txt | 51 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/ |
D | functional.blend_equation_advanced.txt | 43 modes other than HSL, bilinear comparison is used. in HSL modes fuzzy
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_seamless_cubemap_per_texture.txt | 61 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/ |
D | 6.4.rst | 40 - fixed bug when bilinear sampling 2d textures with borders
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_seamless_cubemap_per_texture.txt | 48 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/ |
D | AMD_seamless_cubemap_per_texture.txt | 48 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/ |
D | Makefile.am | 91 pixman-arm-neon-asm-bilinear.S \
|
D | meson.build | 56 ['pixman-arm-neon-asm.S', 'pixman-arm-neon-asm-bilinear.S']],
|
/third_party/openGLES/extensions/ARM/ |
D | ARM_texture_unnormalized_coordinates.txt | 41 coordinates instead. It also beneficial to keep support for bilinear
|
/third_party/flutter/skia/src/core/ |
D | SkRasterPipeline.h | 83 M(bilinear) M(bicubic) \
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | image.dart | 259 /// 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/ |
D | IMG_texture_filter_cubic.txt | 126 - 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/ |
D | IMG_texture_filter_cubic.txt | 126 - This matches the behaviour of bilinear sampling. 127 - Although the bilinear function is continuous at the junctions
|
/third_party/mindspore/mindspore/nn/layer/ |
D | basic.py | 829 def bilinear(shape, size, scale, align_corners, prim_name=None): function 909 shape = bilinear(x.shape, size, scale_factor, align_corners, self.cls_name)
|