/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | mixer.c | 120 vmixer->bicubic.supported = true; in vlVdpVideoMixerCreate() 215 if (vmixer->bicubic.filter) { in vlVdpVideoMixerDestroy() 216 vl_bicubic_filter_cleanup(vmixer->bicubic.filter); in vlVdpVideoMixerDestroy() 217 FREE(vmixer->bicubic.filter); in vlVdpVideoMixerDestroy() 346 if (vmixer->bicubic.filter || vmixer->sharpness.filter || vmixer->noise_reduction.filter) { in vlVdpVideoMixerRender() 357 if (!vmixer->bicubic.filter) { in vlVdpVideoMixerRender() 382 if (!vmixer->bicubic.filter) { in vlVdpVideoMixerRender() 406 if (!vmixer->sharpness.filter && !vmixer->bicubic.filter) { in vlVdpVideoMixerRender() 427 if (!vmixer->bicubic.filter) { in vlVdpVideoMixerRender() 447 if (vmixer->bicubic.filter) in vlVdpVideoMixerRender() [all …]
|
D | vdpau_private.h | 378 } bicubic; member
|
/external/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()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ResizeBicubicGrad.pbtxt | 32 summary: "Computes the gradient of bicubic interpolation."
|
D | api_def_ResizeBicubic.pbtxt | 30 summary: "Resize `images` to `size` using bicubic interpolation."
|
/external/skia/src/gpu/ |
D | SkGpuDevice.h | 213 bool bicubic); 223 bool bicubic,
|
D | SkGpuDevice.cpp | 858 bool bicubic) { in drawTiledBitmap() argument 899 if (GrSamplerState::Filter::kNearest != params.filter() || bicubic) { in drawTiledBitmap() 912 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1; in drawTiledBitmap() 929 bicubic, in drawTiledBitmap() 943 bool bicubic, in drawBitmapTile() argument 983 if (bicubic) { in drawBitmapTile() 989 } else if (bicubic) { in drawBitmapTile()
|
/external/skqp/src/gpu/ |
D | SkGpuDevice.h | 198 bool bicubic); 208 bool bicubic,
|
D | SkGpuDevice.cpp | 896 bool bicubic) { in drawTiledBitmap() argument 937 if (GrSamplerState::Filter::kNearest != params.filter() || bicubic) { in drawTiledBitmap() 950 int outset = bicubic ? GrBicubicEffect::kFilterTexelPad : 1; in drawTiledBitmap() 967 bicubic, in drawTiledBitmap() 981 bool bicubic, in drawBitmapTile() argument 1021 if (bicubic) { in drawBitmapTile() 1027 } else if (bicubic) { in drawBitmapTile()
|
/external/libaom/libaom/av1/encoder/ |
D | global_motion.c | 387 double bicubic(unsigned char *ref, double x, double y, int stride) { in bicubic() function 458 return clamp((int)(bicubic(ref, x, y, stride) + 0.5), 0, 255); in interpolate()
|
/external/skqp/docs/ |
D | undocumented.bmh | 327 #Substitute bicubic filter
|
/external/skia/docs/ |
D | undocumented.bmh | 327 #Substitute bicubic filter
|
/external/skia/site/user/api/ |
D | SkPixmap_Reference.md | 1847 …lity</a> is slowest, typically implemented with <a href='undocumented#BiCubic'>bicubic filter</a>.
|
D | SkImage_Reference.md | 2170 …lity</a> is slowest, typically implemented with <a href='undocumented#BiCubic'>bicubic filter</a>.
|
/external/skqp/site/user/api/ |
D | SkPixmap_Reference.md | 1847 …lity</a> is slowest, typically implemented with <a href='undocumented#BiCubic'>bicubic filter</a>.
|
D | SkImage_Reference.md | 2170 …lity</a> is slowest, typically implemented with <a href='undocumented#BiCubic'>bicubic filter</a>.
|
/external/okhttp/website/static/ |
D | bootstrap-combined.min.css | 9 …uto;max-width:100%;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}#map_canvas img,.…
|
/external/doclava/res/assets/templates-sdk/assets/css/ |
D | default.css | 154 -ms-interpolation-mode: bicubic;
|