Searched refs:bts_maxAbsIntLog2Of4 (Results 1 – 5 of 5) sorted by relevance
/external/neven/Embedded/common/src/b_TensorEm/ |
D | Int16Mat2D.c | 120 uint32 shiftL = bts_maxAbsIntLog2Of4( xxL, xyL, yxL, yyL ) - 15; in bts_Int16Mat2D_scale() 152 uint32 shiftL = bts_maxAbsIntLog2Of4( xxL, xyL, yxL, yyL ) - 15; in bts_Int16Mat2D_mul()
|
D | Functions.h | 62 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A );
|
D | Functions.c | 63 uint32 bts_maxAbsIntLog2Of4( int32 v1A, int32 v2A, int32 v3A, int32 v4A ) in bts_maxAbsIntLog2Of4() function
|
D | Cluster2D.c | 767 bitsTaken0L = bts_maxAbsIntLog2Of4( pxqxL, pxqyL, pyqxL, pyqyL ) + 1; in bts_Cluster2D_alt() 908 uint32 bitsTaken0L = bts_maxAbsIntLog2Of4( pxpxL, pypyL, pxpyL, pxpyL ) + 1; in bts_Cluster2D_alt() 942 bitsTaken1L = bts_maxAbsIntLog2Of4( pxqxL, pxqyL, pyqxL, pyqyL ) + 1; in bts_Cluster2D_alt() 957 highestBitL = bts_maxAbsIntLog2Of4( xxL, xyL, yxL, yyL ) + 1; in bts_Cluster2D_alt()
|
D | Flt16Mat2D.c | 250 int32 shiftL = bts_maxAbsIntLog2Of4( xxA, xyA, yxA, yyA ) - 13; in bts_Flt16Mat2D_create32()
|