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:FILTER_SHIFT
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libswresample/
H
A
D
resample_template.c
31
# define
FILTER_SHIFT
0
macro
41
# define
FILTER_SHIFT
0
macro
51
# define
FILTER_SHIFT
30
macro
57
# define FOFFSET (1<<(
FILTER_SHIFT
-1))
58
# define OUT(d, v) (d) = av_clipl_int32((v)>>
FILTER_SHIFT
)
63
# define
FILTER_SHIFT
15
macro
70
# define FOFFSET (1<<(
FILTER_SHIFT
-1))
71
# define OUT(d, v) (d) = av_clip_int16((v)>>
FILTER_SHIFT
)
153
#if
FILTER_SHIFT
== 0
in resample_linear()
174
# if
FILTER_SHIFT
in resample_linear()
204
#undef
FILTER_SHIFT
global()
macro
[all...]
H
A
D
resample.c
252
filtered[j]= sum / (1<<
FILTER_SHIFT
);
in build_filter()
/third_party/pulseaudio/src/pulsecore/ffmpeg/
H
A
D
resample2.c
31
#define
FILTER_SHIFT
15
macro
40
#define
FILTER_SHIFT
30
macro
49
#define
FILTER_SHIFT
0
macro
155
filtered[j]= sum / (1<<
FILTER_SHIFT
);
in av_build_filter()
188
av_build_filter(c->filter_bank, factor, c->filter_length, phase_count, 1<<
FILTER_SHIFT
, WINDOW_TYPE);
in av_resample_init()
258
val = (val + (1<<(
FILTER_SHIFT
-1)))>>
FILTER_SHIFT
;
in av_resample()
Completed in 4 milliseconds