/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | fastquant_inline.h | 30 __inline int32 aan_scale(int32 q_value, int32 coeff, int32 round, int32 QPdiv2) in aan_scale() 83 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() 174 int32 round, int32 QPdiv2) in aan_scale() 221 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() 269 int32 round, int32 QPdiv2) in aan_scale() 317 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() 429 int32 round, int32 QPdiv2) in aan_scale() 510 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb()
|
H A D | dct.cpp | 42 Int round; in BlockDCT_AANwSub() local 271 Int round; in Block4x4DCT_AANwSub() local 477 Int round; in Block2x2DCT_AANwSub() local 656 Int round; in BlockDCT_AANIntra() local 867 Int round; in Block4x4DCT_AANIntra() local 1054 Int round; in Block2x2DCT_AANIntra() local
|
H A D | fastquant.cpp | 159 Int round = 1 << 15; in BlockQuantDequantH263Inter() local 278 Int round = 1 << 15; in BlockQuantDequantH263Intra() local 553 Int round = 1 << 15; in BlockQuantDequantMPEGInter() local 682 Int round = 1 << 15; in BlockQuantDequantMPEGIntra() local
|
H A D | dct_inline.h | 38 __inline int32 mla392(int32 k0, int32 k14, int32 round) in mla392() 123 __inline int32 mla392(int32 k0, int32 k14, int32 round) in mla392() 187 __inline int32 mla392(int32 k0, int32 k14, int32 round) in mla392() 285 __inline int32 mla392(int32 k0, int32 k14, int32 round) in mla392()
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_round.c | 38 round(double x) in round() function
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | FastMath.java | 32 public static int round(float value) { in round() method in FastMath
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | SchedulerUtils.h | 82 static inline T round(float f) { in round() function
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
H A D | mlmath.h | 22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro 58 #define round(x) (((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
H A D | mlmath.h | 22 #define round(x)(((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro 58 #define round(x) (((double)((long long)((x)>0?(x)+.5:(x)-.5)))) macro
|
/aosp12/frameworks/av/media/libeffects/loudness/common/core/ |
H A D | math.h | 81 inline T round(const T &x) { in round() function
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipSurfaceTransactionHelper.java | 184 public PipSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash, in round() method in PipSurfaceTransactionHelper 194 public PipSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash, in round() method in PipSurfaceTransactionHelper
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/ |
H A D | OneHandedSurfaceTransactionHelper.java | 76 OneHandedSurfaceTransactionHelper round(SurfaceControl.Transaction tx, SurfaceControl leash) { in round() method in OneHandedSurfaceTransactionHelper
|
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/ |
H A D | CarLauncherDisplayAreaTransactionHelper.java | 83 CarLauncherDisplayAreaTransactionHelper round( in round() method in CarLauncherDisplayAreaTransactionHelper
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | DnsResolverTest.java | 446 int round = 0; in testRawQueryCancel() local 475 int round = 0; in testRawQueryBlobCancel() local 635 int round = 0; in testQueryCancelForInetAddress() local
|
/aosp12/art/runtime/arch/ |
H A D | memcmp16_test.cc | 53 for (size_t round = 0; round < kMemCmp16Rounds; ++round) { in CheckSeparate() local
|
/aosp12/bionic/tests/ |
H A D | elftls_dl_test.cpp | 226 for (int round = 0; round < 2; ++round) { in TEST() local 252 for (int round = 0; round < 32; ++round) { in TEST() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
H A D | GestureFloatingTextDrawingPreview.java | 146 final float round = mParams.mGesturePreviewRoundRadius; in drawPreview() local
|
/aosp12/bionic/libm/ |
H A D | builtins.cpp | 68 double round(double x) { return __builtin_round(x); } in round() function
|
/aosp12/bionic/libm/amd64/ |
H A D | fenv.c | 231 fesetround(int round) in fesetround()
|
/aosp12/bionic/libm/arm64/ |
H A D | fenv.c | 123 int fesetround(int round) { in fesetround()
|
/aosp12/system/bt/gd/crypto_toolbox/ |
H A D | aes_cmac.cc | 38 uint16_t round; member
|
/aosp12/system/bt/stack/crypto_toolbox/ |
H A D | aes_cmac.cc | 38 uint16_t round; member
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | CaptureLayoutHelper.java | 369 public static void round(RectF rect) { in round() method in CaptureLayoutHelper
|
/aosp12/art/runtime/gc/space/ |
H A D | space_test.h | 144 int round, in SizeFootPrintGrowthLimitAndTrimBody()
|
/aosp12/bionic/libm/i387/ |
H A D | fenv.c | 355 fesetround(int round) in fesetround()
|