Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_pass.c192 WORD32 i4_indx = ps_cu_prms->i4_luma_recon_stride * num_pels; in ihevce_enc_loop_ctb_left_copy() local
194 pu1_luma_left[num_pels] = pu1_buff[i4_indx]; in ihevce_enc_loop_ctb_left_copy()
202 WORD32 i4_indx = ps_cu_prms->i4_chrm_recon_stride * num_pels; in ihevce_enc_loop_ctb_left_copy() local
204 *pu1_chrm_left++ = pu1_buff[i4_indx]; in ihevce_enc_loop_ctb_left_copy()
205 *pu1_chrm_left++ = pu1_buff[i4_indx + 1]; in ihevce_enc_loop_ctb_left_copy()
221 WORD32 i4_indx = nbr_strd * ctr; in ihevce_enc_loop_ctb_left_copy() local
223 ps_left_nbr[ctr] = ps_nbr[i4_indx]; in ihevce_enc_loop_ctb_left_copy()