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
defs:pic_height
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cavs.c
406
const int
pic_height
= 16 * h->mb_height;
in mc_dir_part()
local
H
A
D
h264_mb.c
173
int
pic_height
= 16 * h->mb_height >> ref_field_picture;
in await_references()
local
228
const int
pic_height
= 16 * h->mb_height >> MB_FIELD(sl);
in mc_dir_part()
local
[all...]
H
A
D
ivi.h
204
uint16_t
pic_height
;
member
H
A
D
h264_slice.c
2642
int
pic_height
= 16 * h->mb_height >> FIELD_PICTURE(h);
in decode_finish_row()
local
H
A
D
hevcdec.c
1508
int
pic_height
= s->ps.sps->height;
in luma_mc_uni()
local
1570
int
pic_height
= s->ps.sps->height;
in luma_mc_bi()
local
1659
int
pic_height
= s->ps.sps->height >> s->ps.sps->vshift[1];
in chroma_mc_uni()
local
1731
int
pic_height
= s->ps.sps->height >> s->ps.sps->vshift[1];
chroma_mc_bi()
local
[all...]
/third_party/ffmpeg/fftools/
H
A
D
ffplay.c
849
calculate_display_rect(SDL_Rect *rect, int scr_xleft, int scr_ytop, int scr_width, int scr_height, int pic_width, int
pic_height
, AVRational pic_sar)
calculate_display_rect()
argument
Completed in 17 milliseconds