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:lsb_bits
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mlpenc.c
98
int
lsb_bits
;
member
957
int
lsb_bits
[MAX_CHANNELS];
in write_block_data()
local
963
lsb_bits
[ch] = cp->huff_lsbs - dp->quant_step_size[ch];
in write_block_data()
967
sign_shift =
lsb_bits
[ch] + (cp->codebook ? 2 - cp->codebook : -1);
in write_block_data()
970
sign_huff_offset[ch] -= 7 <<
lsb_bits
[ch];
in write_block_data()
983
int vlc = sample >>
lsb_bits
[ch];
in write_block_data()
988
put_sbits(pb,
lsb_bits
[ch], sample);
in write_block_data()
1481
int
lsb_bits
;
in no_codebook_bits_offset()
local
1486
lsb_bits
= FFMAX(number_sbits(min), number_sbits(max)) - 1;
in no_codebook_bits_offset()
1488
lsb_bits
in no_codebook_bits_offset()
1512
int
lsb_bits
;
no_codebook_bits()
local
1554
int
lsb_bits
= 0, bitcount = 0;
codebook_bits_offset()
local
1589
sample >>=
lsb_bits
;
codebook_bits_offset()
local
[all...]
H
A
D
mlpdec.c
239
int
lsb_bits
= cp->huff_lsbs - s->quant_step_size[ch];
in calculate_sign_huff()
local
240
int sign_shift =
lsb_bits
+ (cp->codebook ? 2 - cp->codebook : -1);
in calculate_sign_huff()
244
sign_huff_offset -= 7 <<
lsb_bits
;
in calculate_sign_huff()
269
int
lsb_bits
= cp->huff_lsbs - quant_step_size;
in read_huff_channels()
local
279
if (
lsb_bits
> 0)
in read_huff_channels()
280
result = (result <<
lsb_bits
) + get_bits_long(gbp,
lsb_bits
);
in read_huff_channels()
Completed in 6 milliseconds