Data Fields | |
| int | iwidth |
| int | iheight |
| int | owidth |
| int | oheight |
| int | topBand |
| int | bottomBand |
| int | leftBand |
| int | rightBand |
| int | padtop |
| int | padbottom |
| int | padleft |
| int | padright |
| int | pad_owidth |
| int | pad_oheight |
| int | h_incr |
| int | v_incr |
| int16_t h_filters[NB_PHASES][NB_TAPS] | __align8 |
| int16_t v_filters[NB_PHASES][NB_TAPS] | __align8 |
| uint8_t * | line_buf |
Definition at line 47 of file imgresample.c.
Definition at line 48 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 48 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 49 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 49 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 49 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 49 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 50 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 50 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 51 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 51 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 52 of file imgresample.c.
Referenced by component_resample(), and img_resample_full_init().
Definition at line 52 of file imgresample.c.
Referenced by component_resample(), and img_resample_full_init().
| int16_t h_filters [NB_PHASES][NB_TAPS] ImgReSampleContext::__align8 |
Definition at line 53 of file imgresample.c.
| int16_t v_filters [NB_PHASES][NB_TAPS] ImgReSampleContext::__align8 |
Definition at line 54 of file imgresample.c.
| uint8_t* ImgReSampleContext::line_buf |
Definition at line 55 of file imgresample.c.
Referenced by component_resample(), img_resample_close(), and img_resample_full_init().
1.5.5