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 …]
2748 const GOP_COMMAND *gop_command = &cpi->encode_command.gop_command; in define_gf_group() local2750 if (gop_command->use) { in define_gf_group()2751 gop_coding_frames = gop_command_coding_frame_count(gop_command); in define_gf_group()2752 use_alt_ref = gop_command->use_alt_ref; in define_gf_group()3749 const GOP_COMMAND *gop_command = &cpi->encode_command.gop_command; in vp9_get_next_group_of_picture() local3771 if (gop_command->use) { in vp9_get_next_group_of_picture()3772 *coding_frame_count = gop_command_coding_frame_count(gop_command); in vp9_get_next_group_of_picture()3773 *use_alt_ref = gop_command->use_alt_ref; in vp9_get_next_group_of_picture()3774 assert(gop_command->show_frame_count <= rc.frames_to_key); in vp9_get_next_group_of_picture()
1017 GOP_COMMAND gop_command; in GetGopCommand() local1033 gop_command_on(&gop_command, show_frame_count, use_alt_ref); in GetGopCommand()1035 gop_command_off(&gop_command); in GetGopCommand()1037 return gop_command; in GetGopCommand()1069 const GOP_COMMAND gop_command = GetGopCommand(gop_map_, show_frame_count_); in StartEncode() local1070 encode_command_set_gop_command(&impl_ptr_->cpi->encode_command, gop_command); in StartEncode()1145 const GOP_COMMAND gop_command = GetGopCommand(gop_map_, show_frame_count_); in PostUpdateState() local1147 gop_command); in PostUpdateState()1252 const GOP_COMMAND gop_command = GetGopCommand(gop_map, start_show_index); in GetCodingFrameNumFromGopMap() local1253 start_show_index += gop_command.show_frame_count; in GetCodingFrameNumFromGopMap()[all …]