Home | History | Annotate | Download | only in sbc

Lines Matching full:data_ptr

718 #define PUT_BITS(data_ptr, bits_cache, bits_count, v, n)		\
724 *data_ptr++ = (uint8_t) \
727 *data_ptr++ = (uint8_t) \
732 #define FLUSH_BITS(data_ptr, bits_cache, bits_count) \
736 *data_ptr++ = (uint8_t) \
740 *data_ptr++ = (uint8_t) \
765 uint8_t *data_ptr = data + 4;
819 PUT_BITS(data_ptr, bits_cache, bits_count,
827 PUT_BITS(data_ptr, bits_cache, bits_count,
865 PUT_BITS(data_ptr, bits_cache, bits_count,
871 FLUSH_BITS(data_ptr, bits_cache, bits_count);
873 return data_ptr - data;