Home
last modified time | relevance | path

Searched refs:bicubic (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/vdpau/
H A 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 in vlVdpVideoMixerRender()
[all...]
H A Dvdpau_private.h403 } bicubic; member
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dgenpng.c233 define bicubic(x) {
242 s = s + bicubic(x/super);
249 b = bicubic(x/super);
270 bicubic[16][2] = variable
275 /* bicubic sum */
297 /* For [x-2..x+2],[y-2,y+2] calculate the weighted bicubic given a function in alpha_calc()
317 double wy = bicubic[abs(dy)][0]; in alpha_calc()
326 double wx = bicubic[abs(dx)][0]; in alpha_calc()
412 * means close enough to the edge of the square that the bicubic filter has in check_square_filled()
713 * bicubic filte in pixel()
[all...]
/third_party/skia/gm/
H A Dbicubic.cpp12 DEF_SIMPLE_GM(bicubic, canvas, 300, 320) { in DEF_SIMPLE_GM()
/third_party/skia/src/core/
H A DSkRasterPipeline.h86 M(bilinear) M(bicubic) \
/third_party/skia/src/shaders/
H A DSkImageShader.cpp598 p->append(SkRasterPipeline::bicubic, ctx); in doStages()
831 // All bicubic samples have the same fractional offset (fx,fy) from the center. in makeProgram()
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h2580 // Whether bilinear or bicubic, all sample points are at the same fractional offset (fx,fy).
2594 // Bilinear and bicubic filters are both separable, so we produce independent contributions
2636 // In bicubic interpolation, the 16 pixels and +/- 0.5 and +/- 1.5 offsets from the sample
2773 STAGE(bicubic, SkRasterPipeline_SamplerCtx2* ctx) {
4319 NOT_IMPLEMENTED(bicubic)

Completed in 11 milliseconds