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:band_flags
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
indeo5.c
387
uint8_t
band_flags
;
in decode_band_hdr()
local
389
band_flags
= get_bits(&ctx->gb, 8);
in decode_band_hdr()
391
if (
band_flags
& 1) {
in decode_band_hdr()
398
band->inherit_mv =
band_flags
& 2;
in decode_band_hdr()
399
band->inherit_qdelta =
band_flags
& 8;
in decode_band_hdr()
400
band->qdelta_present =
band_flags
& 4;
in decode_band_hdr()
405
if (
band_flags
& 0x10) {
in decode_band_hdr()
419
band->rvmap_sel = (
band_flags
& 0x40) ? get_bits(&ctx->gb, 3) : 8;
in decode_band_hdr()
422
ret = ff_ivi_dec_huff_desc(&ctx->gb,
band_flags
& 0x80, IVI_BLK_HUFF,
in decode_band_hdr()
434
if (
band_flags
in decode_band_hdr()
[all...]
H
A
D
atrac3.c
335
int
band_flags
[4], mantissa[8];
in decode_tonal_components()
local
354
band_flags
[b] = get_bits1(gb);
in decode_tonal_components()
368
if (
band_flags
[b >> 2] == 0)
in decode_tonal_components()
Completed in 3 milliseconds