Searched defs:BicubicData (Results 1 – 1 of 1) sorted by relevance
34 struct BicubicData { struct35 int res_x;36 int res_y;37 int src_col_l;38 int src_row_l;39 int src_col_r;40 int src_row_r;41 int pos_pixel[8];42 int u_w[4];43 int v_w[4];