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:block_len_bits
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wmaenc.c
115
int window_index = s->frame_len_bits - s->
block_len_bits
;
in apply_window_and_mdct()
119
int window_len = 1 << s->
block_len_bits
;
in apply_window_and_mdct()
145
ptr = s->exponent_bands[s->frame_len_bits - s->
block_len_bits
];
in init_exp()
167
ptr = s->exponent_bands[s->frame_len_bits - s->
block_len_bits
];
in encode_exp_vlc()
211
s->
block_len_bits
= s->frame_len_bits;
in encode_block()
214
s->block_len = 1 << s->
block_len_bits
;
in encode_block()
216
bsize = s->frame_len_bits - s->
block_len_bits
;
in encode_block()
297
if (s->
block_len_bits
!= s->frame_len_bits)
in encode_block()
380
s->
block_len_bits
= s->frame_len_bits; // required by non variable block len
in encode_superframe()
381
s->block_len = 1 << s->
block_len_bits
;
in encode_superframe()
[all...]
H
A
D
wmadec.c
343
ptr = s->exponent_bands[s->frame_len_bits - s->
block_len_bits
];
in decode_exp_vlc()
399
if (s->
block_len_bits
<= s->prev_block_len_bits) {
in wma_window()
401
bsize = s->frame_len_bits - s->
block_len_bits
;
in wma_window()
420
if (s->
block_len_bits
<= s->next_block_len_bits) {
in wma_window()
422
bsize = s->frame_len_bits - s->
block_len_bits
;
in wma_window()
474
"
block_len_bits
%d out of range\n",
in wma_decode_block()
478
s->
block_len_bits
= s->frame_len_bits - v;
in wma_decode_block()
481
s->prev_block_len_bits = s->
block_len_bits
;
in wma_decode_block()
482
s->
block_len_bits
= s->next_block_len_bits;
in wma_decode_block()
496
s->
block_len_bits
in wma_decode_block()
[all...]
H
A
D
wma.h
105
int
block_len_bits
; ///< log2 of current block length
member
H
A
D
wma.c
104
s->
block_len_bits
= s->frame_len_bits;
in ff_wma_init()
452
*
block_len_bits
would be better */
in ff_wma_run_level_decode()
Completed in 4 milliseconds