Searched refs:gop_command (Results 1 – 3 of 3) sorted by relevance
546 static INLINE void gop_command_on(GOP_COMMAND *gop_command, in gop_command_on() argument548 gop_command->use = 1; in gop_command_on()549 gop_command->show_frame_count = show_frame_count; in gop_command_on()550 gop_command->use_alt_ref = use_alt_ref; in gop_command_on()553 static INLINE void gop_command_off(GOP_COMMAND *gop_command) { in gop_command_off() argument554 gop_command->use = 0; in gop_command_off()555 gop_command->show_frame_count = 0; in gop_command_off()556 gop_command->use_alt_ref = 0; in gop_command_off()560 const GOP_COMMAND *gop_command) { in gop_command_coding_frame_count() argument561 if (gop_command->use == 0) { in gop_command_coding_frame_count()[all …]
2746 const GOP_COMMAND *gop_command = &cpi->encode_command.gop_command; in define_gf_group() local2748 if (gop_command->use) { in define_gf_group()2749 gop_coding_frames = gop_command_coding_frame_count(gop_command); in define_gf_group()2750 use_alt_ref = gop_command->use_alt_ref; in define_gf_group()3706 const GOP_COMMAND *gop_command = &cpi->encode_command.gop_command; in vp9_get_next_group_of_picture() local3728 if (gop_command->use) { in vp9_get_next_group_of_picture()3729 *coding_frame_count = gop_command_coding_frame_count(gop_command); in vp9_get_next_group_of_picture()3730 *use_alt_ref = gop_command->use_alt_ref; in vp9_get_next_group_of_picture()3731 assert(gop_command->show_frame_count <= rc.frames_to_key); in vp9_get_next_group_of_picture()
1012 GOP_COMMAND gop_command; in GetGopCommand() local1028 gop_command_on(&gop_command, show_frame_count, use_alt_ref); in GetGopCommand()1030 gop_command_off(&gop_command); in GetGopCommand()1032 return gop_command; in GetGopCommand()1064 const GOP_COMMAND gop_command = GetGopCommand(gop_map_, show_frame_count_); in StartEncode() local1065 encode_command_set_gop_command(&impl_ptr_->cpi->encode_command, gop_command); in StartEncode()1140 const GOP_COMMAND gop_command = GetGopCommand(gop_map_, show_frame_count_); in PostUpdateState() local1142 gop_command); in PostUpdateState()1247 const GOP_COMMAND gop_command = GetGopCommand(gop_map, start_show_index); in GetCodingFrameNumFromGopMap() local1248 start_show_index += gop_command.show_frame_count; in GetCodingFrameNumFromGopMap()[all …]