Searched refs:VAEncPictureTypePredictive (Results 1 – 5 of 5) sorted by relevance
344 pic_param->picture_type == VAEncPictureTypePredictive ? 2 : 3, in pps_rbsp()348 if (pic_param->picture_type == VAEncPictureTypePredictive || in pps_rbsp()1030 } else if (pic_param->picture_type == VAEncPictureTypePredictive) { in mpeg2enc_update_picture_parameter()1417 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()1420 } else if (curr_type == VAEncPictureTypePredictive) { in update_next_frame_info()1423 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()1432 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()
344 pic_param->picture_type == VAEncPictureTypePredictive ? 2 : 3, in pps_rbsp()348 if (pic_param->picture_type == VAEncPictureTypePredictive || in pps_rbsp()1046 } else if (pic_param->picture_type == VAEncPictureTypePredictive) { in mpeg2enc_update_picture_parameter()1433 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()1436 } else if (curr_type == VAEncPictureTypePredictive) { in update_next_frame_info()1439 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()1448 ctx->next_type = VAEncPictureTypePredictive; in update_next_frame_info()
108 …Params.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive; in renderPictureParams()
197 …_param.picture_type = (task->type == FTYPE_I) ? VAEncPictureTypeIntra : VAEncPictureTypePredictive; in renderPictureParams()
2284 VAEncPictureTypePredictive = 1, enumerator