HomeSort by relevance Sort by last modified time
    Searched defs:bicubic (Results 1 - 2 of 2) sorted by null

  /external/libpng/contrib/tools/
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
317 double wy = bicubic[abs(dy)][0];
326 double wx = bicubic[abs(dx)][0];
412 * means close enough to the edge of the square that the bicubic filter has
713 * bicubic filter
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 374 } bicubic; member in struct:__anon30241

Completed in 560 milliseconds