Home | History | Annotate | Download | only in util

Lines Matching refs:cj

121 #define FILTER_SUM_3D(Aj, Ak, Bj, Bk, Cj, Ck, Dj, Dk) \
124 + (unsigned) Cj + (unsigned) Ck \
150 const float cj = util_half_to_float(rowC[j][e]); \
154 dst[i][e] = util_float_to_half((aj + ak + bj + bk + cj + ck + dj + dk) \