/******************************** Author: Sravanthi Kota Venkata ********************************/ #include "sdvbs_common.h" I2D* iSort(I2D* in, int dim) { I2D *sorted; int rows, cols, i, j, k, temp; rows = in->height; cols = in->width; sorted = iDeepCopy(in); for(k=0; k