Home
last modified time | relevance | path

Searched refs:bicubic (Results 1 – 25 of 38) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/vdpau/
Dmixer.c119 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 …]
Dvdpau_private.h406 } bicubic; member
/third_party/ffmpeg/doc/
Dscaler.texi18 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.
Dswscale.txt88 There are several different scalers (bilinear, bicubic, lanczos, area,
/third_party/libpng/contrib/tools/
Dgenpng.c233 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/
Dgenpng.c233 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/
Dgenpng.c233 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/
Dbicubic.cpp12 DEF_SIMPLE_GM(bicubic, canvas, 300, 320) {
/third_party/flutter/skia/src/gpu/
DSkGpuDevice.h198 bool bicubic);
208 bool bicubic,
DSkGpuDevice.cpp839 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/
DSkRasterPipeline.h83 M(bilinear) M(bicubic) \
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_texture_filter_cubic.txt48 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/
DIMG_texture_filter_cubic.txt48 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/
DSkRasterPipeline.h86 M(bilinear) M(bicubic) \
/third_party/flutter/skia/src/shaders/
DSkImageShader.cpp539 p->append(SkRasterPipeline::bicubic, ctx); in doStages()
/third_party/skia/gn/
Dgm.gni37 "$_gm/bicubic.cpp",
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_pixel_transform.txt241 For the purpose of performing bicubic interpolation along the outer
/third_party/openGLES/extensions/EXT/
DEXT_pixel_transform.txt241 For the purpose of performing bicubic interpolation along the outer
/third_party/openGLES/extensions/HP/
DHP_image_transform.txt215 For the purpose of performing bicubic interpolation along the outer
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_image_transform.txt215 For the purpose of performing bicubic interpolation along the outer
/third_party/skia/src/shaders/
DSkImageShader.cpp598 p->append(SkRasterPipeline::bicubic, ctx); in doStages()
/third_party/boost/libs/qvm/doc/out/
Dzajo-dark.css49 img{-ms-interpolation-mode:bicubic}
Dzajo-light.css49 img{-ms-interpolation-mode:bicubic}
/third_party/boost/libs/qvm/doc/
Dzajo.css49 img{-ms-interpolation-mode:bicubic}
Dzajo-light.css49 img{-ms-interpolation-mode:bicubic}

12