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:luma_bands
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
indeo4.c
178
pic_conf.
luma_bands
= decode_plane_subdivision(&ctx->gb);
in decode_pic_hdr()
180
if (pic_conf.
luma_bands
)
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()
200
ctx->pic_conf.
luma_bands
= 0;
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
indeo5.c
82
pic_conf.
luma_bands
= get_bits(&ctx->gb, 2) * 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()
201
quant_mat = (pic_conf.
luma_bands
> 1) ? i+1 : 0;
in decode_gop_header()
662
ctx->pic_conf.
luma_bands
= ctx->pic_conf.chroma_bands = 1;
in decode_init()
H
A
D
ivi.h
209
uint8_t
luma_bands
;
member
279
str1->
luma_bands
!= str2->
luma_bands
|| str1->chroma_bands != str2->chroma_bands;
in ivi_pic_config_cmp()
H
A
D
ivi.c
302
cfg->
luma_bands
< 1 || cfg->chroma_bands < 1)
in ff_ivi_init_planes()
308
planes[0].num_bands = cfg->
luma_bands
;
in ff_ivi_init_planes()
926
if (ctx->pic_conf.
luma_bands
<= 1 && i == 2)
in prepare_buf()
Completed in 6 milliseconds