HomeSort by relevance Sort by last modified time
    Searched refs:matrix1 (Results 1 - 9 of 9) sorted by null

  /external/eigen/demos/mix_eigen_and_c/
example.c 15 struct C_MatrixXd *matrix1, *matrix2, *result; local
18 matrix1 = MatrixXd_new(3, 3);
19 MatrixXd_set_zero(matrix1);
20 MatrixXd_set_coeff(matrix1, 0, 1, 2.5);
21 MatrixXd_set_coeff(matrix1, 1, 0, 1.4);
22 printf("Here is matrix1:\n");
23 MatrixXd_print(matrix1);
26 MatrixXd_multiply(matrix1, matrix1, matrix2);
27 printf("Here is matrix1*matrix1:\n")
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.h 114 const int32_t matrix1[],
125 const int32_t matrix1[],
134 const int32_t matrix1[],
145 const int32_t matrix1[],
152 const int32_t matrix1[],
163 const int32_t matrix1[],
171 const int32_t matrix1[],
183 const int32_t matrix1[],
entropy_coding_mips.c 18 const int32_t matrix1[],
39 const int32_t* matrix1_start = matrix1;
50 "addu %[matrix1_start], %[matrix1], $0 \n\t"
91 : [product_step] "r" (product_step), [matrix1] "r" (matrix1),
109 const int32_t* matrix1_start = matrix1;
175 const int32_t matrix1[],
194 "addu %[matrix1_ptr], %[matrix1], $0 \n\t"
245 [matrix1] "r" (matrix1), [matrix0_step] "r" (matrix0_step)
    [all...]
entropy_coding_neon.c 26 const int32_t matrix1[],
63 vshlq_s32(vld1q_s32(&matrix1[matrix1_index]), shift32x4);
81 vshl_s32(vld1_s32(&matrix1[matrix1_index]), shift32x2);
102 int32x4_t matrix1_32x4 = vdupq_n_s32(matrix1[matrix1_index] << shift);
118 int32x2_t matrix1_32x2 = vdup_n_s32(matrix1[matrix1_index] << shift);
147 vshlq_s32(vld1q_s32(&matrix1[matrix1_index]), shift32x4);
158 vshl_s32(vld1_s32(&matrix1[matrix1_index]), shift32x2);
182 matrix1[matrix1_index] << shift));
194 const int32_t matrix1[],
208 int32x2_t matrix1_32x2 = vld1_s32(&matrix1[matrix1_index])
    [all...]
entropy_coding.c 830 matrix1[]: matrix1 data.
843 shift: Left shift value for matrix1.
846 const int32_t matrix1[],
873 matrix1[matrix1_index] << shift));
890 matrix1[]: A matrix in Q21 domain.
897 const int32_t matrix1[],
909 matrix1[matrix1_index]));
911 matrix1[matrix1_index + 1]));
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 466 D2D1FORCEINLINE D2D1_MATRIX_3X2_F operator*(const D2D1_MATRIX_3X2_F &matrix1, const D2D1_MATRIX_3X2_F &matrix2) {
468 r.SetProduct(*D2D1::Matrix3x2F::ReinterpretBaseType(&matrix1), *D2D1::Matrix3x2F::ReinterpretBaseType(&matrix2));
  /external/pdfium/core/src/reflow/
layoutprocessor_reflow.cpp 982 FX_FLOAT matrix1 = pmatrix[1]; local
    [all...]
reflowedpage.cpp 395 CFX_AffineMatrix matrix1 = pPage->GetPageMatrix();

Completed in 238 milliseconds