/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_iht4x4_add_neon.asm | 133 ; Transpose a 4x4 16bits data matrix. Datas are loaded in d16-d19. 155 ; transpose the input data 172 ; transpose the matrix 188 ; transpose the matrix 203 ; transpose the matrix
|
vp9_iht8x8_add_neon.asm | 101 ; Transpose a 8x8 16bits data matrix. Datas are loaded in q8-q15. 581 ; transpose the input data 597 ; transpose the matrix 615 ; transpose the matrix 633 ; transpose the matrix
|
vp9_idct16x16_add_neon.asm | 21 ; Transpose a 8x8 16bit data matrix. Datas are loaded in q8-q15. 71 ; transpose the input data 318 ; transpose the input data 821 ; transpose the input data [all...] |
vp9_idct32x32_add_neon.asm | 299 ; r8 transpose loop counter 320 ; internal buffer used to transpose 8 lines into before transforming them 323 ; results of the first pass (transpose and transform rows) 326 ; results of the second pass (transpose and transform columns) 355 mov r8, #2 ; initialize transpose loop counter 384 ; Transpose the two 8x8 16bit data matrices. 434 ; transpose pair loop processing [all...] |
/external/ceres-solver/internal/ceres/ |
compressed_row_sparse_matrix.cc | 357 CompressedRowSparseMatrix* CompressedRowSparseMatrix::Transpose() const { 358 CompressedRowSparseMatrix* transpose = local 361 int* transpose_rows = transpose->mutable_rows(); 362 int* transpose_cols = transpose->mutable_cols(); 363 double* transpose_values = transpose->mutable_values(); 369 for (int i = 1; i < transpose->num_rows() + 1; ++i) { 382 for (int i = transpose->num_rows() - 1; i > 0 ; --i) { 387 *(transpose->mutable_row_blocks()) = col_blocks_; 388 *(transpose->mutable_col_blocks()) = row_blocks_; 390 return transpose; [all...] |
/external/opencv3/modules/core/test/ocl/ |
test_arithm.cpp | 560 //////////////////////////////// Transpose ///////////////////////////////////////////////// 562 typedef ArithmTestBase Transpose; 564 OCL_TEST_P(Transpose, Mat) 576 OCL_OFF(cv::transpose(src1_roi, dst1_roi)); 577 OCL_ON(cv::transpose(usrc1_roi, udst1_roi)); 583 OCL_TEST_P(Transpose, SquareInplace) 597 OCL_OFF(cv::transpose(src1_roi, src1_roi)); 598 OCL_ON(cv::transpose(usrc1_roi, usrc1_roi)); [all...] |
/frameworks/rs/api/ |
rs_matrix.spec | 205 summary: Inverts and transpose a matrix in place 584 arg: #1 m, "Matrix to transpose." 585 summary: Transpose a matrix place 587 Transpose the matrix m in place.
|
/external/dng_sdk/source/ |
dng_bad_pixels.cpp | 1526 tBuffer.fArea = Transpose (buffer.fArea); 1531 dng_rect tBadRect = Transpose (badRect); [all...] |
/external/libavc/common/arm/ |
ih264_iquant_itrans_recon_a9.s | 576 vzip.s16 q0, q1 @Transpose 582 vzip.s16 q4, q5 @Transpose 585 vzip.s32 q0, q2 @Transpose 593 @ TRANSPOSE 8x8 coeffs to actual order 705 @ TRANSPOSE 8x8 coeffs to actual order [all...] |
/external/eigen/Eigen/src/Core/ |
Assign.h | 537 static EIGEN_STRONG_INLINE Derived& run(Derived& dst, const OtherDerived& other) { return dst.lazyAssign(other.transpose()); } 539 static EIGEN_STRONG_INLINE Derived& evalTo(ActualDerived& dst, const ActualOtherDerived& other) { Transpose<ActualDerived> dstTrans(dst); other.evalTo(dstTrans); return dst; } 543 static EIGEN_STRONG_INLINE Derived& run(Derived& dst, const OtherDerived& other) { return dst.lazyAssign(other.transpose().eval()); }
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderBuiltinPrecisionTests.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsBuiltinPrecisionTests.cpp | [all...] |
/external/opencv/cxcore/src/ |
cxmatrix.cpp | 176 * Matrix transpose * 437 CV_DEF_INIT_PIXSIZE_TAB_2D( Transpose, R ) 438 CV_DEF_INIT_PIXSIZE_TAB_2D( Transpose, IR ) [all...] |
/development/ndk/sources/android/ndk_helper/ |
vecmath.h | 873 Mat4 Transpose()
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
loopfilter_v6.asm | 610 ; transpose the source data for 4-in-parallel operation 635 ; transpose uses 8 regs(r6 - r12 and lr). Need to save reg value now 636 ; transpose the source data for 4-in-parallel operation 720 ; Transpose needs 8 regs(r6 - r12, and lr). Save r6 and lr first 727 ;transpose r12, r11, r6, lr to r7, r8, r9, r10 811 ;we can use TRANSPOSE_MATRIX macro to transpose output - input: q1, q0, p0, p1 [all...] |
/external/opencv3/modules/core/perf/opencl/ |
perf_arithm.cpp | 290 ///////////// Transpose //////////////////////// 294 OCL_PERF_TEST_P(TransposeFixture, Transpose, ::testing::Combine( 306 OCL_TEST_CYCLE() cv::transpose(src, dst); 323 OCL_TEST_CYCLE() cv::transpose(src, src); [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
loopfilter_v6.asm | 610 ; transpose the source data for 4-in-parallel operation 635 ; transpose uses 8 regs(r6 - r12 and lr). Need to save reg value now 636 ; transpose the source data for 4-in-parallel operation 720 ; Transpose needs 8 regs(r6 - r12, and lr). Save r6 and lr first 727 ;transpose r12, r11, r6, lr to r7, r8, r9, r10 811 ;we can use TRANSPOSE_MATRIX macro to transpose output - input: q1, q0, p0, p1 [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | [all...] |
/external/libvpx/libvpx/vpx_dsp/arm/ |
idct16x16_add_neon.asm | 21 ; Transpose a 8x8 16bit data matrix. Datas are loaded in q8-q15. 71 ; transpose the input data 318 ; transpose the input data 821 ; transpose the input data [all...] |
idct32x32_add_neon.asm | 299 ; r8 transpose loop counter 320 ; internal buffer used to transpose 8 lines into before transforming them 323 ; results of the first pass (transpose and transform rows) 326 ; results of the second pass (transpose and transform columns) 355 mov r8, #2 ; initialize transpose loop counter 384 ; Transpose the two 8x8 16bit data matrices. 434 ; transpose pair loop processing [all...] |
/prebuilts/sdk/renderscript/lib/ |
javalib.jar | |
/external/ImageMagick/PerlMagick/ |
Magick.xs | 464 { "Transpose", }, [all...] |
/external/ImageMagick/PerlMagick/quantum/ |
quantum.xs.in | 464 { "Transpose", }, [all...] |