• Home
  • Raw
  • Download

Lines Matching refs:s_cfg

915                     if (ps_ip->s_ive_ip.u4_max_wd > ps_codec->s_cfg.u4_max_wd)  in api_check_struct_sanity()
933 if (ps_ip->s_ive_ip.u4_max_ht > ps_codec->s_cfg.u4_max_ht) in api_check_struct_sanity()
1123 if (ps_ip->s_ive_ip.u4_wd > ps_codec->s_cfg.u4_max_wd) in api_check_struct_sanity()
1141 if (ps_ip->s_ive_ip.u4_ht > ps_codec->s_cfg.u4_max_ht) in api_check_struct_sanity()
1384 > ps_codec->s_cfg.u4_max_srch_rng_x) in api_check_struct_sanity()
1394 > ps_codec->s_cfg.u4_max_srch_rng_y) in api_check_struct_sanity()
1866 cfg_params_t *ps_curr_cfg = &ps_codec->s_cfg; in ih264e_codec_update_config()
1899 if (ps_codec->s_cfg.e_air_mode != IVE_AIR_MODE_NONE) in ih264e_codec_update_config()
1941 if (ps_codec->s_cfg.u4_src_frame_rate in ih264e_codec_update_config()
1944 ps_codec->s_cfg.u4_src_frame_rate = ps_cfg->u4_src_frame_rate in ih264e_codec_update_config()
1949 ps_codec->s_cfg.u4_src_frame_rate); in ih264e_codec_update_config()
1953 ps_codec->s_cfg.u4_src_frame_rate); in ih264e_codec_update_config()
1956 ps_codec->s_cfg.u4_src_frame_rate, in ih264e_codec_update_config()
1960 if (ps_codec->s_cfg.u4_tgt_frame_rate in ih264e_codec_update_config()
1963 ps_codec->s_cfg.u4_tgt_frame_rate = ps_cfg->u4_tgt_frame_rate in ih264e_codec_update_config()
1968 ps_codec->s_cfg.u4_tgt_frame_rate); in ih264e_codec_update_config()
1971 ps_codec->s_cfg.u4_src_frame_rate, in ih264e_codec_update_config()
1976 ps_codec->s_cfg.u4_tgt_frame_rate); in ih264e_codec_update_config()
2013 ps_codec->s_cfg.u4_enable_hpel = ps_cfg->u4_enable_hpel; in ih264e_codec_update_config()
2014 ps_codec->s_cfg.u4_enable_fast_sad = ps_cfg->u4_enable_fast_sad; in ih264e_codec_update_config()
2015 ps_codec->s_cfg.u4_me_speed_preset = ps_cfg->u4_me_speed_preset; in ih264e_codec_update_config()
2016 ps_codec->s_cfg.u4_enable_qpel = ps_cfg->u4_enable_qpel; in ih264e_codec_update_config()
2020 ps_codec->s_cfg.u4_enable_fast_sad = ps_cfg->u4_enable_fast_sad; in ih264e_codec_update_config()
2022 ps_codec->s_cfg.u4_srch_rng_x = ps_cfg->u4_srch_rng_x; in ih264e_codec_update_config()
2023 ps_codec->s_cfg.u4_srch_rng_y = ps_cfg->u4_srch_rng_y; in ih264e_codec_update_config()
2025 if (ps_codec->s_cfg.u4_enable_alt_ref != ps_cfg->u4_enable_alt_ref) in ih264e_codec_update_config()
2027 ps_codec->s_cfg.u4_enable_alt_ref = ps_cfg->u4_enable_alt_ref; in ih264e_codec_update_config()
2167 ps_codec->s_cfg.u4_i_qp_max = ps_cfg->u4_i_qp_max; in ih264e_codec_update_config()
2168 ps_codec->s_cfg.u4_i_qp_min = ps_cfg->u4_i_qp_min; in ih264e_codec_update_config()
2169 ps_codec->s_cfg.u4_i_qp = ps_cfg->u4_i_qp; in ih264e_codec_update_config()
2171 ps_codec->s_cfg.u4_p_qp_max = ps_cfg->u4_p_qp_max; in ih264e_codec_update_config()
2172 ps_codec->s_cfg.u4_p_qp_min = ps_cfg->u4_p_qp_min; in ih264e_codec_update_config()
2173 ps_codec->s_cfg.u4_p_qp = ps_cfg->u4_p_qp; in ih264e_codec_update_config()
2175 ps_codec->s_cfg.u4_b_qp_max = ps_cfg->u4_b_qp_max; in ih264e_codec_update_config()
2176 ps_codec->s_cfg.u4_b_qp_min = ps_cfg->u4_b_qp_min; in ih264e_codec_update_config()
2177 ps_codec->s_cfg.u4_b_qp = ps_cfg->u4_b_qp; in ih264e_codec_update_config()
2180 au1_init_qp[0] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_i_qp]; in ih264e_codec_update_config()
2181 au1_init_qp[1] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_p_qp]; in ih264e_codec_update_config()
2182 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_update_config()
2188 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_i_qp_min]; in ih264e_codec_update_config()
2190 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_i_qp_max]; in ih264e_codec_update_config()
2193 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_p_qp_min]; in ih264e_codec_update_config()
2195 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_p_qp_max]; in ih264e_codec_update_config()
2198 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp_min]; in ih264e_codec_update_config()
2200 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp_max]; in ih264e_codec_update_config()
2207 ps_codec->s_cfg.e_enc_mode = ps_cfg->e_enc_mode; in ih264e_codec_update_config()
2209 if (ps_codec->s_cfg.e_enc_mode == IVE_ENC_MODE_HEADER) in ih264e_codec_update_config()
2212 ps_codec->s_cfg.e_enc_mode = IVE_ENC_MODE_PICTURE; in ih264e_codec_update_config()
2220 && IVE_RC_NONE != ps_codec->s_cfg.e_rc_mode) in ih264e_codec_update_config()
2222 ps_codec->s_cfg.u4_vbv_buf_size = ps_cfg->u4_vbv_buf_size; in ih264e_codec_update_config()
2223 ps_codec->s_cfg.u4_vbv_buffer_delay = ps_cfg->u4_vbv_buffer_delay; in ih264e_codec_update_config()
2248 ps_codec->s_cfg.e_profile = ps_cfg->e_profile; in ih264e_codec_update_config()
2249 ps_codec->s_cfg.u4_entropy_coding_mode = ps_cfg->u4_entropy_coding_mode; in ih264e_codec_update_config()
2253 ps_codec->s_cfg.u4_num_cores = ps_cfg->u4_num_cores; in ih264e_codec_update_config()
2257 ps_codec->s_cfg.s_vui = ps_cfg->s_vui; in ih264e_codec_update_config()
2269 au1_init_qp[0] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_i_qp]; in ih264e_codec_update_config()
2270 au1_init_qp[1] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_p_qp]; in ih264e_codec_update_config()
2271 au1_init_qp[2] = gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp]; in ih264e_codec_update_config()
2275 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_i_qp_min]; in ih264e_codec_update_config()
2277 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_i_qp_max]; in ih264e_codec_update_config()
2280 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_p_qp_min]; in ih264e_codec_update_config()
2282 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_p_qp_max]; in ih264e_codec_update_config()
2285 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp_min]; in ih264e_codec_update_config()
2287 gau1_h264_to_mpeg2_qmap[ps_codec->s_cfg.u4_b_qp_max]; in ih264e_codec_update_config()
2290 switch (ps_codec->s_cfg.e_rc_mode) in ih264e_codec_update_config()
2317 ps_codec->s_cfg.u4_max_framerate, in ih264e_codec_update_config()
2318 ps_codec->s_cfg.u4_src_frame_rate, in ih264e_codec_update_config()
2319 ps_codec->s_cfg.u4_tgt_frame_rate, in ih264e_codec_update_config()
2321 ps_codec->s_cfg.u4_target_bitrate, in ih264e_codec_update_config()
2322 ps_codec->s_cfg.u4_max_bitrate, in ih264e_codec_update_config()
2323 ps_codec->s_cfg.u4_vbv_buffer_delay, in ih264e_codec_update_config()
2324 ps_codec->s_cfg.u4_i_frm_interval, in ih264e_codec_update_config()
2325 ps_codec->s_cfg.u4_num_bframes + 1, au1_init_qp, in ih264e_codec_update_config()
2326 ps_codec->s_cfg.u4_num_bframes + 2, au1_min_max_qp, in ih264e_codec_update_config()
2327 ps_codec->s_cfg.u4_max_level); in ih264e_codec_update_config()
2454 cfg_params_t *ps_cfg = &(ps_codec->s_cfg); in ih264e_init()
3646 ps_cfg = &ps_codec->s_cfg; in ih264e_init_mem_rec()