OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrix1
(Results
1 - 5
of
5
) 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
...]
Completed in 384 milliseconds