Resampling


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)

Detailed Description


Function Documentation

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.

Parameters:
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
Returns:
VOID
Note:
Input and output dimensions must be greater than 1.

Referenced by eps_decode_truecolor_block(), and eps_encode_truecolor_block().


Generated on Fri May 27 14:50:00 2011 for EPSILON by  doxygen 1.5.6