• Home
  • Raw
  • Download

Lines Matching refs:matE

101 	if( w0L == 0 || h0L == 0 || bts_Flt16Mat2D_det( &altPtrA->matE ) == 0 )  in bim_filterWarpInterpolation()
112 if( invAltL.matE.bbpE <= 16 ) in bim_filterWarpInterpolation()
114 uint32 shlL = 16 - invAltL.matE.bbpE; in bim_filterWarpInterpolation()
115 mxxL = invAltL.matE.xxE << shlL; in bim_filterWarpInterpolation()
116 mxyL = invAltL.matE.xyE << shlL; in bim_filterWarpInterpolation()
117 myxL = invAltL.matE.yxE << shlL; in bim_filterWarpInterpolation()
118 myyL = invAltL.matE.yyE << shlL; in bim_filterWarpInterpolation()
122 uint32 shrL = invAltL.matE.bbpE - 16; in bim_filterWarpInterpolation()
123 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
124 mxyL = ( ( invAltL.matE.xyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
125 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
126 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpInterpolation()
433 if( w0L == 0 || h0L == 0 || bts_Flt16Mat2D_det( &altPtrA->matE ) == 0 ) in bim_filterWarpPixelReplication()
444 if( invAltL.matE.bbpE <= 16 ) in bim_filterWarpPixelReplication()
446 uint32 shlL = 16 - invAltL.matE.bbpE; in bim_filterWarpPixelReplication()
447 mxxL = invAltL.matE.xxE << shlL; in bim_filterWarpPixelReplication()
448 mxyL = invAltL.matE.xyE << shlL; in bim_filterWarpPixelReplication()
449 myxL = invAltL.matE.yxE << shlL; in bim_filterWarpPixelReplication()
450 myyL = invAltL.matE.yyE << shlL; in bim_filterWarpPixelReplication()
454 uint32 shrL = invAltL.matE.bbpE - 16; in bim_filterWarpPixelReplication()
455 mxxL = ( ( invAltL.matE.xxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()
456 mxyL = ( ( invAltL.matE.xyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()
457 myxL = ( ( invAltL.matE.yxE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()
458 myyL = ( ( invAltL.matE.yyE >> ( shrL - 1 ) ) + 1 ) >> 1; in bim_filterWarpPixelReplication()