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:samples_flt
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libmp3lame.c
55
float *
samples_flt
[2];
member
81
av_freep(&s->
samples_flt
[0]);
in mp3lame_encode_close()
82
av_freep(&s->
samples_flt
[1]);
in mp3lame_encode_close()
156
s->
samples_flt
[ch] = av_malloc_array(avctx->frame_size,
in mp3lame_encode_init()
157
sizeof(*s->
samples_flt
[ch]));
in mp3lame_encode_init()
158
if (!s->
samples_flt
[ch]) {
in mp3lame_encode_init()
213
s->fdsp->vector_fmul_scalar(s->
samples_flt
[ch],
in mp3lame_encode_frame()
218
ENCODE_BUFFER(lame_encode_buffer_float, float, s->
samples_flt
);
in mp3lame_encode_frame()
H
A
D
nellymoserdec.c
149
float *
samples_flt
;
in decode_tag()
local
167
samples_flt
= (float *)frame->data[0];
in decode_tag()
170
nelly_decode_block(s, buf,
samples_flt
);
in decode_tag()
171
samples_flt
+= NELLY_SAMPLES;
in decode_tag()
Completed in 2 milliseconds