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:GET_MED
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wavpack.c
248
add =
GET_MED
(0) - 1;
in wv_get_value()
251
base =
GET_MED
(0);
in wv_get_value()
252
add =
GET_MED
(1) - 1;
in wv_get_value()
256
base =
GET_MED
(0) +
GET_MED
(1);
in wv_get_value()
257
add =
GET_MED
(2) - 1;
in wv_get_value()
262
base =
GET_MED
(0) +
GET_MED
(1) +
GET_MED
(2) * (t - 2U);
in wv_get_value()
263
add =
GET_MED
(
in wv_get_value()
[all...]
H
A
D
wavpack.h
106
#define
GET_MED
(n) ((c->median[n] >> 4) + 1)
macro
H
A
D
wavpackenc.c
996
if (value <
GET_MED
(0)) {
in scan_word()
999
low =
GET_MED
(0);
in scan_word()
1002
if (value - low <
GET_MED
(1)) {
in scan_word()
1005
low +=
GET_MED
(1);
in scan_word()
1008
if (value - low <
GET_MED
(2)) {
in scan_word()
2069
if (sample < (int32_t)
GET_MED
(0)) {
in wavpack_encode_sample()
2071
high =
GET_MED
(0) - 1;
in wavpack_encode_sample()
2074
low =
GET_MED
(0);
in wavpack_encode_sample()
2077
if (sample - low <
GET_MED
(1)) {
in wavpack_encode_sample()
2079
high = low +
GET_MED
(
in wavpack_encode_sample()
[all...]
Completed in 6 milliseconds