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_MAX
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
snow.c
168
int16_t tmpIt [64*(32+
HTAPS_MAX
)];
in mc_block()
169
uint8_t tmp2t[3][64*(32+
HTAPS_MAX
)];
in mc_block()
182
for(y=0; y < b_h+
HTAPS_MAX
-1; y++){
in mc_block()
184
int a_1=src[x +
HTAPS_MAX
/2-4];
in mc_block()
185
int a0= src[x +
HTAPS_MAX
/2-3];
in mc_block()
186
int a1= src[x +
HTAPS_MAX
/2-2];
in mc_block()
187
int a2= src[x +
HTAPS_MAX
/2-1];
in mc_block()
188
int a3= src[x +
HTAPS_MAX
/2+0];
in mc_block()
189
int a4= src[x +
HTAPS_MAX
/2+1];
in mc_block()
190
int a5= src[x +
HTAPS_MAX
/
in mc_block()
[all...]
H
A
D
snow.h
78
#define
HTAPS_MAX
8
macro
107
int8_t hcoeff[
HTAPS_MAX
/2];
112
int8_t last_hcoeff[
HTAPS_MAX
/2];
H
A
D
snowdec.c
364
if((unsigned)htaps >=
HTAPS_MAX
/2 - 1)
in decode_header()
Completed in 7 milliseconds