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:nframesamples
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dca_xll.c
391
int nchsamples = s->
nframesamples
+ ndecisamples;
in chs_alloc_msb_band_data()
419
nsamples += s->
nframesamples
* c->nchannels;
in chs_alloc_lsb_band_data()
433
ptr += s->
nframesamples
;
in chs_alloc_lsb_band_data()
608
nsamples = s->
nframesamples
;
in chs_clear_band_data()
632
int nsamples = s->
nframesamples
;
in chs_filter_band_data()
712
int n, ch, nsamples = s->
nframesamples
;
in chs_assemble_msbs_lsbs()
733
int ch, nsamples = s->
nframesamples
;
in chs_assemble_freq_bands()
835
s->
nframesamples
= 1 << s->nframesamples_log2;
in parse_common_header()
836
if (s->
nframesamples
> 65536) {
in parse_common_header()
1196
coeff, s->
nframesamples
);
in undo_down_mix()
[all...]
H
A
D
dca_xll.h
112
int nframesamples_log2; ///< log2(
nframesamples
)
113
int
nframesamples
; ///< Samples in frame per one frequency band
member
H
A
D
dca_core.c
776
int
nframesamples
= nchsamples * DCA_CHANNELS * DCA_SUBBANDS;
in alloc_sample_buffer()
local
783
(
nframesamples
+ nlfesamples) * sizeof(int32_t));
in alloc_sample_buffer()
792
s->lfe_samples = s->subband_buffer +
nframesamples
;
in alloc_sample_buffer()
1285
int
nframesamples
= nchsamples * DCA_CHANNELS * DCA_SUBBANDS_X96;
in alloc_x96_sample_buffer()
local
1291
nframesamples
* sizeof(int32_t));
in alloc_x96_sample_buffer()
Completed in 7 milliseconds