Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c311 enc_loop_chrm_cu_buf_prms_t s_chrm_cu_buf_prms; in ihevce_cu_mode_decide() local
369 s_chrm_cu_buf_prms.i4_chrm_recon_stride = ps_cu_prms->i4_chrm_recon_stride; in ihevce_cu_mode_decide()
371 s_chrm_cu_buf_prms.i4_chrm_src_stride = ps_cu_prms->i4_chrm_src_stride; in ihevce_cu_mode_decide()
497 s_chrm_cu_buf_prms.pu1_final_recon = in ihevce_cu_mode_decide()
500 s_chrm_cu_buf_prms.pu1_curr_src = in ihevce_cu_mode_decide()
503 s_chrm_cu_buf_prms.pu1_final_recon += in ihevce_cu_mode_decide()
506 s_chrm_cu_buf_prms.pu1_curr_src += in ihevce_cu_mode_decide()
513 s_chrm_cu_buf_prms.pu1_cu_left = (UWORD8 *)ps_ctxt->pv_left_chrm_data; in ihevce_cu_mode_decide()
514 s_chrm_cu_buf_prms.pu1_cu_left += (ps_cu_analyse->b3_cu_pos_y << (u1_is_422 + 3)); in ihevce_cu_mode_decide()
515 s_chrm_cu_buf_prms.i4_cu_left_stride = 2; in ihevce_cu_mode_decide()
[all …]