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:quant_step_size
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mlpdec.c
123
uint8_t
quant_step_size
[MAX_CHANNELS];
member
239
int lsb_bits = cp->huff_lsbs - s->
quant_step_size
[ch];
in calculate_sign_huff()
268
int
quant_step_size
= s->
quant_step_size
[channel];
in read_huff_channels()
local
269
int lsb_bits = cp->huff_lsbs -
quant_step_size
;
in read_huff_channels()
283
result *= 1 <<
quant_step_size
;
in read_huff_channels()
630
memset(s->
quant_step_size
, 0, sizeof(s->
quant_step_size
));
in read_restart_header()
920
s->
quant_step_size
[ch] = get_bits(gbp, 4);
in read_decoding_params()
938
if (cp->codebook > 0 && cp->huff_lsbs < s->
quant_step_size
[c
in read_decoding_params()
[all...]
H
A
D
mlpenc.c
88
uint8_t
quant_step_size
[MAX_CHANNELS]; ///< left shift to apply to Huffman-decoded residuals
member
314
if (prev->
quant_step_size
[ch] != dp->
quant_step_size
[ch]) {
in compare_decoding_params()
389
dp->
quant_step_size
[channel] = ctx->cur_decoding_params->
quant_step_size
[channel];
in copy_restart_frame_params()
408
memset(dp->
quant_step_size
, 0, sizeof(dp->
quant_step_size
));
in clear_decoding_params()
897
put_bits(pb, 4, dp->
quant_step_size
[ch]);
in write_decoding_params()
963
lsb_bits [ch] = cp->huff_lsbs - dp->
quant_step_size
[ch];
in write_block_data()
979
int32_t sample = *sample_buffer++ >> dp->
quant_step_size
[c
in write_block_data()
[all...]
H
A
D
hcadec.c
382
ch->base[i] = dequantizer_scaling_table[ch->scale_factors[i]] *
quant_step_size
[ch->scale[i]];
in unpack()
H
A
D
hca_data.h
125
static const float
quant_step_size
[] =
variable
Completed in 6 milliseconds