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:pic_conf
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
indeo4.c
109
IVIPicConfig
pic_conf
;
in decode_pic_hdr()
local
152
pic_conf
.pic_height = get_bits(&ctx->gb, 16);
in decode_pic_hdr()
153
pic_conf
.pic_width = get_bits(&ctx->gb, 16);
in decode_pic_hdr()
155
pic_conf
.pic_height = ivi4_common_pic_sizes[pic_size_indx * 2 + 1];
in decode_pic_hdr()
156
pic_conf
.pic_width = ivi4_common_pic_sizes[pic_size_indx * 2 ];
in decode_pic_hdr()
162
pic_conf
.tile_height = scale_tile_size(
pic_conf
.pic_height, get_bits(&ctx->gb, 4));
in decode_pic_hdr()
163
pic_conf
.tile_width = scale_tile_size(
pic_conf
.pic_width, get_bits(&ctx->gb, 4));
in decode_pic_hdr()
165
pic_conf
in decode_pic_hdr()
[all...]
H
A
D
indeo5.c
65
IVIPicConfig
pic_conf
;
in decode_gop_header()
local
82
pic_conf
.luma_bands = get_bits(&ctx->gb, 2) * 3 + 1;
in decode_gop_header()
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()
93
pic_conf
in decode_gop_header()
[all...]
H
A
D
ivi.h
229
IVIPicConfig
pic_conf
;
member
H
A
D
ivi.c
926
if (ctx->
pic_conf
.luma_bands <= 1 && i == 2)
in prepare_buf()
Completed in 4 milliseconds