Searched refs:first_is_key_frame (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 252 int *first_is_key_frame, int *use_alt_ref, 277 int first_is_key_frame,
|
D | vp9_firstpass.c | 3745 void vp9_get_next_group_of_picture(const VP9_COMP *cpi, int *first_is_key_frame, in vp9_get_next_group_of_picture() argument 3763 *first_is_key_frame = 0; in vp9_get_next_group_of_picture() 3768 *first_is_key_frame = 1; in vp9_get_next_group_of_picture() 3778 multi_layer_arf, allow_alt_ref, *first_is_key_frame, in vp9_get_next_group_of_picture() 3788 int first_is_key_frame, in vp9_get_gop_coding_frame_count() argument 3792 const int arf_active_or_kf = last_gop_use_alt_ref || first_is_key_frame; in vp9_get_gop_coding_frame_count() 3836 int first_is_key_frame = 0; in vp9_get_coding_frame_num() local 3841 first_is_key_frame = 1; in vp9_get_coding_frame_num() 3846 allow_alt_ref, first_is_key_frame, last_gop_use_alt_ref, &use_alt_ref); in vp9_get_coding_frame_num()
|
/external/libvpx/vp9/ |
D | simple_encode.cc | 652 static void SetGroupOfPicture(int first_is_key_frame, int use_alt_ref, in SetGroupOfPicture() argument 663 group_of_picture->first_is_key_frame = first_is_key_frame; in SetGroupOfPicture() 676 if (first_is_key_frame) { in SetGroupOfPicture() 733 int first_is_key_frame; in UpdateGroupOfPicture() local 738 vp9_get_next_group_of_picture(cpi, &first_is_key_frame, &use_alt_ref, in UpdateGroupOfPicture() 741 SetGroupOfPicture(first_is_key_frame, use_alt_ref, coding_frame_count, in UpdateGroupOfPicture()
|
D | simple_encode.h | 351 int first_is_key_frame; member
|