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:l_h
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cfhd.c
234
s->plane[i].
l_h
[j] = NULL;
in free_buffers()
352
s->plane[i].
l_h
[0] = s->plane[i].idwt_tmp;
in alloc_buffers()
353
s->plane[i].
l_h
[1] = s->plane[i].idwt_tmp + 2 * w8 * h8;
in alloc_buffers()
354
// s->plane[i].
l_h
[2] = ll2;
in alloc_buffers()
355
s->plane[i].
l_h
[3] = s->plane[i].idwt_tmp;
in alloc_buffers()
356
s->plane[i].
l_h
[4] = s->plane[i].idwt_tmp + 2 * w4 * h4;
in alloc_buffers()
357
// s->plane[i].
l_h
[5] = ll1;
in alloc_buffers()
358
s->plane[i].
l_h
[6] = s->plane[i].idwt_tmp;
in alloc_buffers()
359
s->plane[i].
l_h
[7] = s->plane[i].idwt_tmp + 2 * w2 * h2;
in alloc_buffers()
363
s->plane[i].
l_h
[
in alloc_buffers()
[all...]
H
A
D
cfhdenc.c
222
int16_t *
l_h
[8];
member
310
s->plane[i].
l_h
[0] = s->plane[i].dwt_tmp;
in cfhd_encode_init()
311
s->plane[i].
l_h
[1] = s->plane[i].dwt_tmp + 2 * w8 * h8;
in cfhd_encode_init()
312
// s->plane[i].
l_h
[2] = ll2;
in cfhd_encode_init()
313
s->plane[i].
l_h
[3] = s->plane[i].dwt_tmp;
in cfhd_encode_init()
314
s->plane[i].
l_h
[4] = s->plane[i].dwt_tmp + 2 * w4 * h4;
in cfhd_encode_init()
315
// s->plane[i].
l_h
[5] = ll1;
in cfhd_encode_init()
316
s->plane[i].
l_h
[6] = s->plane[i].dwt_tmp;
in cfhd_encode_init()
317
s->plane[i].
l_h
[7] = s->plane[i].dwt_tmp + 2 * w2 * h2;
in cfhd_encode_init()
441
int16_t *low = s->plane[plane].
l_h
[
in cfhd_encode_frame()
[all...]
H
A
D
cfhd.h
129
int16_t *
l_h
[10];
member
Completed in 4 milliseconds