Searched refs:coding_frame_count (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | tpl_model.h | 699 int coding_frame_count; member 750 int coding_frame_count) { in rc_log_record_chunk_info() argument 752 rc_log->coding_frame_count = coding_frame_count; in rc_log_record_chunk_info() 757 printf("coding_frame_count %d base_q_index %d\n", rc_log->coding_frame_count, in rc_log_show() 759 printf("= frame %d\n", rc_log->coding_frame_count); in rc_log_show() 760 for (int coding_idx = 0; coding_idx < rc_log->coding_frame_count; in rc_log_show()
|
/aosp_15_r20/external/libvpx/vp9/ |
H A D | simple_encode.cc | 659 int coding_frame_count, int first_show_idx, in SetGroupOfPicture() argument 666 group_of_picture->show_frame_count = coding_frame_count - use_alt_ref; in SetGroupOfPicture() 702 const int show_frame_count = coding_frame_count - use_alt_ref; in SetGroupOfPicture() 741 int coding_frame_count; in UpdateGroupOfPicture() local 745 &coding_frame_count, &first_show_idx, in UpdateGroupOfPicture() 747 SetGroupOfPicture(first_is_key_frame, use_alt_ref, coding_frame_count, in UpdateGroupOfPicture() 1263 int coding_frame_count = 0; in GetCodingFrameNumFromGopMap() local 1267 coding_frame_count += gop_command_coding_frame_count(&gop_command); in GetCodingFrameNumFromGopMap() 1270 return coding_frame_count; in GetCodingFrameNumFromGopMap()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_firstpass.h | 238 int *coding_frame_count, int *first_show_idx,
|
H A D | vp9_firstpass.c | 3941 int *use_alt_ref, int *coding_frame_count, in vp9_get_next_group_of_picture() argument 3967 *coding_frame_count = gop_command_coding_frame_count(gop_command); in vp9_get_next_group_of_picture() 3971 *coding_frame_count = vp9_get_gop_coding_frame_count( in vp9_get_next_group_of_picture()
|