Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:num_vectors
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
indeo3.c
95
unsigned
num_vectors
; ///< number of motion vectors in mc_vectors
member
826
if (mv_idx >= ctx->
num_vectors
) {
in parse_bintree()
860
unsigned
num_vectors
;
in decode_plane()
local
864
num_vectors
= bytestream_get_le32(&data); data_size -= 4;
in decode_plane()
865
if (
num_vectors
> 256) {
in decode_plane()
867
"Read invalid number of motion vectors %d\n",
num_vectors
);
in decode_plane()
870
if (
num_vectors
* 2 > data_size)
in decode_plane()
873
ctx->
num_vectors
=
num_vectors
;
in decode_plane()
874
ctx->mc_vectors =
num_vectors
in decode_plane()
[all...]
H
A
D
cook.c
136
int
num_vectors
;
member
526
for (i = 0; i < q->
num_vectors
; i++)
in expand_category()
662
q->
num_vectors
= get_bits(&q->gb, p->log2_numvector_size);
in mono_decode()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_deshake_opencl.c
784
int
num_vectors
= 0;
in make_vectors_contig()
local
791
deshake_ctx->matches_contig_host[
num_vectors
] = v;
in make_vectors_contig()
792
++
num_vectors
;
in make_vectors_contig()
796
if (
num_vectors
== MATCHES_CONTIG_SIZE - 1) {
in make_vectors_contig()
797
return
num_vectors
;
in make_vectors_contig()
801
return
num_vectors
;
in make_vectors_contig()
1731
int
num_vectors
;
in queue_frame()
local
1748
num_vectors
= 0;
in queue_frame()
1855
num_vectors
= make_vectors_contig(deshake_ctx, grid_32_h, grid_32_w);
in queue_frame()
1857
if (
num_vectors
< 1
in queue_frame()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_pack.c
215
unsigned
num_vectors
)
in lp_build_concat()
221
assert(src_type.length *
num_vectors
<= ARRAY_SIZE(shuffles));
in lp_build_concat()
222
assert(util_is_power_of_two_or_zero(
num_vectors
));
in lp_build_concat()
226
for (i = 0; i <
num_vectors
; i++)
in lp_build_concat()
229
while (
num_vectors
> 1) {
in lp_build_concat()
230
num_vectors
>>= 1;
in lp_build_concat()
235
for (i = 0; i <
num_vectors
; i++) {
in lp_build_concat()
212
lp_build_concat(struct gallivm_state *gallivm, LLVMValueRef src[], struct lp_type src_type, unsigned
num_vectors
)
lp_build_concat()
argument
H
A
D
lp_bld_pack.h
101
unsigned
num_vectors
);
Completed in 9 milliseconds