Home
last modified time | relevance | path

Searched refs:ei_fh (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/xc/drv/ace/
H A DMsAce.c1976 MS_S64 ei_fh = (MS_S64)e*i - (MS_S64)f*h; // a b c a in msACE_HDR_MatrixInvGen() local
1986 MS_S64 det = a*ei_fh + b*fg_di + c*dh_eg; in msACE_HDR_MatrixInvGen()
1988 Minv[0][0] = ei_fh * 2500000000LL / det; in msACE_HDR_MatrixInvGen()