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:pp_time
(Results
1 - 14
of
14
) 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()
89
s->
pp_time
;
in ff_mpeg4_init_direct_mv()
97
uint16_t time_pp = s->
pp_time
;
in ff_mpeg4_set_one_direct_mv()
H
A
D
mpeg_er.c
54
er->
pp_time
= s->
pp_time
;
in ff_mpeg_er_frame_start()
H
A
D
rv10.c
279
s->
pp_time
= s->time - s->last_non_b_time;
in rv20_decode_picture_header()
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
error_resilience.h
81
uint16_t
pp_time
;
member
H
A
D
ituh263dec.c
724
uint16_t time_pp = s->
pp_time
;
in set_one_direct_mv()
1326
s->
pp_time
= s->time - s->last_non_b_time;
in ff_h263_decode_picture_header()
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()
1333
s->
pp_time
<= 0){
in ff_h263_decode_picture_header()
1334
s->
pp_time
= 2;
in ff_h263_decode_picture_header()
H
A
D
nvdec_mpeg4.c
82
.trd = { s->
pp_time
, s->pp_field_time >> 1 },
in nvdec_mpeg4_start_frame()
H
A
D
vdpau_mpeg4.c
61
info->trd[0] = s->
pp_time
;
in vdpau_mpeg4_start_frame()
H
A
D
vaapi_mpeg4.c
94
.TRD = s->
pp_time
,
in vaapi_mpeg4_start_frame()
H
A
D
mpegvideo.h
368
uint16_t
pp_time
; ///< time distance between the last 2 p,s,i frames
member
H
A
D
motion_est.c
119
const int time_pp= s->
pp_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()
1398
const int time_pp= s->
pp_time
;
in direct_search()
H
A
D
mpeg4videodec.c
2993
s->
pp_time
= s->time - s->last_non_b_time;
in decode_vop_header()
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()
3000
s->
pp_time
<= 0) {
in decode_vop_header()
3011
ROUNDED_DIV(s->last_non_b_time - s->
pp_time
, ctx->t_frame)) * 2;
in decode_vop_header()
3013
ROUNDED_DIV(s->last_non_b_time - s->
pp_time
, ctx->t_frame)) * 2;
in decode_vop_header()
H
A
D
mpegvideo_dec.c
577
s->
pp_time
= 0;
in ff_mpeg_flush()
H
A
D
mpegvideo_enc.c
1760
s->last_non_b_time = s->time - s->
pp_time
;
in ff_mpv_encode_picture()
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()
3475
s->
pp_time
= s->time - s->last_non_b_time;
in set_frame_distances()
3477
av_assert1(s->picture_number==0 || s->
pp_time
> 0);
in set_frame_distances()
H
A
D
error_resilience.c
1203
if (s->
pp_time
) {
in ff_er_frame_end()
1204
int time_pp = s->
pp_time
;
in ff_er_frame_end()
Completed in 24 milliseconds