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:mbaff
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/tests/fate/
H
A
D
dnxhd.mak
8
FATE_DNXHD_SCALE := fate-dnxhd-
mbaff
\
17
fate-dnxhd-
mbaff
: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/dnxhd/dnxhd100_cid1260.mov -pix_fmt yuv422p10le -vf scale
/third_party/ffmpeg/libavcodec/
H
A
D
dnxhddec.c
74
int
mbaff
;
member
205
ctx->
mbaff
= (buf[0x6] >> 5) & 1;
in dnxhd_decode_header()
230
if (ctx->
mbaff
&& ctx->cid_table->cid != 1260)
in dnxhd_decode_header()
306
ctx->bit_depth, ctx->
mbaff
, ctx->act);
in dnxhd_decode_header()
498
if (ctx->
mbaff
) {
in dnxhd_decode_macroblock()
H
A
D
h264_direct.c
109
if (ref1->
mbaff
)
in fill_colmap()
141
cur->
mbaff
= FRAME_MBAFF(h);
in ff_h264_direct_ref_list_init()
143
av_assert0(cur->
mbaff
== FRAME_MBAFF(h));
in ff_h264_direct_ref_list_init()
164
!sl->ref_list[1][0].parent->
mbaff
) {
in ff_h264_direct_ref_list_init()
592
ref_offset = (sl->ref_list[1][0].parent->
mbaff
<< 4) & (mb_type_col[0] >> 3);
in pred_temp_direct_motion()
H
A
D
h264_picture.c
80
dst->
mbaff
= src->
mbaff
;
in h264_copy_picture_params()
H
A
D
h264dec.h
138
int
mbaff
; ///< 1 -> MBAFF frame 0-> not MBAFF
member
220
ptrdiff_t mb_linesize; ///< may be equal to s->linesize or s->linesize * 2, for
mbaff
262
H264Ref ref_list[2][48]; /**< 0..15: frame refs, 16..47:
mbaff
field refs.
Completed in 6 milliseconds