OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vectors
(Results
26 - 50
of
1580
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_CompareMV.c
13
* Contains module for comparing motion
vectors
and SAD's to decide
28
* Performs comparision of motion
vectors
and SAD's to decide the
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
encode_lpc_swb.c
37
* -lar : pointer to lar
vectors
. LAR
vectors
are
39
* -bandwidth : indicates if the given LAR
vectors
belong
88
* Remove the correlation amonge the components of LAR
vectors
. If LAR
vectors
95
* -bandwidth : indicates if the given LAR
vectors
belong
99
* -out : decorrelated LAR
vectors
.
136
//
vectors
(mean removed) each of dimension 'UB_LPC_ORDER'
161
* Remover the correlation among mean-removed LAR
vectors
. If LAR
vectors
[
all
...]
/external/sepolicy/
access_vectors
2
# Define common prefixes for access
vectors
8
# Define a common prefix for file access
vectors
.
34
# Define a common prefix for socket access
vectors
.
66
# Define a common prefix for ipc access
vectors
.
83
# Define a common prefix for userspace database object access
vectors
.
97
# Define a common prefix for pointer and keyboard access
vectors
.
124
# Define the access
vectors
.
/external/chromium_org/third_party/opus/src/silk/
NLSF_VQ.c
37
const opus_int16 in_Q15[], /* I Input
vectors
to be quantized [LPC_order] */
38
const opus_uint8 pCB_Q8[], /* I Codebook
vectors
[K*LPC_order] */
39
const opus_int K, /* I Number of codebook
vectors
*/
/external/bison/lib/
bitsetv-print.h
1
/* Bitset
vectors
.
/external/chromium_org/third_party/mesa/src/src/glsl/
TODO
5
also trivial for arrays, matrices, and
vectors
that are accessed with
/external/dropbear/libtomcrypt/notes/
base64_tv.txt
1
Base64
vectors
. These are the base64 encodings of the strings 00,01,02...NN-1
/external/eigen/Eigen/src/Core/
Matrix.h
19
* \brief The matrix class, also used for
vectors
and row-
vectors
21
* The %Matrix class is the work-horse for all \em dense (\ref dense "note") matrices and
vectors
within Eigen.
22
*
Vectors
are matrices with one column, and row-
vectors
are matrices with one row.
54
* You can access elements of
vectors
and matrices using normal subscripting:
76
* <dd>This %Matrix class handles dense, not sparse matrices and
vectors
. For sparse matrices and
vectors
, see the Sparse module.
78
* Dense matrices and
vectors
are plain usual arrays of coefficients. All the coefficients are stored, in an ordinary contiguous array.
79
* This is unlike Sparse matrices and
vectors
where the coefficients are stored as a list of nonzero coefficients.</dd
[
all
...]
/external/llvm/test/Assembler/
vbool-cmp.ll
2
; Rudimentary test of fcmp/icmp on
vectors
returning vector of bool
/external/llvm/test/Transforms/EarlyCSE/
floatingpoint.ll
3
; Ensure we don't simplify away additions
vectors
of +0.0's (same as scalars).
/external/mesa3d/src/glsl/
TODO
5
also trivial for arrays, matrices, and
vectors
that are accessed with
/external/srtp/doc/
references.txt
13
HMAC is defined in RFC2104, and HMAC-SHA1 test
vectors
are available
/external/chromium_org/net/quic/crypto/
aes_128_gcm_12_decrypter_test.cc
13
// The AES GCM test
vectors
come from the file gcmDecrypt128.rsp
15
// 2013-02-01. The test
vectors
in that file look like this:
42
// few test
vectors
for this unit test.
44
// Describes a group of test
vectors
that all have a given key length, IV
56
// marks the end of an array of test
vectors
.
310
// The test
vectors
have 16 byte authenticators but this code only uses
aes_128_gcm_12_encrypter_test.cc
13
// The AES GCM test
vectors
come from the file gcmEncryptExtIV128.rsp
15
// 2013-02-01. The test
vectors
in that file look like this:
42
// few test
vectors
for this unit test.
44
// Describes a group of test
vectors
that all have a given key length, IV
56
// marks the end of an array of test
vectors
.
266
// The test
vectors
have 16 byte authenticators but this code only uses
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
Scaling.h
28
* // Compute the left and right scaling
vectors
. The matrix is equilibrated at output
82
VectorXd Dr, Dc, DrRes, DcRes; // Temporary Left and right scaling
vectors
120
// Accumulate the norms of the row and column
vectors
136
/** Compute the left and right
vectors
to scale the
vectors
137
* the input matrix is scaled with the computed
vectors
at output
/external/eigen/doc/
C01_TutorialMatrixClass.dox
26
In Eigen, all matrices and
vectors
are objects of the Matrix template class.
27
Vectors
are just a special case of matrices, with either 1 row or 1 column.
56
\section TutorialMatrixVectors
Vectors
58
As mentioned above, in Eigen,
vectors
are just a special case of
60
such
vectors
are called column-
vectors
, often abbreviated as just
vectors
. In the other case
61
where they have 1 row, they are called row-
vectors
.
67
We also offer convenience typedefs for row-
vectors
, for example:
106
For
vectors
, just pass the vector size. They allocate the array of coefficient
[
all
...]
/external/libvorbis/doc/
08-residue.tex
16
residue
vectors
into the bitstream packet, and then reconstructs the
17
vectors
during decode. Vorbis makes use of three different encoding
33
A set of coded residue
vectors
are all of the same length. High level
41
of \emph{ch} residue
vectors
, the total number of partitioned chunks
50
illustration below. Just as the residue
vectors
are coded in grouped
140
Rather than encoding multiple passed-in
vectors
as in residue type 1,
141
the \emph{ch} passed in
vectors
of length \emph{n} are first
172
the unpacked
vectors
are zeroed. Note that for residue type 2, these
174
the interleaved vector, not the individual
vectors
before interleave.
249
is passed the number of
vectors
in the submap bundle and a vector o
[
all
...]
/external/dropbear/libtomcrypt/demos/
tv_gen.c
127
fprintf(out, "Hash Test
Vectors
:\n\nThese are the hashes of nn bytes '00 01 02 03 .. (nn-1)'\n\n");
167
"Cipher Test
Vectors
\n\nThese are test encryptions with key of nn bytes '00 01 02 03 .. (nn-1)' and original PT of the same style.\n"
402
fprintf(out, "EAX Test
Vectors
. Uses the 00010203...NN-1 pattern for header/nonce/plaintext/key. The outputs\n"
462
fprintf(out, "OCB Test
Vectors
. Uses the 00010203...NN-1 pattern for nonce/plaintext/key. The outputs\n"
526
fprintf(out, "CCM Test
Vectors
. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs\n"
588
fprintf(out, "GCM Test
Vectors
. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs\n"
644
fprintf(out, "Base64
vectors
. These are the base64 encodings of the strings 00,01,02...NN-1\n\n");
669
fprintf(out, "ecc
vectors
. These are for kG for k=1,3,9,27,...,3**n until k > order of the curve outputs are <k,x,y> triplets\n\n");
768
printf("Generating hash
vectors
..."); fflush(stdout); hash_gen(); printf("done\n");
769
printf("Generating cipher
vectors
..."); fflush(stdout); cipher_gen(); printf("done\n")
[
all
...]
/external/ceres-solver/internal/ceres/
gradient_checker_test.cc
53
// version, they are both block
vectors
, of course.
57
// Make 'arity' random
vectors
.
104
vector<vector<double> > a_; // our
vectors
.
110
// Make 'arity' random
vectors
.
157
vector<vector<double> > a_; // our
vectors
.
/external/libsepol/tests/policies/test-deps/
base-metreq.conf
55
# Define common prefixes for access
vectors
61
# Define a common prefix for file access
vectors
.
87
# Define a common prefix for socket access
vectors
.
119
# Define a common prefix for ipc access
vectors
.
136
# Define the access
vectors
.
base-notmetreq.conf
54
# Define common prefixes for access
vectors
60
# Define a common prefix for file access
vectors
.
86
# Define a common prefix for socket access
vectors
.
118
# Define a common prefix for ipc access
vectors
.
135
# Define the access
vectors
.
small-base.conf
55
# Define common prefixes for access
vectors
61
# Define a common prefix for file access
vectors
.
87
# Define a common prefix for socket access
vectors
.
119
# Define a common prefix for ipc access
vectors
.
136
# Define the access
vectors
.
/external/libsepol/tests/policies/test-expander/
alias-base.conf
55
# Define common prefixes for access
vectors
61
# Define a common prefix for file access
vectors
.
87
# Define a common prefix for socket access
vectors
.
119
# Define a common prefix for ipc access
vectors
.
136
# Define the access
vectors
.
role-base.conf
55
# Define common prefixes for access
vectors
61
# Define a common prefix for file access
vectors
.
87
# Define a common prefix for socket access
vectors
.
119
# Define a common prefix for ipc access
vectors
.
136
# Define the access
vectors
.
user-base.conf
55
# Define common prefixes for access
vectors
61
# Define a common prefix for file access
vectors
.
87
# Define a common prefix for socket access
vectors
.
119
# Define a common prefix for ipc access
vectors
.
136
# Define the access
vectors
.
Completed in 1745 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>