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:mode_count
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vorbis_parser.c
81
int got_framing_bit,
mode_count
, got_mode_header, last_mode_count = 0;
in parse_setup_header()
local
129
mode_count
= 0;
in parse_setup_header()
135
mode_count
++;
in parse_setup_header()
136
if (
mode_count
> 64)
in parse_setup_header()
139
if (get_bits(&gb0, 6) + 1 ==
mode_count
) {
in parse_setup_header()
141
last_mode_count =
mode_count
;
in parse_setup_header()
167
s->
mode_count
=
mode_count
= last_mode_count;
in parse_setup_header()
170
s->mode_mask = ((1 << (av_log2(
mode_count
- 1) + 1)) - 1) << 1;
in parse_setup_header()
176
for (i =
mode_count
in parse_setup_header()
[all...]
H
A
D
vorbis_parser_internal.h
41
int
mode_count
; ///< number of modes
member
H
A
D
vorbisdec.c
150
uint8_t
mode_count
;
member
895
vc->
mode_count
= get_bits(gb, 6) + 1;
in vorbis_parse_setup_hdr_modes()
896
vc->modes = av_mallocz(vc->
mode_count
* sizeof(*vc->modes));
in vorbis_parse_setup_hdr_modes()
900
ff_dlog(NULL, " There are %d modes.\n", vc->
mode_count
);
in vorbis_parse_setup_hdr_modes()
902
for (i = 0; i < vc->
mode_count
; ++i) {
in vorbis_parse_setup_hdr_modes()
1633
if (vc->
mode_count
== 1) {
in vorbis_parse_audio_packet()
1636
GET_VALIDATED_INDEX(mode_number, ilog(vc->
mode_count
-1), vc->
mode_count
)
in vorbis_parse_audio_packet()
Completed in 5 milliseconds