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
defs:pred_mode
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264data.h
36
uint8_t
pred_mode
;
member
H
A
D
aacenc.c
567
int ms_mode = 0, is_mode = 0, tns_mode = 0,
pred_mode
= 0;
in aac_encode_frame()
local
H
A
D
h264_cabac.c
1373
static int decode_cabac_mb_intra4x4_pred_mode(H264SliceContext *sl, int
pred_mode
)
in decode_cabac_mb_intra4x4_pred_mode()
argument
2075
int i,
pred_mode
;
in ff_h264_decode_mb_cabac()
local
[all...]
H
A
D
h264_cavlc.c
798
int
pred_mode
;
in ff_h264_decode_mb_cavlc()
local
H
A
D
hevcdec.h
328
enum PredMode
pred_mode
; ///< PredMode
member
/third_party/ffmpeg/tests/checkasm/
H
A
D
h264pred.c
147
int
pred_mode
;
in check_pred4x4()
local
166
int
pred_mode
;
in check_pred8x8()
local
186
int
pred_mode
;
check_pred16x16()
local
206
int
pred_mode
;
check_pred8x8l()
local
[all...]
Completed in 11 milliseconds