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_sine_windows
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
sinewin_tablegen.h
51
SINETABLE_CONST float *const
ff_sine_windows
[] = {
variable
70
ff_sine_window_init(
ff_sine_windows
[index], 1 << index);\
103
assert(index >= 5 && index < FF_ARRAY_ELEMS(
ff_sine_windows
));
in ff_init_ff_sine_windows()
106
ff_sine_window_init(
ff_sine_windows
[index], 1 << index);
in ff_init_ff_sine_windows()
H
A
D
sinewin_tablegen.c
40
write_float_array(
ff_sine_windows
[i], 1 << i);
in main()
H
A
D
sinewin.h
44
* initialize the specified entry of
ff_sine_windows
58
extern SINETABLE_CONST float *const
ff_sine_windows
[];
H
A
D
wma.c
300
s->windows[i] =
ff_sine_windows
[s->frame_len_bits - i];
in ff_wma_init()
H
A
D
twinvq.c
364
ff_sine_windows
[av_log2(wsize)],
in imdct_and_window()
H
A
D
wmaprodec.c
565
s->windows[WMAPRO_BLOCK_SIZES - i - 1] =
ff_sine_windows
[win_idx];
in decode_init()
Completed in 7 milliseconds