Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_bitstream.c312 UWORD32 u4_bit_str, u4_range; in ih264e_put_uev() local
316 u4_bit_str = u4_code_num + 1; in ih264e_put_uev()
319 GETRANGE(u4_range, u4_bit_str); in ih264e_put_uev()
321 e_error = ih264e_put_bits(ps_bitstrm, u4_bit_str, (2 * u4_range - 1)); in ih264e_put_uev()
349 UWORD32 u4_code_num, u4_bit_str, u4_range; in ih264e_put_sev() local
368 u4_bit_str = u4_code_num + 1; in ih264e_put_sev()
371 GETRANGE(u4_range, u4_bit_str); in ih264e_put_sev()
373 e_error = ih264e_put_bits(ps_bitstrm, u4_bit_str, (2 * u4_range - 1)); in ih264e_put_sev()
/external/libhevc/encoder/
Dihevce_bitstream.c335 UWORD32 u4_bit_str, u4_range; in ihevce_put_uev() local
339 u4_bit_str = u4_code_num + 1; in ihevce_put_uev()
342 GETRANGE(u4_range, u4_bit_str); in ihevce_put_uev()
344 e_error = ihevce_put_bits(ps_bitstrm, u4_bit_str, (2 * u4_range - 1)); in ihevce_put_uev()
372 UWORD32 u4_code_num, u4_bit_str, u4_range; in ihevce_put_sev() local
391 u4_bit_str = u4_code_num + 1; in ihevce_put_sev()
394 GETRANGE(u4_range, u4_bit_str); in ihevce_put_sev()
396 e_error = ihevce_put_bits(ps_bitstrm, u4_bit_str, (2 * u4_range - 1)); in ihevce_put_sev()