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:ref_idc
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
h264dec.c
43
int
ref_idc
= (code >> 5) & 3;
in h264_probe()
local
55
if (ref_zero[type] == 1 &&
ref_idc
)
in h264_probe()
57
if (ref_zero[type] == -1 && !
ref_idc
)
in h264_probe()
/third_party/ffmpeg/libavcodec/
H
A
D
h264_parser.c
334
nal.
ref_idc
= get_bits(&nal.gb, 2);
in parse_nal_units()
457
&p->poc, p->picture_structure, nal.
ref_idc
);
in parse_nal_units()
465
if (nal.
ref_idc
&& nal.type != H264_NAL_IDR_SLICE) {
in parse_nal_units()
474
if (nal.
ref_idc
!= 0) {
in parse_nal_units()
H
A
D
h2645_parse.h
57
int
ref_idc
;
member
H
A
D
h2645_parse.c
324
nal->
ref_idc
= get_bits(gb, 2);
in h264_parse_nal_header()
329
nal->type, h264_nal_unit_name(nal->type), nal->
ref_idc
);
in h264_parse_nal_header()
H
A
D
h264_slice.c
1561
h->droppable = (nal->
ref_idc
== 0);
in h264_field_start()
1774
h->ps.sps, &h->poc, h->picture_structure, nal->
ref_idc
);
in h264_field_start()
1802
(h->recovery_frame == h->poc.frame_num && nal->
ref_idc
)) {
in h264_field_start()
1984
if (nal->
ref_idc
) {
in h264_slice_header_parse()
2100
nal->
ref_idc
== 0))
in h264_slice_init()
2290
h->droppable != (nal->
ref_idc
== 0)) {
in ff_h264_queue_decode_slice()
H
A
D
h264dec.c
616
nal->
ref_idc
== 0 && nal->type != H264_NAL_SEI)
in decode_nal_units()
620
h->nal_ref_idc = nal->
ref_idc
;
in decode_nal_units()
Completed in 9 milliseconds