You can use the following code:
function cm_to_wp(){
if(ot_get_option('cm_title'))update_option('blogname', ot_get_option('cm_title'));
update_option('blogdescription', ot_get_option('cm_description'));
// code ....
}
add_action('after_setup_theme', 'cm_to_wp', 2);