Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_utils.c8603 WORD32 pred_chrm_strd = ps_prms->pred_chrm_strd; in ihevce_final_rdopt_mode_prcs() local
8732 &ps_ctxt->s_mc_ctxt, ps_pu, pu1_cur_pred, pred_chrm_strd); in ihevce_final_rdopt_mode_prcs()
8738 pu1_cur_pred += (inter_pu_ht * pred_chrm_strd); in ihevce_final_rdopt_mode_prcs()
8876 pu1_cur_pred_chrm += ((cu_pos_y_in_pix >> 1) * pred_chrm_strd) + in ihevce_final_rdopt_mode_prcs()
8877 (u1_is_422 * ((cu_pos_y_in_pix >> 1) * pred_chrm_strd)); in ihevce_final_rdopt_mode_prcs()
9272 pu1_cur_pred_chrm += ((cu_pos_y_in_pix >> 1) * pred_chrm_strd) + in ihevce_final_rdopt_mode_prcs()
9273 (u1_is_422 * ((cu_pos_y_in_pix >> 1) * pred_chrm_strd)); in ihevce_final_rdopt_mode_prcs()
9306 pu1_cur_pred_chrm + (i4_subtu_idx * chroma_trans_size * pred_chrm_strd); in ihevce_final_rdopt_mode_prcs()
9346 pred_chrm_strd, in ihevce_final_rdopt_mode_prcs()
9399 pu1_cur_pred_chrm + (i4_subtu_idx * chroma_trans_size * pred_chrm_strd); in ihevce_final_rdopt_mode_prcs()
[all …]
Dihevce_enc_loop_structs.h2954 WORD32 pred_chrm_strd; member
Dihevce_enc_loop_pass.c1426 s_prms.pred_chrm_strd = final_pred_strd_chrm; in ihevce_cu_mode_decide()