Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_utils.c8470 WORD32 recon_chrma_strd = ps_prms->recon_chrma_strd; in ihevce_final_rdopt_mode_prcs() local
8740 pu1_cur_chroma_recon += ((cu_pos_y_in_pix >> 1) * recon_chrma_strd) + in ihevce_final_rdopt_mode_prcs()
8741 (u1_is_422 * ((cu_pos_y_in_pix >> 1) * recon_chrma_strd)); in ihevce_final_rdopt_mode_prcs()
9136 pu1_cur_chroma_recon += ((cu_pos_y_in_pix >> 1) * recon_chrma_strd) + in ihevce_final_rdopt_mode_prcs()
9137 (u1_is_422 * ((cu_pos_y_in_pix >> 1) * recon_chrma_strd)); in ihevce_final_rdopt_mode_prcs()
9168 (i4_subtu_idx * chroma_trans_size * recon_chrma_strd); in ihevce_final_rdopt_mode_prcs()
9208 recon_chrma_strd, in ihevce_final_rdopt_mode_prcs()
9233 recon_chrma_strd, in ihevce_final_rdopt_mode_prcs()
9261 (i4_subtu_idx * chroma_trans_size * recon_chrma_strd); in ihevce_final_rdopt_mode_prcs()
9302 recon_chrma_strd, in ihevce_final_rdopt_mode_prcs()
[all …]
Dihevce_enc_loop_structs.h2977 WORD32 recon_chrma_strd; member
Dihevce_enc_loop_pass.c1440 s_prms.recon_chrma_strd = chroma_stride; in ihevce_cu_mode_decide()