Searched refs:first_show_idx (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/vp9/ |
D | simple_encode.cc | 653 int coding_frame_count, int first_show_idx, in SetGroupOfPicture() argument 661 group_of_picture->start_show_index = first_show_idx; in SetGroupOfPicture() 686 encode_frame_info.show_idx = first_show_idx; in SetGroupOfPicture() 702 encode_frame_info.show_idx = first_show_idx + show_frame_count; in SetGroupOfPicture() 716 encode_frame_info.show_idx = first_show_idx + i; in SetGroupOfPicture() 736 int first_show_idx; in UpdateGroupOfPicture() local 739 &coding_frame_count, &first_show_idx, in UpdateGroupOfPicture() 742 first_show_idx, last_gop_use_alt_ref, start_coding_index, in UpdateGroupOfPicture()
|
/external/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 253 int *coding_frame_count, int *first_show_idx,
|
D | vp9_firstpass.c | 3747 int *first_show_idx, in vp9_get_next_group_of_picture() argument 3760 *first_show_idx = cpi->common.current_video_frame; in vp9_get_next_group_of_picture() 3766 &cpi->oxcf, &cpi->twopass, *first_show_idx, rc.min_gf_interval); in vp9_get_next_group_of_picture() 3777 &cpi->oxcf, &cpi->twopass, &cpi->frame_info, &rc, *first_show_idx, in vp9_get_next_group_of_picture()
|