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:IS_8X8
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegutils.c
37
mb->w =
IS_8X8
(mb_type) || IS_8X16(mb_type) ? 8 : 16;
in add_mb()
38
mb->h =
IS_8X8
(mb_type) || IS_16X8(mb_type) ? 8 : 16;
in add_mb()
127
if (
IS_8X8
(mb_type)) {
in ff_print_debug_info2()
243
if (
IS_8X8
(mb_type))
in ff_print_debug_info2()
H
A
D
mpegutils.h
82
#define
IS_8X8
(a) ((a) & MB_TYPE_8x8)
macro
H
A
D
mpeg4video.c
140
if (
IS_8X8
(colocated_mb_type)) {
in ff_mpeg4_set_direct_mv()
H
A
D
h264_mc_template.c
110
av_assert2(
IS_8X8
(mb_type));
in hl_motion()
H
A
D
h264_mvpred.h
730
} else if (
IS_8X8
(top_type)) {
in fill_decode_caches()
741
else if (
IS_8X8
(left_type[LTOP]))
in fill_decode_caches()
748
else if (
IS_8X8
(left_type[LBOT]))
in fill_decode_caches()
H
A
D
h264_direct.c
208
const int is_b8x8 =
IS_8X8
(*mb_type);
in pred_spatial_direct_motion()
495
const int is_b8x8 =
IS_8X8
(*mb_type);
in pred_temp_direct_motion()
H
A
D
h264dec.h
761
if (
IS_8X8
(mb_type)) {
in write_back_motion()
H
A
D
h264_mb.c
122
av_assert2(
IS_8X8
(mb_type));
in await_references()
H
A
D
error_resilience.c
1161
if (
IS_8X8
(mb_type)) {
in ff_er_frame_end()
H
A
D
ituh263dec.c
761
if (
IS_8X8
(colocated_mb_type)) {
in set_direct_mv()
H
A
D
motion_est.c
1407
if (
IS_8X8
(s->next_picture.mb_type[mot_xy])) {
in direct_search()
H
A
D
rv34.c
898
if(!(IS_16X8(next_bt) || IS_8X16(next_bt) ||
IS_8X8
(next_bt))) //we can use whole macroblock MC
in rv34_decode_mv()
H
A
D
mpeg4videodec.c
1428
if (
IS_8X8
(mb_type)) {
in mpeg4_decode_partitioned_mb()
Completed in 22 milliseconds