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:htaps
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dsd.c
52
static const double
htaps
[HTAPS] = {
variable
82
acc[t] += sign *
htaps
[t * 8 + m];
in dsd_ctables_tableinit()
H
A
D
snowdec.c
360
int
htaps
, i, sum=0;
in decode_header()
local
363
htaps
= get_symbol(&s->c, s->header_state, 0);
in decode_header()
364
if((unsigned)
htaps
>= HTAPS_MAX/2 - 1)
in decode_header()
366
htaps
=
htaps
*2 + 2;
in decode_header()
367
p->
htaps
=
htaps
;
in decode_header()
368
for(i=
htaps
/2; i; i--){
in decode_header()
378
s->plane[2].
htaps
= s->plane[1].
htaps
;
in decode_header()
[all...]
H
A
D
dsd_tablegen.h
55
static const double
htaps
[HTAPS] = {
variable
H
A
D
snowenc.c
59
s->plane[plane_index].
htaps
= 6;
in encode_init()
1431
update_mc |= p->last_htaps != p->
htaps
;
in encode_header()
1440
put_symbol(&s->c, s->header_state, p->
htaps
/2-1, 0);
in encode_header()
1441
for(i= p->
htaps
/2; i; i--)
in encode_header()
1468
p->last_htaps = p->
htaps
;
in update_last_header_values()
H
A
D
snow.h
106
int
htaps
;
member
Completed in 10 milliseconds