Public Member Functions | |
| DownSampleConfig () | |
| int | equivalent (DownSampleConfig &that) |
| void | copy_from (DownSampleConfig &that) |
| void | interpolate (DownSampleConfig &prev, DownSampleConfig &next, int64_t prev_frame, int64_t next_frame, int64_t current_frame) |
Data Fields | |
| int | horizontal_x |
| int | vertical_y |
| int | horizontal |
| int | vertical |
| int | r |
| int | g |
| int | b |
| int | a |
Definition at line 28 of file downsample.C.
| DownSampleConfig::DownSampleConfig | ( | ) |
| int DownSampleConfig::equivalent | ( | DownSampleConfig & | that | ) |
Definition at line 178 of file downsample.C.
References a, b, g, horizontal, horizontal_x, r, vertical, and vertical_y.
| void DownSampleConfig::copy_from | ( | DownSampleConfig & | that | ) |
Definition at line 191 of file downsample.C.
References a, b, g, horizontal, horizontal_x, r, vertical, and vertical_y.
| void DownSampleConfig::interpolate | ( | DownSampleConfig & | prev, | |
| DownSampleConfig & | next, | |||
| int64_t | prev_frame, | |||
| int64_t | next_frame, | |||
| int64_t | current_frame | |||
| ) |
Definition at line 203 of file downsample.C.
References a, b, g, horizontal, horizontal_x, r, vertical, and vertical_y.
Definition at line 41 of file downsample.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 42 of file downsample.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 43 of file downsample.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 44 of file downsample.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 45 of file downsample.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 46 of file downsample.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 47 of file downsample.C.
Referenced by copy_from(), equivalent(), and interpolate().
Definition at line 48 of file downsample.C.
Referenced by copy_from(), equivalent(), and interpolate().
1.5.5