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_INTRA16x16
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegutils.h
69
#define
IS_INTRA16x16
(a) ((a) & MB_TYPE_INTRA16x16)
macro
H
A
D
mpegutils.c
221
else if (
IS_INTRA16x16
(mb_type))
in ff_print_debug_info2()
H
A
D
h264_cavlc.c
632
if(
IS_INTRA16x16
(mb_type)){
in decode_luma_residual()
1062
if(!
IS_INTRA16x16
(mb_type)){
in ff_h264_decode_mb_cavlc()
1096
if(cbp ||
IS_INTRA16x16
(mb_type)){
in ff_h264_decode_mb_cavlc()
H
A
D
svq3.c
925
if (!
IS_INTRA16x16
(mb_type) &&
in svq3_decode_mb()
935
if (
IS_INTRA16x16
(mb_type) ||
in svq3_decode_mb()
944
if (
IS_INTRA16x16
(mb_type)) {
in svq3_decode_mb()
955
const int index =
IS_INTRA16x16
(mb_type) ? 1 : 0;
in svq3_decode_mb()
H
A
D
h264_cabac.c
1394
/* No need to test for IS_INTRA4x4 and
IS_INTRA16x16
, as we set chroma_pred_mode_table to 0 */
in decode_cabac_mb_chroma_pre_mode()
1878
if(
IS_INTRA16x16
( mb_type ) ) {
in decode_cabac_luma_residual()
2334
if( !
IS_INTRA16x16
( mb_type ) ) {
in ff_h264_decode_mb_cabac()
2394
if( cbp ||
IS_INTRA16x16
( mb_type ) ) {
in ff_h264_decode_mb_cabac()
H
A
D
h264_mb.c
739
if (
IS_INTRA16x16
(mb_type)) {
in hl_decode_mb_idct_luma()
H
A
D
rv34.c
401
r->is16 = !!
IS_INTRA16x16
(s->current_picture_ptr->mb_type[mb_pos]);
in rv34_decode_inter_mb_header()
Completed in 15 milliseconds