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:chroma_bands
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
indeo5.c
83
pic_conf.
chroma_bands
= get_bits1(&ctx->gb) * 3 + 1;
in decode_gop_header()
84
is_scalable = pic_conf.luma_bands != 1 || pic_conf.
chroma_bands
!= 1;
in decode_gop_header()
85
if (is_scalable && (pic_conf.luma_bands != 4 || pic_conf.
chroma_bands
!= 1)) {
in decode_gop_header()
87
pic_conf.luma_bands, pic_conf.
chroma_bands
);
in decode_gop_header()
128
for (i = 0; i < (!p ? pic_conf.luma_bands : pic_conf.
chroma_bands
); i++) {
in decode_gop_header()
230
for (i = 0; i < pic_conf.
chroma_bands
; i++) {
in decode_gop_header()
662
ctx->pic_conf.luma_bands = ctx->pic_conf.
chroma_bands
= 1;
in decode_init()
H
A
D
ivi.h
210
uint8_t
chroma_bands
;
member
279
str1->luma_bands != str2->luma_bands || str1->
chroma_bands
!= str2->
chroma_bands
;
in ivi_pic_config_cmp()
H
A
D
indeo4.c
179
pic_conf.
chroma_bands
= 0;
in decode_pic_hdr()
181
pic_conf.
chroma_bands
= decode_plane_subdivision(&ctx->gb);
in decode_pic_hdr()
189
ctx->is_scalable = pic_conf.luma_bands != 1 || pic_conf.
chroma_bands
!= 1;
in decode_pic_hdr()
190
if (ctx->is_scalable && (pic_conf.luma_bands != 4 || pic_conf.
chroma_bands
!= 1)) {
in decode_pic_hdr()
192
pic_conf.luma_bands, pic_conf.
chroma_bands
);
in decode_pic_hdr()
208
for (i = 0; i < (!p ? pic_conf.luma_bands : pic_conf.
chroma_bands
); i++) {
in decode_pic_hdr()
H
A
D
ivi.c
302
cfg->luma_bands < 1 || cfg->
chroma_bands
< 1)
in ff_ivi_init_planes()
313
planes[1].num_bands = planes[2].num_bands = cfg->
chroma_bands
;
in ff_ivi_init_planes()
Completed in 6 milliseconds