Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cabac.c358 WORD32 lead_byte = u4_low >> (u4_bits_gen + CABAC_BITS - 8); in ih264e_cabac_put_byte() local
379 if (lead_byte == 0xff) in ih264e_cabac_put_byte()
387 WORD32 carry = (lead_byte >> 8) & 0x1; in ih264e_cabac_put_byte()
430 lead_byte &= 0xFF; in ih264e_cabac_put_byte()
431 status |= ih264e_put_byte_epb(ps_stream, lead_byte); in ih264e_cabac_put_byte()
/external/libavc/encoder/svc/
Disvce_cabac.c350 WORD32 lead_byte = u4_low >> (u4_bits_gen + CABAC_BITS - 8); in isvce_cabac_put_byte() local
369 if(lead_byte == 0xff) in isvce_cabac_put_byte()
380 WORD32 carry = (lead_byte >> 8) & 0x1; in isvce_cabac_put_byte()
427 lead_byte &= 0xFF; in isvce_cabac_put_byte()
428 PUTBYTE_EPB(pu1_strm_buf, u4_strm_buf_offset, lead_byte, zero_run); in isvce_cabac_put_byte()
/external/libhevc/encoder/
Dihevce_cabac.c275 WORD32 lead_byte = u4_low >> (u4_bits_gen + CABAC_BITS - 8); in ihevce_cabac_put_byte() local
294 if(lead_byte == 0xff) in ihevce_cabac_put_byte()
303 WORD32 carry = (lead_byte >> 8) & 0x1; in ihevce_cabac_put_byte()
358 lead_byte &= 0xFF; in ihevce_cabac_put_byte()
359 PUTBYTE_EPB(pu1_strm_buf, u4_strm_buf_offset, lead_byte, zero_run); in ihevce_cabac_put_byte()