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:huff_lsbs
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mlpdec.c
239
int lsb_bits = cp->
huff_lsbs
- s->quant_step_size[ch];
in calculate_sign_huff()
269
int lsb_bits = cp->
huff_lsbs
- quant_step_size;
in read_huff_channels()
643
cp->
huff_lsbs
= 24;
in read_restart_header()
860
cp->
huff_lsbs
= get_bits(gbp, 5);
in read_channel_params()
862
if (cp->codebook > 0 && cp->
huff_lsbs
> 24) {
in read_channel_params()
863
av_log(m->avctx, AV_LOG_ERROR, "Invalid
huff_lsbs
.\n");
in read_channel_params()
864
cp->
huff_lsbs
= 0;
in read_channel_params()
938
if (cp->codebook > 0 && cp->
huff_lsbs
< s->quant_step_size[ch]) {
in read_decoding_params()
940
av_log(m->avctx, AV_LOG_ERROR, "quant_step_size larger than
huff_lsbs
\n");
in read_decoding_params()
H
A
D
mlp.h
95
uint8_t
huff_lsbs
; ///< Size of residual suffix not encoded using VLC.
member
H
A
D
mlpenc.c
58
uint8_t max_huff_lsbs; ///< largest
huff_lsbs
335
prev_cp->
huff_lsbs
!= cp->
huff_lsbs
)
in compare_decoding_params()
422
cp->
huff_lsbs
= 24;
in clear_channel_params()
935
if (cp->codebook > 0 && cp->
huff_lsbs
> 24) {
in write_decoding_params()
940
put_bits(pb, 5, cp->
huff_lsbs
);
in write_decoding_params()
963
lsb_bits [ch] = cp->
huff_lsbs
- dp->quant_step_size[ch];
in write_block_data()
1944
cp->
huff_lsbs
= cur_bo->lsb_bits + dp->quant_step_size[channel];
in set_best_codebook()
1966
uint8_t
huff_lsbs
= (seq_cp + index*(channels) + channel)->
huff_lsbs
;
in set_major_params()
local
[all...]
Completed in 6 milliseconds