/******************************** Author: Sravanthi Kota Venkata ********************************/ #include "sdvbs_common.h" I2D* iHorzcat(I2D* a, I2D* b) { I2D *out, *c; int rows=0, cols=0, i, j, k, c_1, c_2, r_3, c_3; int r_1; r_1 = a->height; c_1 = a->width; cols += c_1; c_2 = b->width; cols += c_2; rows = r_1; out = iMallocHandle(rows, cols); for(i=0; i