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:x264_build
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_sei.h
112
int
x264_build
;
member
H
A
D
h264_sei.c
280
h->
x264_build
= build;
in decode_unregistered_user_data()
282
h->
x264_build
= 67;
in decode_unregistered_user_data()
H
A
D
h264_parser.c
278
p->sei.unregistered.
x264_build
= -1;
in parse_nal_units()
568
if (p->sei.unregistered.
x264_build
< 44U)
in parse_nal_units()
H
A
D
h264_slice.c
367
h->
x264_build
= h1->
x264_build
;
in ff_h264_update_thread_context()
458
h->sei.unregistered.
x264_build
= h1->sei.unregistered.
x264_build
;
in ff_h264_update_thread_context()
582
if (h->sei.unregistered.
x264_build
>= 0)
in h264_frame_start()
583
h->
x264_build
= h->sei.unregistered.
x264_build
;
in h264_frame_start()
964
if (h->
x264_build
< 44U)
in h264_slice_header_init()
H
A
D
h264_direct.c
412
h->
x264_build
> 33U))) {
in pred_spatial_direct_motion()
447
h->
x264_build
> 33U))) {
in pred_spatial_direct_motion()
H
A
D
h264dec.h
362
int
x264_build
;
member
H
A
D
h264dec.c
300
h->sei.unregistered.
x264_build
= -1;
in h264_init_context()
1058
{ "
x264_build
", "Assume this x264 version if no x264 version found in any SEI", OFFSET(
x264_build
), AV_OPT_TYPE_INT, {.i64 = -1}, -1, INT_MAX, VD },
H
A
D
h264_mb.c
640
if (h->
x264_build
< 151U) {
in hl_decode_mb_predict_luma()
H
A
D
h264_cabac.c
2356
if (h->
x264_build
< 151U) {
in ff_h264_decode_mb_cabac()
Completed in 16 milliseconds