Public Member Functions | |
| DECLARE_ALIGNED_8 (int16_t, h_filters[NB_PHASES][NB_TAPS]) | |
| DECLARE_ALIGNED_8 (int16_t, v_filters[NB_PHASES][NB_TAPS]) | |
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 |
| uint8_t * | line_buf |
Definition at line 56 of file imgresample.c.
| ImgReSampleContext::DECLARE_ALIGNED_8 | ( | int16_t | , | |
| h_filters | [NB_PHASES][NB_TAPS] | |||
| ) |
| ImgReSampleContext::DECLARE_ALIGNED_8 | ( | int16_t | , | |
| v_filters | [NB_PHASES][NB_TAPS] | |||
| ) |
Definition at line 57 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 57 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 58 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 58 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 58 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 58 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 59 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 59 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 60 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 60 of file imgresample.c.
Referenced by img_resample(), and img_resample_full_init().
Definition at line 61 of file imgresample.c.
Referenced by component_resample(), and img_resample_full_init().
Definition at line 61 of file imgresample.c.
Referenced by component_resample(), and img_resample_full_init().
Definition at line 64 of file imgresample.c.
Referenced by component_resample(), img_resample_close(), and img_resample_full_init().
1.5.6