/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | mixer.c | 119 vmixer->bicubic.supported = true; in vlVdpVideoMixerCreate() 213 if (vmixer->bicubic.filter) { in vlVdpVideoMixerDestroy() 214 vl_bicubic_filter_cleanup(vmixer->bicubic.filter); in vlVdpVideoMixerDestroy() 215 FREE(vmixer->bicubic.filter); in vlVdpVideoMixerDestroy() 347 if (vmixer->bicubic.filter || vmixer->sharpness.filter || vmixer->noise_reduction.filter) { in vlVdpVideoMixerRender() 358 if (!vmixer->bicubic.filter) { in vlVdpVideoMixerRender() 383 if (!vmixer->bicubic.filter) { in vlVdpVideoMixerRender() 407 if (!vmixer->sharpness.filter && !vmixer->bicubic.filter) { in vlVdpVideoMixerRender() 428 if (!vmixer->bicubic.filter) { in vlVdpVideoMixerRender() 448 if (vmixer->bicubic.filter) in vlVdpVideoMixerRender() [all …]
|
D | vdpau_private.h | 403 } bicubic; member
|
/third_party/ffmpeg/doc/ |
D | scaler.texi | 18 value is @samp{bicubic}. 28 @item bicubic 29 Select bicubic scaling algorithm. 41 Select bicubic scaling algorithm for the luma component, bilinear for 55 Select natural bicubic spline rescaling algorithm.
|
D | swscale.txt | 88 There are several different scalers (bilinear, bicubic, lanczos, area,
|
D | APIchanges | 1615 Change default scaler to bicubic
|
D | filters.texi | 18868 input upscaled using bicubic upscaling with proper scale factor. 20808 Convert equirectangular video to cubemap with 3x2 layout and 1% padding using bicubic interpolation: 21209 @item bicubic 22328 @item bicubic 22487 Parameter A for scaling filters. Parameter "b" for bicubic, and the number of 22491 Parameter B for scaling filters. Parameter "c" for bicubic.
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | genpng.c | 233 define bicubic(x) { 242 s = s + bicubic(x/super); 249 b = bicubic(x/super); 270 bicubic[16][2] = variable 317 double wy = bicubic[abs(dy)][0]; in alpha_calc() 326 double wx = bicubic[abs(dx)][0]; in alpha_calc()
|
/third_party/skia/gm/ |
D | bicubic.cpp | 12 DEF_SIMPLE_GM(bicubic, canvas, 300, 320) {
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_IMG_filter_cubic.txt | 17 to Vulkan, using a Catmull-Rom bicubic filter.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_texture_filter_cubic.txt | 48 a Catmull-Rom bicubic filter. Performing this kind of filtering can be done 135 samples needed for a bicubic filter, each row is evaluated in turn,
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_texture_filter_cubic.txt | 48 a Catmull-Rom bicubic filter. Performing this kind of filtering can be done 135 samples needed for a bicubic filter, each row is evaluated in turn,
|
/third_party/skia/src/core/ |
D | SkRasterPipeline.h | 86 M(bilinear) M(bicubic) \
|
/third_party/skia/gn/ |
D | gm.gni | 37 "$_gm/bicubic.cpp",
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_pixel_transform.txt | 241 For the purpose of performing bicubic interpolation along the outer
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_pixel_transform.txt | 241 For the purpose of performing bicubic interpolation along the outer
|
/third_party/openGLES/extensions/HP/ |
D | HP_image_transform.txt | 215 For the purpose of performing bicubic interpolation along the outer
|
/third_party/skia/src/shaders/ |
D | SkImageShader.cpp | 598 p->append(SkRasterPipeline::bicubic, ctx); in doStages()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/ |
D | HP_image_transform.txt | 215 For the purpose of performing bicubic interpolation along the outer
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/ |
D | khronos.css | 142 img { -ms-interpolation-mode: bicubic; }
|
/third_party/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 2773 STAGE(bicubic, SkRasterPipeline_SamplerCtx2* ctx) { in STAGE() argument 4319 NOT_IMPLEMENTED(bicubic)
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_tessellation_shader.txt | 2903 linear, bicubic, and other polynomial evaluations)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_tessellation_shader.txt | 2893 linear, bicubic, and other polynomial evaluations)
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 13539 encoder. added bilinear and bicubic interpolation to the
|