OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frame_within_gop
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
66
int
frame_within_gop
;
member in struct:SvcInternal
598
const int is_keyframe = (si->
frame_within_gop
== 0);
707
si->
frame_within_gop
== 0) {
721
svc_params.distance_from_i_frame = si->
frame_within_gop
;
730
si->
frame_within_gop
== 0;
787
if (si->
frame_within_gop
>= si->kf_dist ||
790
si->
frame_within_gop
= 0;
792
si->is_keyframe = (si->
frame_within_gop
== 0);
796
"vpx_svc_encode layers: %d, frame_count: %d,
frame_within_gop
: %d\n",
797
si->layers, si->encode_frame_count, si->
frame_within_gop
);
[
all
...]
Completed in 36 milliseconds