Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_cu_recursion.c2136 WORD32 nbr_strd; in ihevce_enc_loop_cu_bot_copy() local
2144 nbr_strd = ps_cu_prms->i4_ctb_size >> 2; in ihevce_enc_loop_cu_bot_copy()
2168 ps_nbr += ((ps_cu_prms->i4_ctb_size >> 2) - 1) * nbr_strd; in ihevce_enc_loop_cu_bot_copy()
Dihevce_enc_loop_pass.c213 WORD32 nbr_strd; in ihevce_enc_loop_ctb_left_copy() local
215 nbr_strd = ps_cu_prms->i4_ctb_size >> 2; in ihevce_enc_loop_ctb_left_copy()
223 WORD32 i4_indx = nbr_strd * ctr; in ihevce_enc_loop_ctb_left_copy()