Home
last modified time | relevance | path

Searched refs:ps_frm_lamda (Results 1 – 10 of 10) sorted by relevance

/external/libhevc/encoder/
Dihevce_ipe_pass.c1019 frm_lambda_ctxt_t *ps_frm_lamda, in ihevce_ipe_process() argument
1071 ps_ctxt->i4_ol_satd_lambda = ps_frm_lamda->i4_ol_satd_lambda_qf; in ihevce_ipe_process()
1072 ps_ctxt->i4_ol_sad_lambda = ps_frm_lamda->i4_ol_sad_lambda_qf; in ihevce_ipe_process()
1077 ps_ctxt->i4_ol_satd_lambda = ps_frm_lamda->i4_ol_satd_lambda_qf; in ihevce_ipe_process()
1078 ps_ctxt->i4_ol_sad_lambda = ps_frm_lamda->i4_ol_sad_lambda_qf; in ihevce_ipe_process()
1083 ps_frm_lamda, in ihevce_ipe_process()
1251 frm_lambda_ctxt_t *ps_frm_lamda, in ihevce_populate_ipe_ol_cu_lambda_prms() argument
1275 lambda_modifier = ps_frm_lamda->lambda_modifier * in ihevce_populate_ipe_ol_cu_lambda_prms()
1277 lambda_uv_modifier = ps_frm_lamda->lambda_uv_modifier * in ihevce_populate_ipe_ol_cu_lambda_prms()
1282 lambda_modifier = ps_frm_lamda->lambda_modifier; in ihevce_populate_ipe_ol_cu_lambda_prms()
[all …]
Dihevce_ipe_pass.h129 frm_lambda_ctxt_t *ps_frm_lamda,
145 frm_lambda_ctxt_t *ps_frm_lamda,
Dihevce_coarse_me_pass.c828 frm_lambda_ctxt_t *ps_frm_lamda, in ihevce_coarse_me_frame_init() argument
998 ps_master_ctxt->s_frm_prms.i4_cl_sad_lambda_qf = ps_frm_lamda->i4_cl_sad_lambda_qf; in ihevce_coarse_me_frame_init()
999 ps_master_ctxt->s_frm_prms.i4_cl_satd_lambda_qf = ps_frm_lamda->i4_cl_satd_lambda_qf; in ihevce_coarse_me_frame_init()
1000 ps_master_ctxt->s_frm_prms.i4_ol_sad_lambda_qf = ps_frm_lamda->i4_ol_sad_lambda_qf; in ihevce_coarse_me_frame_init()
1001 ps_master_ctxt->s_frm_prms.i4_ol_satd_lambda_qf = ps_frm_lamda->i4_ol_satd_lambda_qf; in ihevce_coarse_me_frame_init()
Dihevce_me_pass.c1108 frm_lambda_ctxt_t *ps_frm_lamda, in ihevce_me_frame_init() argument
1342 ps_tmp_frm_ctxt->s_frm_lambda_ctxt = *ps_frm_lamda; in ihevce_me_frame_init()
1348 ps_frm_lamda->i4_cl_sad_lambda_qf; in ihevce_me_frame_init()
1350 ps_frm_lamda->i4_cl_satd_lambda_qf; in ihevce_me_frame_init()
1352 ps_frm_lamda->i4_ol_sad_lambda_qf; in ihevce_me_frame_init()
1354 ps_frm_lamda->i4_ol_satd_lambda_qf; in ihevce_me_frame_init()
Dihevce_coarse_me_pass.h259 frm_lambda_ctxt_t *ps_frm_lamda,
Dihevce_enc_loop_pass.h133 frm_lambda_ctxt_t *ps_frm_lamda,
Dihevce_me_pass.h209 frm_lambda_ctxt_t *ps_frm_lamda,
Dihevce_enc_loop_utils.h93 frm_lambda_ctxt_t *ps_frm_lamda,
Dihevce_enc_loop_pass.c3108 frm_lambda_ctxt_t *ps_frm_lamda, in ihevce_enc_loop_process() argument
3130 ps_ctxt->i8_cl_ssd_lambda_qf = ps_frm_lamda->i8_cl_ssd_lambda_qf; in ihevce_enc_loop_process()
3131 ps_ctxt->i8_cl_ssd_lambda_chroma_qf = ps_frm_lamda->i8_cl_ssd_lambda_chroma_qf; in ihevce_enc_loop_process()
3132 ps_ctxt->u4_chroma_cost_weighing_factor = ps_frm_lamda->u4_chroma_cost_weighing_factor; in ihevce_enc_loop_process()
3133 ps_ctxt->i4_satd_lamda = ps_frm_lamda->i4_cl_satd_lambda_qf; in ihevce_enc_loop_process()
3134 ps_ctxt->i4_sad_lamda = ps_frm_lamda->i4_cl_sad_type2_lambda_qf; in ihevce_enc_loop_process()
3162 ps_ctxt->s_sao_ctxt_t.i8_cl_ssd_lambda_qf = ps_frm_lamda->i8_cl_ssd_lambda_qf; in ihevce_enc_loop_process()
3163 ps_ctxt->s_sao_ctxt_t.i8_cl_ssd_lambda_chroma_qf = ps_frm_lamda->i8_cl_ssd_lambda_chroma_qf; in ihevce_enc_loop_process()
3167 ps_frm_lamda, in ihevce_enc_loop_process()
Dihevce_enc_loop_utils.c407 frm_lambda_ctxt_t *ps_frm_lamda, in ihevce_populate_cl_cu_lambda_prms() argument
421 ps_ctxt->i4_lamda_modifier = ps_frm_lamda->lambda_modifier; in ihevce_populate_cl_cu_lambda_prms()
422 ps_ctxt->i4_uv_lamda_modifier = ps_frm_lamda->lambda_uv_modifier; in ihevce_populate_cl_cu_lambda_prms()
440 lambda_modifier = ps_frm_lamda->lambda_modifier * in ihevce_populate_cl_cu_lambda_prms()
442 lambda_uv_modifier = ps_frm_lamda->lambda_uv_modifier * in ihevce_populate_cl_cu_lambda_prms()
447 lambda_modifier = ps_frm_lamda->lambda_modifier; in ihevce_populate_cl_cu_lambda_prms()
448 lambda_uv_modifier = ps_frm_lamda->lambda_uv_modifier; in ihevce_populate_cl_cu_lambda_prms()