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:word_bits
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dolby_e_parse.c
55
return AV_RB24(key) >> 24 - s->
word_bits
;
in parse_key()
75
switch (s->
word_bits
) {
in ff_dolby_e_convert_input()
94
return init_get_bits(&s->gb, s->buffer, nb_words * s->
word_bits
);
in ff_dolby_e_convert_input()
107
s->
word_bits
= 24;
in ff_dolby_e_parse_header()
109
s->
word_bits
= 20;
in ff_dolby_e_parse_header()
111
s->
word_bits
= 16;
in ff_dolby_e_parse_header()
118
s->word_bytes = s->
word_bits
+ 7 >> 3;
in ff_dolby_e_parse_header()
121
s->key_present = hdr >> 24 - s->
word_bits
& 1;
in ff_dolby_e_parse_header()
H
A
D
dolby_e.h
79
int
word_bits
;
member
96
* Set
word_bits
/word_bytes, input, input_size, key_present
H
A
D
dolby_e.c
632
return AV_RB24(key) >> 24 - s->
word_bits
;
in parse_key()
/third_party/ffmpeg/libavformat/
H
A
D
s337m.c
40
int
word_bits
;
in s337m_get_offset_and_codec()
local
43
word_bits
= 16;
in s337m_get_offset_and_codec()
47
word_bits
= 20;
in s337m_get_offset_and_codec()
50
word_bits
= 24;
in s337m_get_offset_and_codec()
62
switch (data_size /
word_bits
) {
in s337m_get_offset_and_codec()
82
*offset *= (
word_bits
+ 7 >> 3) * 2;
in s337m_get_offset_and_codec()
Completed in 4 milliseconds