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:maxj
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jquant1.c
249
output_value(j_decompress_ptr cinfo, int ci, int j, int
maxj
)
in output_value()
argument
250
/* Return j'th output value, where j will range from 0 to
maxj
*/
in output_value()
258
return (int)(((JLONG)j * MAXJSAMPLE +
maxj
/ 2) /
maxj
);
in output_value()
263
largest_input_value(j_decompress_ptr cinfo, int ci, int j, int
maxj
)
in largest_input_value()
argument
265
/* Must have largest(j=0) >= 0, and largest(j=
maxj
) >= MAXJSAMPLE */
in largest_input_value()
268
return (int)(((JLONG)(2 * j + 1) * MAXJSAMPLE +
maxj
) / (2 *
maxj
));
in largest_input_value()
/third_party/ffmpeg/libavcodec/
H
A
D
speexdec.c
694
int maxi,
maxj
;
in interp_pitch()
local
714
maxi =
maxj
= 0;
in interp_pitch()
721
maxj
= j;
in interp_pitch()
729
tmp += exc[i - (pitch -
maxj
+ 3) + k - 3] * shift_filt[maxi - 1][k];
in interp_pitch()
731
tmp = exc[i - (pitch -
maxj
+ 3)];
in interp_pitch()
735
return pitch -
maxj
+ 3;
in interp_pitch()
Completed in 4 milliseconds