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:MAX_FRAMESIZE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wmavoice.c
53
#define
MAX_FRAMESIZE
160 ///< maximum number of samples per frame
macro
55
#define MAX_SFRAMESIZE (
MAX_FRAMESIZE
* MAX_FRAMES)
226
///< << 16) / #
MAX_FRAMESIZE
278
float denoise_filter_cache[
MAX_FRAMESIZE
];
813
float synth_filter_in_buf[
MAX_FRAMESIZE
/ 2],
in postfilter()
817
av_assert0(size <=
MAX_FRAMESIZE
/ 2);
in postfilter()
1064
s->aw_n_pulses[0] = (pitch[0] - 1 +
MAX_FRAMESIZE
/ 2 - offset) / pitch[0];
in aw_parse_coords()
1067
s->aw_n_pulses[1] = (pitch[1] - 1 +
MAX_FRAMESIZE
- offset) / pitch[1];
in aw_parse_coords()
1068
s->aw_first_pulse_off[1] = offset - (
MAX_FRAMESIZE
+ s->aw_pulse_range) / 2;
in aw_parse_coords()
1073
if (start_offset[bits] <
MAX_FRAMESIZE
/
in aw_parse_coords()
[all...]
H
A
D
wmaprodec.c
113
#define
MAX_FRAMESIZE
32768 ///< maximum compressed frame size
macro
184
uint8_t frame_data[
MAX_FRAMESIZE
+
374
init_put_bits(&s->pb, s->frame_data,
MAX_FRAMESIZE
);
in decode_init()
1577
init_put_bits(&s->pb, s->frame_data,
MAX_FRAMESIZE
);
in save_bits()
1582
if (len <= 0 || buflen >
MAX_FRAMESIZE
) {
in save_bits()
H
A
D
wmalosslessdec.c
44
#define
MAX_FRAMESIZE
32768 ///< maximum compressed frame size
macro
241
s->max_frame_size =
MAX_FRAMESIZE
* avctx->ch_layout.nb_channels;
in decode_init()
Completed in 9 milliseconds