Searched refs:icoeff (Results 1 – 2 of 2) sorted by relevance
53 float icoeff[4][4]; member184 s->icoeff[j][c] = 0; in build_map()185 s->icoeff[j][c] = 0; in build_map()186 s->icoeff[j][c] = 0; in build_map()189 s->icoeff[c+1][c] = 1.f; in build_map()195 s->icoeff[c][1+c] = s->target[0][c] / div; in build_map()207 s->icoeff[0 ][c] = b[0]; in build_map()208 s->icoeff[1+c][c] = b[1]; in build_map()230 s->icoeff[0][c] = b[didx[c][0]]; in build_map()231 s->icoeff[1][c] = b[didx[c][1]]; in build_map()[all …]
93 static const double icoeff[2][5] = { variable133 double sum_l = src_l[x * linesize] * icoeff[0][0]; in compose()134 double sum_h = src_h[x * linesize] * icoeff[1][0]; in compose()139 sum_l += icoeff[0][i] * (src_l[x0] + src_l[x1]); in compose()140 sum_h += icoeff[1][i] * (src_h[x0] + src_h[x1]); in compose()