Searched refs:syntax_elem (Results 1 – 4 of 4) sorted by relevance
347 IH264E_ERROR_T ih264e_put_sev(bitstrm_t *ps_bitstrm, WORD32 syntax_elem) in ih264e_put_sev() argument356 if(syntax_elem <= 0) in ih264e_put_sev()359 u4_code_num = ((-syntax_elem) << 1); in ih264e_put_sev()364 u4_code_num = (syntax_elem << 1) - 1; in ih264e_put_sev()
449 WORD32 syntax_elem
370 IHEVCE_ERROR_T ihevce_put_sev(bitstrm_t *ps_bitstrm, WORD32 syntax_elem) in ihevce_put_sev() argument379 if(syntax_elem <= 0) in ihevce_put_sev()382 u4_code_num = ((-syntax_elem) << 1); in ihevce_put_sev()387 u4_code_num = (syntax_elem << 1) - 1; in ihevce_put_sev()
195 IHEVCE_ERROR_T ihevce_put_sev(bitstrm_t *ps_bitstrm, WORD32 syntax_elem);