Searched refs:INSERT_EPB (Results 1 – 2 of 2) sorted by relevance
85 #define INSERT_EPB(zero_run, next_byte) \ macro132 if( INSERT_EPB(zero_run, byte) ) \234 if (INSERT_EPB(ps_bitstrm->i4_zero_bytes_run, byte)) in ih264e_put_byte_epb()
81 #define INSERT_EPB(zero_run, next_byte) ((zero_run) == EPB_ZERO_BYTES) && (0 == ((next_byte)&0xFC)) macro103 if(INSERT_EPB(zero_run, byte)) \