Searched refs:lead_byte (Results 1 – 1 of 1) sorted by relevance
360 WORD32 lead_byte = u4_low >> (u4_bits_gen + CABAC_BITS - 8); in ih264e_cabac_put_byte() local380 if (lead_byte == 0xff) in ih264e_cabac_put_byte()389 WORD32 carry = (lead_byte >> 8) & 0x1; in ih264e_cabac_put_byte()435 lead_byte &= 0xFF; in ih264e_cabac_put_byte()436 PUTBYTE_EPB(pu1_strm_buf, u4_strm_buf_offset, lead_byte, zero_run); in ih264e_cabac_put_byte()