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_INTRA_PCM
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegutils.h
75
#define
IS_INTRA_PCM
(a) ((a) & MB_TYPE_INTRA_PCM)
macro
H
A
D
h264_mb_template.c
98
if (!SIMPLE &&
IS_INTRA_PCM
(mb_type)) {
in hl_decode_mb()
306
if (!SIMPLE &&
IS_INTRA_PCM
(mb_type)) {
in hl_decode_mb_444()
H
A
D
h264_cabac.c
2035
if(
IS_INTRA_PCM
(mb_type)) {
in ff_h264_decode_mb_cabac()
2381
nnz_cache[3+8*12 + 2*8*i]= !
IS_INTRA_PCM
(sl->left_type[LEFT(i)]) ? 0 : 64;
in ff_h264_decode_mb_cabac()
2385
uint32_t top_empty = !
IS_INTRA_PCM
(sl->top_type) ? 0 : 0x40404040;
in ff_h264_decode_mb_cabac()
H
A
D
h264_cavlc.c
772
if(
IS_INTRA_PCM
(mb_type)){
in ff_h264_decode_mb_cavlc()
H
A
D
h264_mb.c
804
IS_INTRA_PCM
(mb_type) || sl->qscale == 0;
in ff_h264_hl_decode_mb()
Completed in 9 milliseconds