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:field_pic
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegutils.c
58
const int
field_pic
= picture_structure != PICT_FRAME;
in ff_draw_horiz_band()
local
59
if (
field_pic
) {
in ff_draw_horiz_band()
66
if (
field_pic
&& first_field &&
in ff_draw_horiz_band()
H
A
D
mpeg12dec.c
1692
const int
field_pic
= s->picture_structure != PICT_FRAME;
in mpeg_decode_slice()
local
1802
(s->mv_type == MV_TYPE_FIELD &&
field_pic
)) {
in mpeg_decode_slice()
1834
ff_mpeg_draw_horiz_band(s, mb_size * (s->mb_y >>
field_pic
), mb_size);
in mpeg_decode_slice()
1838
s->mb_y += 1 <<
field_pic
;
in mpeg_decode_slice()
1965
const int
field_pic
= s->picture_structure != PICT_FRAME;
in slice_decode_thread()
local
1967
s->er.error_count = (3 * (s->end_mb_y - s->start_mb_y) * s->mb_width) >>
field_pic
;
in slice_decode_thread()
2001
mb_y <<=
field_pic
;
in slice_decode_thread()
local
2031
if (/* s->mb_y <<
field_pic
== s->mb_height && */ !s->first_field && !s1->first_slice) {
in slice_end()
2640
const int
field_pic
= s2->picture_structure != PICT_FRAME;
in decode_chunks()
local
2646
mb_y <<=
field_pic
;
in decode_chunks()
local
[all...]
H
A
D
h264dec.c
106
const int
field_pic
= h->picture_structure != PICT_FRAME;
in ff_h264_draw_horiz_band()
local
107
if (
field_pic
) {
in ff_h264_draw_horiz_band()
114
if (
field_pic
&& h->first_field && !(avctx->slice_flags & SLICE_FLAG_ALLOW_FIELD))
in ff_h264_draw_horiz_band()
Completed in 6 milliseconds