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:nsegsamples
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dca_xll.h
110
int nsegsamples_log2; ///< log2(
nsegsamples
)
111
int
nsegsamples
; ///< Samples in segment per one frequency band
member
H
A
D
dca_xll.c
311
if (b->highest_pred_order > s->
nsegsamples
) {
in chs_parse_header()
511
part_a = b->msb_sample_buffer[i] + seg * s->
nsegsamples
;
in chs_parse_band_data()
513
nsamples_part_b = s->
nsegsamples
- c->nsamples_part_a[k];
in chs_parse_band_data()
586
b->lsb_sample_buffer[i] + seg * s->
nsegsamples
,
in chs_parse_band_data()
587
s->
nsegsamples
, b->nscalablelsbs[i]);
in chs_parse_band_data()
610
offset = seg * s->
nsegsamples
;
in chs_clear_band_data()
611
nsamples = s->
nsegsamples
;
in chs_clear_band_data()
827
s->
nsegsamples
= 1 << s->nsegsamples_log2;
in parse_common_header()
828
if (s->
nsegsamples
> 512) {
in parse_common_header()
Completed in 3 milliseconds