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:sign_huff_offset
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mlpdec.c
241
int32_t
sign_huff_offset
= cp->huff_offset;
in calculate_sign_huff()
local
244
sign_huff_offset
-= 7 << lsb_bits;
in calculate_sign_huff()
247
sign_huff_offset
-= 1 << sign_shift;
in calculate_sign_huff()
249
return
sign_huff_offset
;
in calculate_sign_huff()
282
result += cp->
sign_huff_offset
;
in read_huff_channels()
641
cp->
sign_huff_offset
= -(1 << 23);
in read_restart_header()
946
cp->
sign_huff_offset
= calculate_sign_huff(m, substr, ch);
in read_decoding_params()
H
A
D
mlp.h
93
int32_t
sign_huff_offset
; ///< sign/rounding-corrected version of huff_offset
member
H
A
D
mlpenc.c
955
int32_t
sign_huff_offset
[MAX_CHANNELS];
in write_block_data()
local
965
sign_huff_offset
[ch] = cp->huff_offset;
in write_block_data()
970
sign_huff_offset
[ch] -= 7 << lsb_bits[ch];
in write_block_data()
974
sign_huff_offset
[ch] -= 1 << sign_shift;
in write_block_data()
980
sample -=
sign_huff_offset
[ch];
in write_block_data()
Completed in 7 milliseconds