ma 122 libavfilter/vf_colormatrix.c double det = ma * (me * mi - mf * mh) - mb * (md * mi - mf * mg) + mc * (md * mh - me * mg); ma 128 libavfilter/vf_colormatrix.c ime = det * (ma * mi - mc * mg); ma 129 libavfilter/vf_colormatrix.c imf = det * (mc * md - ma * mf); ma 131 libavfilter/vf_colormatrix.c imh = det * (mb * mg - ma * mh); ma 132 libavfilter/vf_colormatrix.c imi = det * (ma * me - mb * md); ma 294 libavfilter/vf_colorspace.c const double (*ma)[3] = ma_tbl[wp_adapt]; ma 302 libavfilter/vf_colorspace.c ff_matrix_invert_3x3(ma, mai); ma 303 libavfilter/vf_colorspace.c rs = ma[0][0] * wp_src->xw + ma[0][1] * wp_src->yw + ma[0][2] * zw_src; ma 304 libavfilter/vf_colorspace.c gs = ma[1][0] * wp_src->xw + ma[1][1] * wp_src->yw + ma[1][2] * zw_src; ma 305 libavfilter/vf_colorspace.c bs = ma[2][0] * wp_src->xw + ma[2][1] * wp_src->yw + ma[2][2] * zw_src; ma 306 libavfilter/vf_colorspace.c rd = ma[0][0] * wp_dst->xw + ma[0][1] * wp_dst->yw + ma[0][2] * zw_dst; ma 307 libavfilter/vf_colorspace.c gd = ma[1][0] * wp_dst->xw + ma[1][1] * wp_dst->yw + ma[1][2] * zw_dst; ma 308 libavfilter/vf_colorspace.c bd = ma[2][0] * wp_dst->xw + ma[2][1] * wp_dst->yw + ma[2][2] * zw_dst; ma 313 libavfilter/vf_colorspace.c ff_matrix_mul_3x3(tmp, ma, fac); ma 79 libavfilter/vf_removegrain.c const int ma = FFMAX(FFMAX(FFMAX(a1, a2), FFMAX(a3, a4)), FFMAX(FFMAX(a5, a6), FFMAX(a7, a8))); ma 81 libavfilter/vf_removegrain.c return av_clip(c, mi, ma); ma 390 libavfilter/vf_removegrain.c const int ma = FFMAX(FFMAX(l1h, l2h), FFMAX(l3h, l4h)); ma 392 libavfilter/vf_removegrain.c return av_clip(c, mi, ma); ma 403 libavfilter/vf_removegrain.c const int ma = FFMAX(FFMAX(l1, l2), FFMAX(l3, l4)); ma 405 libavfilter/vf_removegrain.c return av_clip(c, mi, ma);