Searched refs:a1L (Results 1 – 3 of 3) sorted by relevance
154 uint32 a1L = ( axxL > ayxL ) ? axxL : ayxL; in bim_filterWarpInterpolation() local157 uint32 invScaleL = ( a1L < a2L ) ? a1L : a2L; in bim_filterWarpInterpolation()486 uint32 a1L = ( axxL > ayxL ) ? axxL : ayxL; in bim_filterWarpPixelReplication() local489 uint32 invScaleL = ( a1L < a2L ) ? a1L : a2L; in bim_filterWarpPixelReplication()
1121 int32 x1L, y1L, s1L, a1L; in bbf_Scanner_removeOutOverlaps() local1144 a1L = outArrL[ maxIdxL * 4 + 3 ]; in bbf_Scanner_removeOutOverlaps()1154 outArrL[ begIdxL * 4 + 3 ] = a1L; in bbf_Scanner_removeOutOverlaps()1232 int32 a1L = ( int32 )0x80000000; in bbf_Scanner_removeIntOverlaps() local1239 if( actArrL[ iL ] > a1L ) in bbf_Scanner_removeIntOverlaps()1241 a1L = actArrL[ iL ]; in bbf_Scanner_removeIntOverlaps()1251 actArrL[ begIdxL ] = a1L; in bbf_Scanner_removeIntOverlaps()
227 %a1L = zext i32 %a1 to i64228 %s1 = add i64 %a0, %a1L