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:f_stepsize
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
jpeg2000.c
217
band->
f_stepsize
= 1;
in init_band_stepsize()
223
// band->
f_stepsize
= SHL(2048 + qntsty->mant[gbandno],
in init_band_stepsize()
233
band->
f_stepsize
= ff_exp2fi(gain - qntsty->expn[gbandno]);
in init_band_stepsize()
234
band->
f_stepsize
*= qntsty->mant[gbandno] / 2048.0 + 1.0;
in init_band_stepsize()
237
band->
f_stepsize
= 0;
in init_band_stepsize()
246
band->
f_stepsize
*= F_LFTG_X * 2;
in init_band_stepsize()
250
band->
f_stepsize
*= F_LFTG_X * F_LFTG_X * 4;
in init_band_stepsize()
254
band->
f_stepsize
*= pow(F_LFTG_K, 2*(codsty->nreslevels2decode - reslevelno) + lband - 2);
in init_band_stepsize()
258
if (band->
f_stepsize
> (INT_MAX >> 15)) {
in init_band_stepsize()
259
band->
f_stepsize
in init_band_stepsize()
[all...]
H
A
D
jpeg2000.h
206
float
f_stepsize
; // quantization stepsize
member
H
A
D
jpeg2000dec.c
1870
datap[i] = src[i] * band->
f_stepsize
;
in dequantization_float()
Completed in 6 milliseconds