byte_alignment     60 libavcodec/cbs_av1_syntax_template.c static int FUNC(byte_alignment)(CodedBitstreamContext *ctx, RWContext *rw)
byte_alignment     64 libavcodec/cbs_av1_syntax_template.c     while (byte_alignment(rw) != 0)
byte_alignment   1689 libavcodec/cbs_av1_syntax_template.c     CHECK(FUNC(byte_alignment)(ctx, rw));
byte_alignment   1709 libavcodec/cbs_av1_syntax_template.c     CHECK(FUNC(byte_alignment)(ctx, rw));
byte_alignment     24 libavcodec/cbs_h264_syntax_template.c     while (byte_alignment(rw) != 0)
byte_alignment    901 libavcodec/cbs_h264_syntax_template.c     if (byte_alignment(rw)) {
byte_alignment    903 libavcodec/cbs_h264_syntax_template.c         while (byte_alignment(rw))
byte_alignment   1375 libavcodec/cbs_h264_syntax_template.c         while (byte_alignment(rw))
byte_alignment     24 libavcodec/cbs_h265_syntax_template.c     while (byte_alignment(rw) != 0)
byte_alignment     50 libavcodec/cbs_h265_syntax_template.c static int FUNC(byte_alignment)(CodedBitstreamContext *ctx, RWContext *rw)
byte_alignment     55 libavcodec/cbs_h265_syntax_template.c     while (byte_alignment(rw) != 0)
byte_alignment   1594 libavcodec/cbs_h265_syntax_template.c     CHECK(FUNC(byte_alignment)(ctx, rw));
byte_alignment   2220 libavcodec/cbs_h265_syntax_template.c     if (byte_alignment(rw) || more_data) {
byte_alignment   2225 libavcodec/cbs_h265_syntax_template.c         while (byte_alignment(rw))
byte_alignment    387 libavcodec/cbs_vp9_syntax_template.c     while (byte_alignment(rw) != 0)