/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 | 406 } 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,
|
/third_party/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/flutter/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/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/flutter/skia/src/gpu/ |
D | SkGpuDevice.h | 198 bool bicubic); 208 bool bicubic,
|
D | SkGpuDevice.cpp | 839 bool bicubic) { in drawTiledBitmap() argument 880 if (GrSamplerState::Filter::kNearest != params.filter() || bicubic) { in drawTiledBitmap() 893 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1; in drawTiledBitmap() 910 bicubic, in drawTiledBitmap() 924 bool bicubic, in drawBitmapTile() argument 964 if (bicubic) { in drawBitmapTile() 972 } else if (bicubic) { in drawBitmapTile()
|
/third_party/flutter/skia/src/core/ |
D | SkRasterPipeline.h | 83 M(bilinear) M(bicubic) \
|
/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/flutter/skia/src/shaders/ |
D | SkImageShader.cpp | 539 p->append(SkRasterPipeline::bicubic, ctx); in doStages()
|
/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/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/skia/src/shaders/ |
D | SkImageShader.cpp | 598 p->append(SkRasterPipeline::bicubic, ctx); in doStages()
|
/third_party/boost/libs/qvm/doc/out/ |
D | zajo-dark.css | 49 img{-ms-interpolation-mode:bicubic}
|
D | zajo-light.css | 49 img{-ms-interpolation-mode:bicubic}
|
/third_party/boost/libs/qvm/doc/ |
D | zajo.css | 49 img{-ms-interpolation-mode:bicubic}
|
D | zajo-light.css | 49 img{-ms-interpolation-mode:bicubic}
|