Go to the documentation of this file.
24 #ifndef AVCODEC_INTERNAL_H
25 #define AVCODEC_INTERNAL_H
36 #define FF_SANE_NB_CHANNELS 63U
38 #define FF_SIGNBIT(x) ((x) >> CHAR_BIT * sizeof(x) - 1)
41 # define STRIDE_ALIGN 32
42 #elif HAVE_SIMD_ALIGN_16
43 # define STRIDE_ALIGN 16
45 # define STRIDE_ALIGN 8
91 #if FF_API_OLD_ENCODE_AUDIO
171 #define FF_MAX_EXTRADATA_SIZE ((1 << 28) - FF_INPUT_BUFFER_PADDING_SIZE)