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:pb_time
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpeg4video.c
87
s->direct_scale_mv[0][i] = (i - tab_bias) * s->
pb_time
/ s->pp_time;
in ff_mpeg4_init_direct_mv()
88
s->direct_scale_mv[1][i] = (i - tab_bias) * (s->
pb_time
- s->pp_time) /
in ff_mpeg4_init_direct_mv()
98
uint16_t time_pb = s->
pb_time
;
in ff_mpeg4_set_one_direct_mv()
H
A
D
mpeg_er.c
55
er->
pb_time
= s->
pb_time
;
in ff_mpeg_er_frame_start()
H
A
D
error_resilience.h
82
uint16_t
pb_time
;
member
H
A
D
nvdec_mpeg4.c
83
.trb = { s->
pb_time
, s->pb_field_time >> 1 },
in nvdec_mpeg4_start_frame()
H
A
D
vdpau_mpeg4.c
62
info->trb[0] = s->
pb_time
;
in vdpau_mpeg4_start_frame()
H
A
D
rv10.c
283
s->
pb_time
= s->pp_time - (s->last_non_b_time - s->time);
in rv20_decode_picture_header()
287
if (s->pp_time <=s->
pb_time
|| s->pp_time <= s->pp_time - s->
pb_time
|| s->pp_time<=0) {
in rv20_decode_picture_header()
H
A
D
vaapi_mpeg4.c
93
.TRB = s->
pb_time
,
in vaapi_mpeg4_start_frame()
H
A
D
ituh263dec.c
725
uint16_t time_pb = s->
pb_time
;
in set_one_direct_mv()
1330
s->
pb_time
= s->pp_time - (s->last_non_b_time - s->time);
in ff_h263_decode_picture_header()
1331
if (s->pp_time <=s->
pb_time
||
in ff_h263_decode_picture_header()
1332
s->pp_time <= s->pp_time - s->
pb_time
||
in ff_h263_decode_picture_header()
1335
s->
pb_time
= 1;
in ff_h263_decode_picture_header()
H
A
D
mpegvideo.h
369
uint16_t
pb_time
; ///< time distance between the last b and p,s,i frame
member
H
A
D
motion_est.c
120
const int time_pb= s->
pb_time
;
in cmp_direct_inline()
1158
mv_scale= (s->
pb_time
<<16) / (s->pp_time<<shift);
in estimate_motion_b()
1160
mv_scale = ((s->
pb_time
- s->pp_time) * (1 << 16)) / (s->pp_time<<shift);
in estimate_motion_b()
1399
const int time_pb= s->
pb_time
;
in direct_search()
H
A
D
mpeg4videodec.c
2997
s->
pb_time
= s->pp_time - (s->last_non_b_time - s->time);
in decode_vop_header()
2998
if (s->pp_time <= s->
pb_time
||
in decode_vop_header()
2999
s->pp_time <= s->pp_time - s->
pb_time
||
in decode_vop_header()
3007
ctx->t_frame = s->
pb_time
;
in decode_vop_header()
H
A
D
mpegvideo_enc.c
3472
s->
pb_time
= s->pp_time - (s->last_non_b_time - s->time);
in set_frame_distances()
3473
av_assert1(s->
pb_time
> 0 && s->
pb_time
< s->pp_time);
in set_frame_distances()
H
A
D
error_resilience.c
1205
int time_pb = s->
pb_time
;
in ff_er_frame_end()
Completed in 25 milliseconds