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.c313 enc_loop_chrm_cu_buf_prms_t s_chrm_cu_buf_prms; in ihevce_cu_mode_decide() local
371 s_chrm_cu_buf_prms.i4_chrm_recon_stride = ps_cu_prms->i4_chrm_recon_stride; in ihevce_cu_mode_decide()
373 s_chrm_cu_buf_prms.i4_chrm_src_stride = ps_cu_prms->i4_chrm_src_stride; in ihevce_cu_mode_decide()
499 s_chrm_cu_buf_prms.pu1_final_recon = in ihevce_cu_mode_decide()
502 s_chrm_cu_buf_prms.pu1_curr_src = in ihevce_cu_mode_decide()
505 s_chrm_cu_buf_prms.pu1_final_recon += in ihevce_cu_mode_decide()
508 s_chrm_cu_buf_prms.pu1_curr_src += in ihevce_cu_mode_decide()
515 s_chrm_cu_buf_prms.pu1_cu_left = (UWORD8 *)ps_ctxt->pv_left_chrm_data; in ihevce_cu_mode_decide()
516 s_chrm_cu_buf_prms.pu1_cu_left += (ps_cu_analyse->b3_cu_pos_y << (u1_is_422 + 3)); in ihevce_cu_mode_decide()
517 s_chrm_cu_buf_prms.i4_cu_left_stride = 2; in ihevce_cu_mode_decide()
[all …]