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:ff_aanscales
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aandcttab.c
26
const uint16_t
ff_aanscales
[64] = {
variable
H
A
D
aandcttab.h
29
extern const uint16_t
ff_aanscales
[64];
H
A
D
asvenc.c
334
int q = 32LL * scale * ff_mpeg1_default_intra_matrix[i] *
ff_aanscales
[i];
in encode_init()
H
A
D
mv30.c
104
table[i] = ((int)
ff_aanscales
[i] * (int)table[i] + 0x800) >> 12;
in get_qtable()
H
A
D
mpegvideo_enc.c
133
* Assume x =
ff_aanscales
[i] * qscale * quant_matrix[i]
in ff_convert_matrix()
143
int64_t den =
ff_aanscales
[i] * (int64_t) qscale2 * quant_matrix[j];
in ff_convert_matrix()
145
* Assume x =
ff_aanscales
[i] * qscale * quant_matrix[i]
in ff_convert_matrix()
178
max = (8191LL *
ff_aanscales
[i]) >> 14;
in ff_convert_matrix()
/third_party/ffmpeg/libavcodec/tests/
H
A
D
dct.c
210
scale = 8 * (1 << (AANSCALE_BITS + 11)) /
ff_aanscales
[i];
in dct_error()
Completed in 11 milliseconds