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.c8610 WORD32 recon_chrma_strd = ps_prms->recon_chrma_strd; in ihevce_final_rdopt_mode_prcs() local
8880 pu1_cur_chroma_recon += ((cu_pos_y_in_pix >> 1) * recon_chrma_strd) + in ihevce_final_rdopt_mode_prcs()
8881 (u1_is_422 * ((cu_pos_y_in_pix >> 1) * recon_chrma_strd)); in ihevce_final_rdopt_mode_prcs()
9276 pu1_cur_chroma_recon += ((cu_pos_y_in_pix >> 1) * recon_chrma_strd) + in ihevce_final_rdopt_mode_prcs()
9277 (u1_is_422 * ((cu_pos_y_in_pix >> 1) * recon_chrma_strd)); in ihevce_final_rdopt_mode_prcs()
9308 (i4_subtu_idx * chroma_trans_size * recon_chrma_strd); in ihevce_final_rdopt_mode_prcs()
9348 recon_chrma_strd, in ihevce_final_rdopt_mode_prcs()
9373 recon_chrma_strd, in ihevce_final_rdopt_mode_prcs()
9401 (i4_subtu_idx * chroma_trans_size * recon_chrma_strd); in ihevce_final_rdopt_mode_prcs()
9442 recon_chrma_strd, in ihevce_final_rdopt_mode_prcs()
[all …]
Dihevce_enc_loop_structs.h2968 WORD32 recon_chrma_strd; member
Dihevce_enc_loop_pass.c1433 s_prms.recon_chrma_strd = chroma_stride; in ihevce_cu_mode_decide()