Home
last modified time | relevance | path

Searched refs:MITCHELL_B (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/imaging/
H A DossimFilter.h434 #define MITCHELL_B (1.0/3.0) in filter() macro
436 #define MITCHELL_P0 (( 6.0- 2.0*MITCHELL_B )/6.0) in filter()
437 #define MITCHELL_P2 ((-18.0+12.0*MITCHELL_B+ 6.0*MITCHELL_C)/6.0) in filter()
438 #define MITCHELL_P3 (( 12.0- 9.0*MITCHELL_B- 6.0*MITCHELL_C)/6.0) in filter()
439 #define MITCHELL_Q0 (( 8.0*MITCHELL_B+24.0*MITCHELL_C)/6.0) in filter()
440 #define MITCHELL_Q1 (( -12.0*MITCHELL_B-48.0*MITCHELL_C)/6.0) in filter()
441 #define MITCHELL_Q2 (( 6.0*MITCHELL_B+30.0*MITCHELL_C)/6.0) in filter()
442 #define MITCHELL_Q3 (( - 1.0*MITCHELL_B- 6.0*MITCHELL_C)/6.0) in filter()