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:ttmbf
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1.c
783
v->
ttmbf
= get_bits1(gb);
in ff_vc1_parse_frame_header()
784
if (v->
ttmbf
) {
in ff_vc1_parse_frame_header()
789
v->
ttmbf
= 1;
in ff_vc1_parse_frame_header()
822
v->
ttmbf
= get_bits1(gb);
in ff_vc1_parse_frame_header()
823
if (v->
ttmbf
) {
in ff_vc1_parse_frame_header()
828
v->
ttmbf
= 1;
in ff_vc1_parse_frame_header()
1199
v->
ttmbf
= get_bits1(gb);
in ff_vc1_parse_frame_header_adv()
1200
if (v->
ttmbf
) {
in ff_vc1_parse_frame_header_adv()
1205
v->
ttmbf
= 1;
in ff_vc1_parse_frame_header_adv()
1316
v->
ttmbf
in ff_vc1_parse_frame_header_adv()
[all...]
H
A
D
vc1_block.c
1138
&& ((v->
ttmbf
|| (ttmb != -1 && (ttmb & 8) && !first_block))
in vc1_decode_p_block()
1344
if (!v->
ttmbf
&& !s->mb_intra && mb_has_coeffs)
in vc1_decode_p_mb()
1380
if (!v->
ttmbf
&& ttmb < 8)
in vc1_decode_p_mb()
1452
if (!v->
ttmbf
&& coded_inter)
in vc1_decode_p_mb()
1485
if (!v->
ttmbf
&& ttmb < 8)
in vc1_decode_p_mb()
1679
if (!v->
ttmbf
&& cbp)
in vc1_decode_p_mb_intfr()
1697
if (!v->
ttmbf
&& ttmb < 8)
in vc1_decode_p_mb_intfr()
1817
if (!v->
ttmbf
&& cbp) {
in vc1_decode_p_mb_intfi()
1835
if (!v->
ttmbf
&& ttmb < 8)
in vc1_decode_p_mb_intfi()
1926
if (!v->
ttmbf
)
in vc1_decode_b_mb()
[all...]
H
A
D
vc1.h
256
uint8_t
ttmbf
; ///< Transform type flag
member
H
A
D
vaapi_vc1.c
367
.mb_level_transform_type_flag = v->
ttmbf
,
in vaapi_vc1_start_frame()
Completed in 7 milliseconds