Searched refs:bicubic (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A 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 in vlVdpVideoMixerRender() [all...] |
H A D | vdpau_private.h | 403 } bicubic; member
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | genpng.c | 233 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 D | bicubic.cpp | 12 DEF_SIMPLE_GM(bicubic, canvas, 300, 320) { in DEF_SIMPLE_GM()
|
/third_party/skia/src/core/ |
H A D | SkRasterPipeline.h | 86 M(bilinear) M(bicubic) \
|
/third_party/skia/src/shaders/ |
H A D | SkImageShader.cpp | 598 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 D | SkRasterPipeline_opts.h | 2580 // 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