Searched refs:lead_byte (Results 1 – 3 of 3) sorted by relevance
358 WORD32 lead_byte = u4_low >> (u4_bits_gen + CABAC_BITS - 8); in ih264e_cabac_put_byte() local379 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()
350 WORD32 lead_byte = u4_low >> (u4_bits_gen + CABAC_BITS - 8); in isvce_cabac_put_byte() local369 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()
275 WORD32 lead_byte = u4_low >> (u4_bits_gen + CABAC_BITS - 8); in ihevce_cabac_put_byte() local294 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()