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:blocktype
(Results
1 - 6
of
6
) sorted by relevance
/third_party/lame/frontend/
H
A
D
gtkanal.c
266
int
blocktype
[2][2];
in plot_frame()
local
368
blocktype
[gr][ch] = pplot1->mpg123blocktype[gr][ch];
in plot_frame()
370
blocktype
[gr][ch] = pplot->
blocktype
[gr][ch];
in plot_frame()
415
if (
blocktype
[gr][ch] == 2)
in plot_frame()
479
if (
blocktype
[gr][ch] == 2)
in plot_frame()
535
switch (
blocktype
[gr][ch]) {
in plot_frame()
587
if (
blocktype
[gr][ch] == SHORT_TYPE) {
in plot_frame()
621
if (
blocktype
[gr][ch] == SHORT_TYPE && !subblock_draw[i % 3])
in plot_frame()
677
if (
blocktype
[g
in plot_frame()
[all...]
/third_party/lame/libmp3lame/
H
A
D
encoder.c
367
int
blocktype
[2];
in lame_encode_mp3_frame()
local
376
pe[gr], pe_MS[gr], tot_ener[gr],
blocktype
);
in lame_encode_mp3_frame()
389
cod_info->block_type =
blocktype
[ch];
in lame_encode_mp3_frame()
470
gfc->pinfo->
blocktype
[gr][ch] = gfc->l3_side.tt[gr][ch].block_type;
in lame_encode_mp3_frame()
H
A
D
lame-analysis.h
75
int
blocktype
[2][2];
member
H
A
D
psymodel.c
175
If we do not need to know the
blocktype
, the copying
184
For data which needs to know the
blocktype
, the copying must be
1304
/* update the
blocktype
of the previous granule, since it depends on what
in vbrpsy_apply_block_type()
1307
int
blocktype
= NORM_TYPE;
in vbrpsy_apply_block_type()
local
1314
blocktype
= STOP_TYPE;
in vbrpsy_apply_block_type()
1318
blocktype
= SHORT_TYPE;
in vbrpsy_apply_block_type()
1327
psv->blocktype_old[chn] =
blocktype
; /* save for next call to l3psy_anal */
in vbrpsy_apply_block_type()
H
A
D
mpglib_interface.c
732
memcpy(pinfo->mpg123blocktype, hip->mi.
blocktype
, sizeof(pinfo->mpg123blocktype));
in hip_finish_pinfo()
/third_party/ffmpeg/libavcodec/
H
A
D
aacpsy.c
868
int
blocktype
= ONLY_LONG_SEQUENCE;
in lame_apply_block_type()
local
871
blocktype
= LONG_STOP_SEQUENCE;
in lame_apply_block_type()
873
blocktype
= EIGHT_SHORT_SEQUENCE;
in lame_apply_block_type()
881
ctx->next_window_seq =
blocktype
;
in lame_apply_block_type()
Completed in 9 milliseconds