/******************************** Author: Sravanthi Kota Venkata ********************************/ #include "sdvbs_common.h" I2D* fResortIndices(F2D* input, int dim, F2D* in, I2D* ind) { int rows, cols; //F2D *in; int i, j, k; //I2D *ind; rows = input->height; cols = input->width; in = fCopy(input, in); //ind = iMallocHandle(rows,cols); for(i=0; i