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:invert_quantize
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aptx.c
400
static void aptx_invert_quantization(InvertQuantize *
invert_quantize
,
in aptx_invert_quantization()
argument
412
invert_quantize
->reconstructed_difference = MUL64(
invert_quantize
->quantization_factor, qr) >> 19;
in aptx_invert_quantization()
415
factor_select = 32620 *
invert_quantize
->factor_select;
in aptx_invert_quantization()
417
invert_quantize
->factor_select = av_clip(factor_select, 0, tables->factor_max);
in aptx_invert_quantization()
420
idx = (
invert_quantize
->factor_select & 0xFF) >> 3;
in aptx_invert_quantization()
421
shift = (tables->factor_max -
invert_quantize
->factor_select) >> 8;
in aptx_invert_quantization()
422
invert_quantize
->quantization_factor = (quantization_factors[idx] << 11) >> shift;
in aptx_invert_quantization()
464
static void aptx_process_subband(InvertQuantize *
invert_quantize
,
in aptx_process_subband()
argument
471
aptx_invert_quantization(
invert_quantize
, quantized_sampl
in aptx_process_subband()
[all...]
H
A
D
aptx.h
89
InvertQuantize
invert_quantize
[NB_SUBBANDS];
member
H
A
D
aptxenc.c
150
channel->
invert_quantize
[subband].quantization_factor,
in aptx_encode_channel()
Completed in 3 milliseconds