Home
last modified time | relevance | path

Searched refs:rotations (Results 1 – 25 of 38) sorted by relevance

12

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DFrameRotationQueue.java33 private final TimedValueQueue<float[]> rotations; field in FrameRotationQueue
39 rotations = new TimedValueQueue<>(); in FrameRotationQueue()
50 rotations.add(timestampUs, angleAxis); in setRotation()
55 rotations.clear(); in reset()
69 float[] rotation = rotations.pollFloor(timestampUs); in pollRotationMatrix()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc57 constexpr std::array<int, 8> rotations = {13, 15, 26, 6, 17, 29, 16, 24}; in ThreeFry2x32() local
83 x = round(x, rotations[0]); in ThreeFry2x32()
84 x = round(x, rotations[1]); in ThreeFry2x32()
85 x = round(x, rotations[2]); in ThreeFry2x32()
86 x = round(x, rotations[3]); in ThreeFry2x32()
90 x = round(x, rotations[4]); in ThreeFry2x32()
91 x = round(x, rotations[5]); in ThreeFry2x32()
92 x = round(x, rotations[6]); in ThreeFry2x32()
93 x = round(x, rotations[7]); in ThreeFry2x32()
97 x = round(x, rotations[0]); in ThreeFry2x32()
[all …]
/external/python/cpython2/Lib/test/
Dtest_turtle.py347 rotations = [10, 20, 170, 300]
348 result = sum(rotations) % 360
349 for num in rotations:
354 result = (360-sum(rotations)) % 360
355 for num in rotations:
360 rotations = [10, 20, -170, 300, -210, 34.3, -50.2, -10, -29.98, 500]
362 for num in rotations:
/external/skia/site/docs/dev/gardening/
Dgpu.md13 * [View current and upcoming rotations](#view_current_upcoming_rotations)
46 View current and upcoming rotations
49 The list of GPU Gardeners is specified [here](https://rotations.corp.google.com/rotation/6176639586…
57 …n you want to swap with and directly make the swap via the [rotations page](https://rotations.corp…
Dandroid.md10 - [View current and upcoming rotations](#view_current_upcoming_rotations)
75 rotations
80 [here](https://rotations.corp.google.com/rotation/5296436538245120). The
91 [rotations page](https://rotations.corp.google.com/rotation/5296436538245120).
D_index.md15 - [View current and upcoming rotations](#view_current_upcoming_rotations)
118 rotations
123 [here](https://rotations.corp.google.com/rotation/4699606003744768). The
134 [rotations page](https://rotations.corp.google.com/rotation/4699606003744768).
/external/python/cpython3/Lib/test/
Dtest_turtle.py365 rotations = [10, 20, 170, 300]
366 result = sum(rotations) % 360
367 for num in rotations:
372 result = (360-sum(rotations)) % 360
373 for num in rotations:
378 rotations = [10, 20, -170, 300, -210, 34.3, -50.2, -10, -29.98, 500]
380 for num in rotations:
/external/skia/docs/examples/
Drotations.cpp4 REG_FIDDLE(rotations, 256, 256, false, 0) {
/external/autotest/client/site_tests/display_InternalDisplayRotation/
Dcontrol7 PURPOSE = 'To test the internal display rotations'
/external/ImageMagick/MagickCore/
Dshear.c706 MagickExport Image *IntegralRotateImage(const Image *image,size_t rotations, in IntegralRotateImage() argument
732 rotations%=4; in IntegralRotateImage()
733 switch (rotations) in IntegralRotateImage()
757 if (rotations == 0) in IntegralRotateImage()
766 switch (rotations) in IntegralRotateImage()
1728 rotations, in ShearRotateImage() local
1744 for (rotations=0; angle > 45.0; rotations++) in ShearRotateImage()
1746 rotations%=4; in ShearRotateImage()
1750 integral_image=IntegralRotateImage(image,rotations,exception); in ShearRotateImage()
Ddistort.c2963 rotations; in RotateImage() local
2977 for (rotations=0; angle > 45.0; rotations++) in RotateImage()
2979 rotations%=4; in RotateImage()
2983 return(IntegralRotateImage(image,rotations,exception)); in RotateImage()
/external/eigen/Eigen/
DJacobi16 * This module provides Jacobi and Givens rotations.
DGeometry23 * - translation, scaling, 2D and 3D rotations
/external/igt-gpu-tools/tests/
Dkms_big_fb.c596 } rotations[] = { variable
690 for (int k = 0; k < ARRAY_SIZE(rotations); k++) {
691 data.rotation = rotations[k].rotation;
694 formats[j].bpp, rotations[k].angle) {
Dkms_plane_scaling.c167 static const igt_rotation_t rotations[] = { variable
237 for (int i = 0; i < ARRAY_SIZE(rotations); i++) { in test_scaler_with_rotation_pipe()
238 igt_rotation_t rot = rotations[i]; in test_scaler_with_rotation_pipe()
/external/llvm-project/libclc/generic/lib/integer/
Drotate.inc12 //full rotations
/external/eigen/doc/
DTutorialGeometry.dox5 …ed by the \ref Geometry_Module "geometry module" to deal with 2D and 3D rotations and projective o…
10 …- Abstract transformations, such as rotations (represented by \ref AngleAxis "angle and axis" or b…
63 <em class=note>(pure rotations, \n scaling, etc.)</em></td><td>\code
69 <strong>Notes on rotations</strong>\n To transform more than a single vector the preferred
DUsingIntelMKL.dox61 … which otherwise would be replaced by \c gesvd that is less robust than Jacobi rotations.</td></tr>
/external/skia/site/docs/
D_index.md44 …<a href='https://fiddle.skia.org/c/@rotations'><img src='https://fiddle.skia.org/i/@rotations_rast…
/external/skqp/site/
Dindex.md41 …<a href='https://fiddle.skia.org/c/@rotations'><img src='https://fiddle.skia.org/i/@rotations_rast…
Dindex_zh.md59 <a href='https://fiddle.skia.org/c/@rotations'>
/external/skia/tools/sk_app/ios/
DWindow_ios.mm142 // handle rotations here
/external/webrtc/sdk/objc/components/renderer/metal/
DRTCMTLVideoView.m224 // Flip width/height if the rotations are not the same.
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl133 // Now, get the rotations out, as described in the gem.
/external/skia/site/docs/dev/testing/
Dswarmingbots.md96 https://rotations.corp.google.com/rotation/4617277386260480

12