Functions | |
| void | bilinear_resample_channel (coeff_t **input_channel, coeff_t **output_channel, int input_width, int input_height, int output_width, int output_height) |
| void bilinear_resample_channel | ( | coeff_t ** | input_channel, | |
| coeff_t ** | output_channel, | |||
| int | input_width, | |||
| int | input_height, | |||
| int | output_width, | |||
| int | output_height | |||
| ) |
Bilinear channel resampling
This function performes bilinear channel resampling.
| input_channel | Input channel | |
| output_channel | Output channel | |
| input_width | Input channel width | |
| input_height | Input channel height | |
| output_width | Output channel width | |
| output_height | Output channel height |
VOID Referenced by eps_decode_truecolor_block(), and eps_encode_truecolor_block().
1.5.6