DECLARE_ALIGNED   148 libavcodec/4xm.c     DECLARE_ALIGNED(16, int16_t, block)[6][64];
DECLARE_ALIGNED   236 libavcodec/aac.h     DECLARE_ALIGNED(32, float,   pcoeffs)[1024];    ///< coefficients for IMDCT, pristine
DECLARE_ALIGNED   237 libavcodec/aac.h     DECLARE_ALIGNED(32, float,   coeffs)[1024];     ///< coefficients for IMDCT, maybe processed
DECLARE_ALIGNED   238 libavcodec/aac.h     DECLARE_ALIGNED(32, float,   saved)[1536];      ///< overlap
DECLARE_ALIGNED   239 libavcodec/aac.h     DECLARE_ALIGNED(32, float,   ret_buf)[2048];    ///< PCM output buffer
DECLARE_ALIGNED   240 libavcodec/aac.h     DECLARE_ALIGNED(16, float,   ltp_state)[3072];  ///< time signal for LTP
DECLARE_ALIGNED   287 libavcodec/aac.h     DECLARE_ALIGNED(32, float, buf_mdct)[1024];
DECLARE_ALIGNED   319 libavcodec/aac.h     DECLARE_ALIGNED(32, float, temp)[128];
DECLARE_ALIGNED    85 libavcodec/aacenc.h     DECLARE_ALIGNED(16, int,   qcoefs)[96];      ///< quantized coefficients
DECLARE_ALIGNED    86 libavcodec/aacenc.h     DECLARE_ALIGNED(32, float, scoefs)[1024];    ///< scaled coefficients
DECLARE_ALIGNED    64 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, in_buf)[5][44][2];
DECLARE_ALIGNED    65 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, delay)[PS_MAX_SSB][PS_QMF_TIME_SLOTS + PS_MAX_DELAY][2];
DECLARE_ALIGNED    66 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, ap_delay)[PS_MAX_AP_BANDS][PS_AP_LINKS][PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2];
DECLARE_ALIGNED    67 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, peak_decay_nrg)[34];
DECLARE_ALIGNED    68 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, power_smooth)[34];
DECLARE_ALIGNED    69 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, peak_decay_diff_smooth)[34];
DECLARE_ALIGNED    70 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, H11)[2][PS_MAX_NUM_ENV+1][PS_MAX_NR_IIDICC];
DECLARE_ALIGNED    71 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, H12)[2][PS_MAX_NUM_ENV+1][PS_MAX_NR_IIDICC];
DECLARE_ALIGNED    72 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, H21)[2][PS_MAX_NUM_ENV+1][PS_MAX_NR_IIDICC];
DECLARE_ALIGNED    73 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, H22)[2][PS_MAX_NUM_ENV+1][PS_MAX_NR_IIDICC];
DECLARE_ALIGNED    74 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, Lbuf)[91][32][2];
DECLARE_ALIGNED    75 libavcodec/aacps.h     DECLARE_ALIGNED(16, float, Rbuf)[91][32][2];
DECLARE_ALIGNED    46 libavcodec/aacps_tablegen.h static DECLARE_ALIGNED(16, float, f20_0_8) [ 8][8][2];
DECLARE_ALIGNED    47 libavcodec/aacps_tablegen.h static DECLARE_ALIGNED(16, float, f34_0_12)[12][8][2];
DECLARE_ALIGNED    48 libavcodec/aacps_tablegen.h static DECLARE_ALIGNED(16, float, f34_1_8) [ 8][8][2];
DECLARE_ALIGNED    49 libavcodec/aacps_tablegen.h static DECLARE_ALIGNED(16, float, f34_2_4) [ 4][8][2];
DECLARE_ALIGNED    50 libavcodec/aacps_tablegen.h static TABLE_CONST DECLARE_ALIGNED(16, float, Q_fract_allpass)[2][50][3][2];
DECLARE_ALIGNED    51 libavcodec/aacps_tablegen.h static DECLARE_ALIGNED(16, float, phi_fract)[2][50][2];
DECLARE_ALIGNED    31 libavcodec/aacsbr_tablegen.h static DECLARE_ALIGNED(32, float, sbr_qmf_window_ds)[320];
DECLARE_ALIGNED    32 libavcodec/aacsbr_tablegen.h static DECLARE_ALIGNED(32, float, sbr_qmf_window_us)[640] = {
DECLARE_ALIGNED   270 libavcodec/aacsbrdata.h const DECLARE_ALIGNED(16, float, ff_sbr_noise_table)[][2] = {
DECLARE_ALIGNED    36 libavcodec/aactab.c DECLARE_ALIGNED(32, float,  ff_aac_kbd_long_1024)[1024];
DECLARE_ALIGNED    37 libavcodec/aactab.c DECLARE_ALIGNED(32, float,  ff_aac_kbd_short_128)[128];
DECLARE_ALIGNED   421 libavcodec/aactab.c static const DECLARE_ALIGNED(16, float, codebook_vector0)[324] = {
DECLARE_ALIGNED   505 libavcodec/aactab.c static const DECLARE_ALIGNED(16, float, codebook_vector2)[324] = {
DECLARE_ALIGNED   589 libavcodec/aactab.c static const DECLARE_ALIGNED(16, float, codebook_vector4)[162] = {
DECLARE_ALIGNED   633 libavcodec/aactab.c static const DECLARE_ALIGNED(16, float, codebook_vector6)[128] = {
DECLARE_ALIGNED   668 libavcodec/aactab.c static const DECLARE_ALIGNED(16, float, codebook_vector8)[338] = {
DECLARE_ALIGNED   756 libavcodec/aactab.c static const DECLARE_ALIGNED(16, float, codebook_vector10)[578] = {
DECLARE_ALIGNED  1287 libavcodec/aactab.c const DECLARE_ALIGNED(32, float, ff_aac_eld_window_512)[1920] = {
DECLARE_ALIGNED  1770 libavcodec/aactab.c const DECLARE_ALIGNED(32, float, ff_aac_eld_window_480)[1800] = {
DECLARE_ALIGNED    47 libavcodec/aactab.h DECLARE_ALIGNED(32, extern float,  ff_aac_kbd_long_1024)[1024];
DECLARE_ALIGNED    48 libavcodec/aactab.h DECLARE_ALIGNED(32, extern float,  ff_aac_kbd_short_128)[128];
DECLARE_ALIGNED    49 libavcodec/aactab.h const DECLARE_ALIGNED(32, extern float, ff_aac_eld_window_512)[1920];
DECLARE_ALIGNED    50 libavcodec/aactab.h const DECLARE_ALIGNED(32, extern float, ff_aac_eld_window_480)[1800];
DECLARE_ALIGNED   232 libavcodec/ac3dec.h     DECLARE_ALIGNED(16, int,   fixed_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS];       ///< fixed-point transform coefficients
DECLARE_ALIGNED   233 libavcodec/ac3dec.h     DECLARE_ALIGNED(32, INTFLOAT, transform_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS];   ///< transform coefficients
DECLARE_ALIGNED   234 libavcodec/ac3dec.h     DECLARE_ALIGNED(32, INTFLOAT, delay)[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE];             ///< delay - added to the next block
DECLARE_ALIGNED   235 libavcodec/ac3dec.h     DECLARE_ALIGNED(32, INTFLOAT, window)[AC3_BLOCK_SIZE];                              ///< window coefficients
DECLARE_ALIGNED   236 libavcodec/ac3dec.h     DECLARE_ALIGNED(32, INTFLOAT, tmp_output)[AC3_BLOCK_SIZE];                          ///< temporary storage for output before windowing
DECLARE_ALIGNED   237 libavcodec/ac3dec.h     DECLARE_ALIGNED(32, SHORTFLOAT, output)[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE];            ///< output after imdct transform and windowing
DECLARE_ALIGNED   238 libavcodec/ac3dec.h     DECLARE_ALIGNED(32, uint8_t, input_buffer)[AC3_FRAME_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE]; ///< temp buffer to prevent overread
DECLARE_ALIGNED   141 libavcodec/ac3dsp.c DECLARE_ALIGNED(16, const uint16_t, ff_ac3_bap_bits)[16] = {
DECLARE_ALIGNED   153 libavcodec/ac3tab.c DECLARE_ALIGNED(16, const int16_t, ff_ac3_window)[AC3_WINDOW_SIZE/2] = {
DECLARE_ALIGNED   154 libavcodec/aic.c     DECLARE_ALIGNED(16, int16_t, block)[64];
DECLARE_ALIGNED   155 libavcodec/aic.c     DECLARE_ALIGNED(16, uint8_t, quant_matrix)[64];
DECLARE_ALIGNED    57 libavcodec/asv.h     DECLARE_ALIGNED(16, int16_t, block)[6][64];
DECLARE_ALIGNED    64 libavcodec/atrac1.c     DECLARE_ALIGNED(32, float, spec1)[AT1_SU_SAMPLES];     ///< mdct buffer
DECLARE_ALIGNED    65 libavcodec/atrac1.c     DECLARE_ALIGNED(32, float, spec2)[AT1_SU_SAMPLES];     ///< mdct buffer
DECLARE_ALIGNED    66 libavcodec/atrac1.c     DECLARE_ALIGNED(32, float, fst_qmf_delay)[46];         ///< delay line for the 1st stacked QMF filter
DECLARE_ALIGNED    67 libavcodec/atrac1.c     DECLARE_ALIGNED(32, float, snd_qmf_delay)[46];         ///< delay line for the 2nd stacked QMF filter
DECLARE_ALIGNED    68 libavcodec/atrac1.c     DECLARE_ALIGNED(32, float, last_qmf_delay)[256+23];    ///< delay line for the last stacked QMF filter
DECLARE_ALIGNED    76 libavcodec/atrac1.c     DECLARE_ALIGNED(32, float, spec)[AT1_SU_SAMPLES];      ///< the mdct spectrum buffer
DECLARE_ALIGNED    78 libavcodec/atrac1.c     DECLARE_ALIGNED(32, float,  low)[256];
DECLARE_ALIGNED    79 libavcodec/atrac1.c     DECLARE_ALIGNED(32, float,  mid)[256];
DECLARE_ALIGNED    80 libavcodec/atrac1.c     DECLARE_ALIGNED(32, float, high)[512];
DECLARE_ALIGNED    75 libavcodec/atrac3.c     DECLARE_ALIGNED(32, float, spectrum)[SAMPLES_PER_FRAME];
DECLARE_ALIGNED    76 libavcodec/atrac3.c     DECLARE_ALIGNED(32, float, imdct_buf)[SAMPLES_PER_FRAME];
DECLARE_ALIGNED   113 libavcodec/atrac3.c static DECLARE_ALIGNED(32, float, mdct_window)[MDCT_SIZE];
DECLARE_ALIGNED    59 libavcodec/atrac3plus.h     DECLARE_ALIGNED(32, float, buf1)[ATRAC3P_PQF_FIR_LEN * 2][8];
DECLARE_ALIGNED    60 libavcodec/atrac3plus.h     DECLARE_ALIGNED(32, float, buf2)[ATRAC3P_PQF_FIR_LEN * 2][8];
DECLARE_ALIGNED   153 libavcodec/atrac3plus.h     DECLARE_ALIGNED(32, float, prev_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< overlapping buffer
DECLARE_ALIGNED    52 libavcodec/atrac3plusdec.c     DECLARE_ALIGNED(32, float, samples)[2][ATRAC3P_FRAME_SAMPLES];  ///< quantized MDCT spectrum
DECLARE_ALIGNED    53 libavcodec/atrac3plusdec.c     DECLARE_ALIGNED(32, float, mdct_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< output of the IMDCT
DECLARE_ALIGNED    54 libavcodec/atrac3plusdec.c     DECLARE_ALIGNED(32, float, time_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< output of the gain compensation
DECLARE_ALIGNED    55 libavcodec/atrac3plusdec.c     DECLARE_ALIGNED(32, float, outp_buf)[2][ATRAC3P_FRAME_SAMPLES];
DECLARE_ALIGNED    92 libavcodec/atrac3plusdsp.c static DECLARE_ALIGNED(32, float, sine_table)[2048]; ///< wave table
DECLARE_ALIGNED    93 libavcodec/atrac3plusdsp.c static DECLARE_ALIGNED(32, float, hann_window)[256]; ///< Hann windowing function
DECLARE_ALIGNED   180 libavcodec/atrac3plusdsp.c     DECLARE_ALIGNED(32, float, wavreg1)[128] = { 0 };
DECLARE_ALIGNED   181 libavcodec/atrac3plusdsp.c     DECLARE_ALIGNED(32, float, wavreg2)[128] = { 0 };
DECLARE_ALIGNED   602 libavcodec/atrac3plusdsp.c     DECLARE_ALIGNED(32, float, idct_in)[ATRAC3P_SUBBANDS];
DECLARE_ALIGNED   603 libavcodec/atrac3plusdsp.c     DECLARE_ALIGNED(32, float, idct_out)[ATRAC3P_SUBBANDS];
DECLARE_ALIGNED    57 libavcodec/binkaudio.c     DECLARE_ALIGNED(32, FFTSample, coeffs)[BINK_BLOCK_MAX_SIZE];
DECLARE_ALIGNED   151 libavcodec/cook.c     DECLARE_ALIGNED(32, float, mono_mdct_output)[2048];
DECLARE_ALIGNED   136 libavcodec/dca.h     DECLARE_ALIGNED(16, float, subband_samples_hist)[DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS][4];
DECLARE_ALIGNED   137 libavcodec/dca.h     DECLARE_ALIGNED(32, float, subband_fir_hist)[DCA_PRIM_CHANNELS_MAX][512];
DECLARE_ALIGNED   138 libavcodec/dca.h     DECLARE_ALIGNED(32, float, subband_fir_noidea)[DCA_PRIM_CHANNELS_MAX][32];
DECLARE_ALIGNED   140 libavcodec/dca.h     DECLARE_ALIGNED(32, float, raXin)[32];
DECLARE_ALIGNED   144 libavcodec/dca.h     DECLARE_ALIGNED(32, float, subband_samples)[DCA_BLOCKS_MAX][DCA_PRIM_CHANNELS_MAX][DCA_SUBBANDS][8];
DECLARE_ALIGNED  4217 libavcodec/dcadata.c DECLARE_ALIGNED(8, const int8_t, ff_dca_high_freq_vq)[1024][32] = {
DECLARE_ALIGNED  6270 libavcodec/dcadata.c DECLARE_ALIGNED(16, const float, ff_dca_fir_32bands_perfect)[512] = {
DECLARE_ALIGNED  6785 libavcodec/dcadata.c DECLARE_ALIGNED(16, const float, ff_dca_fir_32bands_nonperfect)[512] = {
DECLARE_ALIGNED  7302 libavcodec/dcadata.c DECLARE_ALIGNED(16, const float, ff_dca_lfe_fir_64)[256] = {
DECLARE_ALIGNED  7433 libavcodec/dcadata.c DECLARE_ALIGNED(16, const float, ff_dca_lfe_fir_128)[256] = {
DECLARE_ALIGNED    69 libavcodec/dct-test.c     DECLARE_ALIGNED(16, static int16_t, qmat)[64];
DECLARE_ALIGNED   110 libavcodec/dct-test.c DECLARE_ALIGNED(16, static int16_t, block)[64];
DECLARE_ALIGNED   111 libavcodec/dct-test.c DECLARE_ALIGNED(8,  static int16_t, block1)[64];
DECLARE_ALIGNED   277 libavcodec/dct-test.c DECLARE_ALIGNED(8, static uint8_t, img_dest)[64];
DECLARE_ALIGNED   278 libavcodec/dct-test.c DECLARE_ALIGNED(8, static uint8_t, img_dest1)[64];
DECLARE_ALIGNED   206 libavcodec/diracdec.c     DECLARE_ALIGNED(16, uint8_t, obmc_weight)[3][MAX_BLOCKSIZE*MAX_BLOCKSIZE];
DECLARE_ALIGNED    48 libavcodec/dnxhddec.c     DECLARE_ALIGNED(16, int16_t, blocks)[12][64];
DECLARE_ALIGNED    67 libavcodec/dnxhdenc.h     DECLARE_ALIGNED(16, int16_t, blocks)[8][64];
DECLARE_ALIGNED    68 libavcodec/dss_sp.c     DECLARE_ALIGNED(16, uint8_t, bits)[DSS_SP_FRAME_SIZE +
DECLARE_ALIGNED    57 libavcodec/eamad.c     DECLARE_ALIGNED(16, int16_t, block)[64];
DECLARE_ALIGNED    45 libavcodec/eatgq.c     DECLARE_ALIGNED(16, int16_t, block)[6][64];
DECLARE_ALIGNED    45 libavcodec/eatqi.c     DECLARE_ALIGNED(16, int16_t, block)[6][64];
DECLARE_ALIGNED   122 libavcodec/fft.h     COSTABLE_CONST DECLARE_ALIGNED(32, FFTSample, FFT_NAME(ff_cos_##size))[size/2]
DECLARE_ALIGNED    31 libavcodec/fic.c     DECLARE_ALIGNED(16, int16_t, block)[64];
DECLARE_ALIGNED    82 libavcodec/g2meet.c     DECLARE_ALIGNED(16, int16_t, block)[6][64];
DECLARE_ALIGNED   406 libavcodec/h264.h     DECLARE_ALIGNED(8, uint8_t, non_zero_count_cache)[15 * 8];
DECLARE_ALIGNED   413 libavcodec/h264.h     DECLARE_ALIGNED(16, int16_t, mv_cache)[2][5 * 8][2];
DECLARE_ALIGNED   414 libavcodec/h264.h     DECLARE_ALIGNED(8, int8_t, ref_cache)[2][5 * 8];
DECLARE_ALIGNED   460 libavcodec/h264.h     DECLARE_ALIGNED(8, uint16_t, sub_mb_type)[4];
DECLARE_ALIGNED   498 libavcodec/h264.h     DECLARE_ALIGNED(16, int16_t, mb)[16 * 48 * 2]; ///< as a dct coefficient is int32_t in high depth, we need to reserve twice the space.
DECLARE_ALIGNED   499 libavcodec/h264.h     DECLARE_ALIGNED(16, int16_t, mb_luma_dc)[3][16 * 2];
DECLARE_ALIGNED   517 libavcodec/h264.h     DECLARE_ALIGNED(16, uint8_t, mvd_cache)[2][5 * 8][2];
DECLARE_ALIGNED   495 libavcodec/h264_loopfilter.c                 DECLARE_ALIGNED(8, int16_t, bS)[4];
DECLARE_ALIGNED   532 libavcodec/h264_loopfilter.c             DECLARE_ALIGNED(8, int16_t, bS)[4];
DECLARE_ALIGNED   615 libavcodec/h264_loopfilter.c         DECLARE_ALIGNED(8, int16_t, bS)[4];
DECLARE_ALIGNED   722 libavcodec/h264_loopfilter.c         DECLARE_ALIGNED(8, int16_t, bS)[8];
DECLARE_ALIGNED   254 libavcodec/h264_mvpred.h     DECLARE_ALIGNED(4, static const int16_t, zeromv)[2] = { 0 };
DECLARE_ALIGNED   255 libavcodec/h264_mvpred.h     DECLARE_ALIGNED(4, int16_t, mvbuf)[3][2];
DECLARE_ALIGNED   655 libavcodec/hevc.h     DECLARE_ALIGNED(4, Mv, mv)[2];
DECLARE_ALIGNED   771 libavcodec/hevc.h     DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2];
DECLARE_ALIGNED   773 libavcodec/hevc.h     DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer2)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2];
DECLARE_ALIGNED   774 libavcodec/hevc.h     DECLARE_ALIGNED(32, int16_t, tmp [MAX_PB_SIZE * MAX_PB_SIZE]);
DECLARE_ALIGNED    94 libavcodec/hevcdsp.c DECLARE_ALIGNED(16, const int8_t, ff_hevc_epel_filters[7][4]) = {
DECLARE_ALIGNED   104 libavcodec/hevcdsp.c DECLARE_ALIGNED(16, const int8_t, ff_hevc_qpel_filters[3][16]) = {
DECLARE_ALIGNED    53 libavcodec/hqx.h     DECLARE_ALIGNED(16, int16_t, block)[16][64];
DECLARE_ALIGNED   101 libavcodec/imc.c     DECLARE_ALIGNED(32, FFTComplex, samples)[COEFFS / 2];
DECLARE_ALIGNED    52 libavcodec/mdec.c     DECLARE_ALIGNED(16, int16_t, block)[6][64];
DECLARE_ALIGNED    53 libavcodec/mimic.c     DECLARE_ALIGNED(16, int16_t, dct_block)[64];
DECLARE_ALIGNED   101 libavcodec/mjpegdec.h     DECLARE_ALIGNED(16, int16_t, block)[64];
DECLARE_ALIGNED   108 libavcodec/mlpdec.c     DECLARE_ALIGNED(32, int32_t, matrix_coeff)[MAX_MATRICES][MAX_CHANNELS];
DECLARE_ALIGNED   162 libavcodec/mlpdec.c     DECLARE_ALIGNED(32, int32_t, sample_buffer)[MAX_BLOCKSIZE][MAX_CHANNELS];
DECLARE_ALIGNED    69 libavcodec/mpc.h     DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2];
DECLARE_ALIGNED    71 libavcodec/mpc.h     DECLARE_ALIGNED(16, int32_t, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
DECLARE_ALIGNED    67 libavcodec/mpegaudiodec_template.c     DECLARE_ALIGNED(16, INTFLOAT, sb_hybrid)[SBLIMIT * 18]; /* 576 samples */
DECLARE_ALIGNED    78 libavcodec/mpegaudiodec_template.c     DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2];
DECLARE_ALIGNED    80 libavcodec/mpegaudiodec_template.c     DECLARE_ALIGNED(32, INTFLOAT, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
DECLARE_ALIGNED    76 libavcodec/mpegaudiodsp_template.c DECLARE_ALIGNED(16, INTFLOAT, RENAME(ff_mdct_win))[8][MDCT_BUF_SIZE];
DECLARE_ALIGNED    78 libavcodec/mpegaudiodsp_template.c DECLARE_ALIGNED(16, MPA_INT, RENAME(ff_mpa_synth_window))[512+256];
DECLARE_ALIGNED    55 libavcodec/nellymoserdec.c     DECLARE_ALIGNED(32, float, imdct_buf)[2][NELLY_BUF_LEN];
DECLARE_ALIGNED    62 libavcodec/nellymoserenc.c     DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES];
DECLARE_ALIGNED    63 libavcodec/nellymoserenc.c     DECLARE_ALIGNED(32, float, in_buff)[NELLY_SAMPLES];
DECLARE_ALIGNED    64 libavcodec/nellymoserenc.c     DECLARE_ALIGNED(32, float, buf)[3 * NELLY_BUF_LEN];     ///< sample buffer
DECLARE_ALIGNED    80 libavcodec/on2avc.c     DECLARE_ALIGNED(32, float, coeffs)[2][ON2AVC_SUBFRAME_SIZE];
DECLARE_ALIGNED    81 libavcodec/on2avc.c     DECLARE_ALIGNED(32, float, delay) [2][ON2AVC_SUBFRAME_SIZE];
DECLARE_ALIGNED    83 libavcodec/on2avc.c     DECLARE_ALIGNED(32, float, temp)     [ON2AVC_SUBFRAME_SIZE * 2];
DECLARE_ALIGNED    84 libavcodec/on2avc.c     DECLARE_ALIGNED(32, float, mdct_buf) [ON2AVC_SUBFRAME_SIZE];
DECLARE_ALIGNED    85 libavcodec/on2avc.c     DECLARE_ALIGNED(32, float, long_win) [ON2AVC_SUBFRAME_SIZE];
DECLARE_ALIGNED    86 libavcodec/on2avc.c     DECLARE_ALIGNED(32, float, short_win)[ON2AVC_SUBFRAME_SIZE / 8];
DECLARE_ALIGNED   134 libavcodec/opus.h     DECLARE_ALIGNED(32, float, celt_buf)[2][960];
DECLARE_ALIGNED    48 libavcodec/opus_celt.c     DECLARE_ALIGNED(32, float, buf)[2048];
DECLARE_ALIGNED   100 libavcodec/opus_celt.c     DECLARE_ALIGNED(32, float, coeffs)[2][CELT_MAX_FRAME_SIZE];
DECLARE_ALIGNED   101 libavcodec/opus_celt.c     DECLARE_ALIGNED(32, float, scratch)[22 * 8]; // MAX(celt_freq_range) * 1<<CELT_MAX_LOG_BLOCKS
DECLARE_ALIGNED   438 libavcodec/opus_celt.c DECLARE_ALIGNED(32, static const float, celt_window)[120] = {
DECLARE_ALIGNED   115 libavcodec/ppc/h264chroma_template.c     DECLARE_ALIGNED(16, signed int, ABCD)[4] =
DECLARE_ALIGNED   187 libavcodec/ppc/h264chroma_template.c    DECLARE_ALIGNED(16, signed int, ABCD)[4] =
DECLARE_ALIGNED   265 libavcodec/ppc/h264dsp.c     DECLARE_ALIGNED(16, int, dc);
DECLARE_ALIGNED   394 libavcodec/ppc/h264dsp.c     DECLARE_ALIGNED(16, unsigned char, result)[64];
DECLARE_ALIGNED   574 libavcodec/ppc/h264dsp.c     DECLARE_ALIGNED(16, unsigned char, temp)[16];                                             \
DECLARE_ALIGNED   655 libavcodec/ppc/h264dsp.c     DECLARE_ALIGNED(16, int32_t, temp)[4];
DECLARE_ALIGNED   704 libavcodec/ppc/h264dsp.c     DECLARE_ALIGNED(16, int32_t, temp)[4];
DECLARE_ALIGNED    76 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
DECLARE_ALIGNED    88 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
DECLARE_ALIGNED    95 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
DECLARE_ALIGNED   107 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
DECLARE_ALIGNED   114 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfH)[SIZE*SIZE];\
DECLARE_ALIGNED   115 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfV)[SIZE*SIZE];\
DECLARE_ALIGNED   123 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfH)[SIZE*SIZE];\
DECLARE_ALIGNED   124 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfV)[SIZE*SIZE];\
DECLARE_ALIGNED   132 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfH)[SIZE*SIZE];\
DECLARE_ALIGNED   133 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfV)[SIZE*SIZE];\
DECLARE_ALIGNED   141 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfH)[SIZE*SIZE];\
DECLARE_ALIGNED   142 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfV)[SIZE*SIZE];\
DECLARE_ALIGNED   150 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, int16_t, tmp)[SIZE*(SIZE+8)];\
DECLARE_ALIGNED   156 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfH)[SIZE*SIZE];\
DECLARE_ALIGNED   157 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfHV)[SIZE*SIZE];\
DECLARE_ALIGNED   158 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, int16_t, tmp)[SIZE*(SIZE+8)];\
DECLARE_ALIGNED   166 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfH)[SIZE*SIZE];\
DECLARE_ALIGNED   167 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfHV)[SIZE*SIZE];\
DECLARE_ALIGNED   168 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, int16_t, tmp)[SIZE*(SIZE+8)];\
DECLARE_ALIGNED   176 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfV)[SIZE*SIZE];\
DECLARE_ALIGNED   177 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfHV)[SIZE*SIZE];\
DECLARE_ALIGNED   178 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, int16_t, tmp)[SIZE*(SIZE+8)];\
DECLARE_ALIGNED   186 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfV)[SIZE*SIZE];\
DECLARE_ALIGNED   187 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, uint8_t, halfHV)[SIZE*SIZE];\
DECLARE_ALIGNED   188 libavcodec/ppc/h264qpel.c     DECLARE_ALIGNED(16, int16_t, tmp)[SIZE*(SIZE+8)];\
DECLARE_ALIGNED    66 libavcodec/ppc/mpegvideo_altivec.c         DECLARE_ALIGNED(16, short, qmul8) = qmul;
DECLARE_ALIGNED    67 libavcodec/ppc/mpegvideo_altivec.c         DECLARE_ALIGNED(16, short, qadd8) = qadd;
DECLARE_ALIGNED    35 libavcodec/ppc/mpegvideodsp.c     const DECLARE_ALIGNED(16, unsigned short, rounder_a) = rounder;
DECLARE_ALIGNED    36 libavcodec/ppc/mpegvideodsp.c     const DECLARE_ALIGNED(16, unsigned short, ABCD)[8] = {
DECLARE_ALIGNED   273 libavcodec/ppc/vp8dsp_altivec.c     DECLARE_ALIGNED(16, uint8_t, tmp)[(2*WIDTH+5)*16]; \
DECLARE_ALIGNED    49 libavcodec/proresdec_lgpl.c     DECLARE_ALIGNED(16, int16_t, blocks)[8 * 4 * 64];
DECLARE_ALIGNED    50 libavcodec/proresdec_lgpl.c     DECLARE_ALIGNED(16, int16_t, qmat_luma_scaled)[64];
DECLARE_ALIGNED    51 libavcodec/proresdec_lgpl.c     DECLARE_ALIGNED(16, int16_t, qmat_chroma_scaled)[64];
DECLARE_ALIGNED   289 libavcodec/proresenc_anatoliy.c     DECLARE_ALIGNED(16, int16_t, blocks)[DEFAULT_SLICE_MB_WIDTH << 8], *block;
DECLARE_ALIGNED   183 libavcodec/proresenc_kostya.c     DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE];
DECLARE_ALIGNED   184 libavcodec/proresenc_kostya.c     DECLARE_ALIGNED(16, uint16_t, emu_buf)[16 * 16];
DECLARE_ALIGNED   191 libavcodec/proresenc_kostya.c     DECLARE_ALIGNED(16, int16_t, blocks)[MAX_PLANES][64 * 4 * MAX_MBS_PER_SLICE];
DECLARE_ALIGNED   192 libavcodec/proresenc_kostya.c     DECLARE_ALIGNED(16, uint16_t, emu_buf)[16*16];
DECLARE_ALIGNED   120 libavcodec/qdm2.c     DECLARE_ALIGNED(32, QDM2Complex, complex)[MPA_MAX_CHANNELS][256];
DECLARE_ALIGNED   170 libavcodec/qdm2.c     DECLARE_ALIGNED(32, float, synth_buf)[MPA_MAX_CHANNELS][512*2];
DECLARE_ALIGNED   172 libavcodec/qdm2.c     DECLARE_ALIGNED(32, float, sb_samples)[MPA_MAX_CHANNELS][128][SBLIMIT];
DECLARE_ALIGNED   173 libavcodec/qdm2.c     DECLARE_ALIGNED(32, float, samples)[MPA_MAX_CHANNELS * MPA_FRAME_SIZE];
DECLARE_ALIGNED    63 libavcodec/ra144.h     DECLARE_ALIGNED(16, int16_t, buffer_a)[FFALIGN(BLOCKSIZE,16)];
DECLARE_ALIGNED    42 libavcodec/ra288.c     DECLARE_ALIGNED(32, float,   sp_lpc)[FFALIGN(36, 16)];   ///< LPC coefficients for speech data (spec: A)
DECLARE_ALIGNED    43 libavcodec/ra288.c     DECLARE_ALIGNED(32, float, gain_lpc)[FFALIGN(10, 16)];   ///< LPC coefficients for gain        (spec: GB)
DECLARE_ALIGNED   100 libavcodec/ra288.h DECLARE_ALIGNED(32, static const float, syn_window)[FFALIGN(111, 16)]={
DECLARE_ALIGNED   122 libavcodec/ra288.h DECLARE_ALIGNED(32, static const float, gain_window)[FFALIGN(38, 16)]={
DECLARE_ALIGNED   133 libavcodec/ra288.h DECLARE_ALIGNED(32, static const float, syn_bw_tab)[FFALIGN(36, 16)] = {
DECLARE_ALIGNED   143 libavcodec/ra288.h DECLARE_ALIGNED(32, static const float, gain_bw_tab)[FFALIGN(10, 16)] = {
DECLARE_ALIGNED    35 libavcodec/rdft.h     SINTABLE_CONST DECLARE_ALIGNED(16, FFTSample, ff_sin_##size)[size/2]
DECLARE_ALIGNED    39 libavcodec/rtjpeg.h     DECLARE_ALIGNED(16, int16_t, block)[64];
DECLARE_ALIGNED   117 libavcodec/rv34.h     DECLARE_ALIGNED(8, uint32_t, avail_cache)[3*4];
DECLARE_ALIGNED    83 libavcodec/sbr.h     DECLARE_ALIGNED(32, float, synthesis_filterbank_samples)[SBR_SYNTHESIS_BUF_SIZE];
DECLARE_ALIGNED    84 libavcodec/sbr.h     DECLARE_ALIGNED(32, float, analysis_filterbank_samples) [1312];
DECLARE_ALIGNED    94 libavcodec/sbr.h     DECLARE_ALIGNED(16, float, Y)[2][38][64][2];
DECLARE_ALIGNED    95 libavcodec/sbr.h     DECLARE_ALIGNED(16, float, g_temp)[42][48];
DECLARE_ALIGNED   184 libavcodec/sbr.h     DECLARE_ALIGNED(16, float, X_low)[32][40][2];
DECLARE_ALIGNED   186 libavcodec/sbr.h     DECLARE_ALIGNED(16, float, X_high)[64][40][2];
DECLARE_ALIGNED   188 libavcodec/sbr.h     DECLARE_ALIGNED(16, float, X)[2][2][38][64];
DECLARE_ALIGNED   190 libavcodec/sbr.h     DECLARE_ALIGNED(16, float, alpha0)[64][2];
DECLARE_ALIGNED   192 libavcodec/sbr.h     DECLARE_ALIGNED(16, float, alpha1)[64][2];
DECLARE_ALIGNED   206 libavcodec/sbr.h     DECLARE_ALIGNED(32, float, qmf_filter_scratch)[5][64];
DECLARE_ALIGNED    34 libavcodec/sinewin.h     SINETABLE_CONST DECLARE_ALIGNED(32, float, ff_sine_##size)[size]
DECLARE_ALIGNED    75 libavcodec/sipr.h     DECLARE_ALIGNED(16, float, synth_buf)[LP_FILTER_ORDER + 5*SUBFR_SIZE + 6];
DECLARE_ALIGNED    40 libavcodec/svq1_cb.h DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_4x2)[768] = {
DECLARE_ALIGNED    92 libavcodec/svq1_cb.h DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_4x4)[1536] = {
DECLARE_ALIGNED   192 libavcodec/svq1_cb.h DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_8x4)[3072] = {
DECLARE_ALIGNED   388 libavcodec/svq1_cb.h DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_8x8)[6144] = {
DECLARE_ALIGNED   783 libavcodec/svq1_cb.h DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_4x2)[768] = {
DECLARE_ALIGNED   835 libavcodec/svq1_cb.h DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_4x4)[1536] = {
DECLARE_ALIGNED   935 libavcodec/svq1_cb.h DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_8x4)[3072] = {
DECLARE_ALIGNED  1131 libavcodec/svq1_cb.h DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_8x8)[6144] = {
DECLARE_ALIGNED    62 libavcodec/svq1enc.h     DECLARE_ALIGNED(16, int16_t, encoded_block_levels)[6][7][256];
DECLARE_ALIGNED    71 libavcodec/takdec.c     DECLARE_ALIGNED(16, int16_t, filter)[MAX_PREDICTORS];
DECLARE_ALIGNED    72 libavcodec/takdec.c     DECLARE_ALIGNED(16, int16_t, residues)[544];
DECLARE_ALIGNED    41 libavcodec/truespeech.c     DECLARE_ALIGNED(16, uint8_t, buffer)[32];
DECLARE_ALIGNED    59 libavcodec/vorbis_data.c DECLARE_ALIGNED(16, static const float, vwin64)[32] = {
DECLARE_ALIGNED    70 libavcodec/vorbis_data.c DECLARE_ALIGNED(16, static const float, vwin128)[64] = {
DECLARE_ALIGNED    89 libavcodec/vorbis_data.c DECLARE_ALIGNED(16, static const float, vwin256)[128] = {
DECLARE_ALIGNED   124 libavcodec/vorbis_data.c DECLARE_ALIGNED(16, static const float, vwin512)[256] = {
DECLARE_ALIGNED   191 libavcodec/vorbis_data.c DECLARE_ALIGNED(16, static const float, vwin1024)[512] = {
DECLARE_ALIGNED   322 libavcodec/vorbis_data.c DECLARE_ALIGNED(16, static const float, vwin2048)[1024] = {
DECLARE_ALIGNED   581 libavcodec/vorbis_data.c DECLARE_ALIGNED(16, static const float, vwin4096)[2048] = {
DECLARE_ALIGNED  1096 libavcodec/vorbis_data.c DECLARE_ALIGNED(16, static const float, vwin8192)[4096] = {
DECLARE_ALIGNED   147 libavcodec/vp3.c     DECLARE_ALIGNED(16, int16_t, block)[64];
DECLARE_ALIGNED   239 libavcodec/vp3.c     DECLARE_ALIGNED(16, int16_t, qmat)[3][2][3][64];     ///< qmat[qpi][is_inter][plane]
DECLARE_ALIGNED   261 libavcodec/vp3.c     DECLARE_ALIGNED(8, int, bounding_values_array)[256 + 2];
DECLARE_ALIGNED    66 libavcodec/vp56.h     DECLARE_ALIGNED(4, int16_t, x);
DECLARE_ALIGNED   158 libavcodec/vp56.h     DECLARE_ALIGNED(16, int16_t, block_coeff)[6][64];
DECLARE_ALIGNED  1618 libavcodec/vp8.c                 DECLARE_ALIGNED(4, uint8_t, copy_dst)[5 * 8];
DECLARE_ALIGNED    96 libavcodec/vp8.h     DECLARE_ALIGNED(4, uint8_t, intra4x4_pred_mode_top)[4];
DECLARE_ALIGNED   102 libavcodec/vp8.h     DECLARE_ALIGNED(16, int16_t, block)[6][4][16];
DECLARE_ALIGNED   103 libavcodec/vp8.h     DECLARE_ALIGNED(16, int16_t, block_dc)[16];
DECLARE_ALIGNED   111 libavcodec/vp8.h     DECLARE_ALIGNED(16, uint8_t, non_zero_count_cache)[6][4];
DECLARE_ALIGNED   118 libavcodec/vp8.h     DECLARE_ALIGNED(8, uint8_t, left_nnz)[9];
DECLARE_ALIGNED   128 libavcodec/vp8.h     DECLARE_ALIGNED(16, uint8_t, edge_emu_buffer)[21 * EDGE_EMU_LINESIZE];
DECLARE_ALIGNED   214 libavcodec/vp9.c     DECLARE_ALIGNED(16, uint8_t, left_y_nnz_ctx)[16];
DECLARE_ALIGNED   215 libavcodec/vp9.c     DECLARE_ALIGNED(16, uint8_t, left_mode_ctx)[16];
DECLARE_ALIGNED   216 libavcodec/vp9.c     DECLARE_ALIGNED(16, VP56mv, left_mv_ctx)[16][2];
DECLARE_ALIGNED   217 libavcodec/vp9.c     DECLARE_ALIGNED(8, uint8_t, left_uv_nnz_ctx)[2][8];
DECLARE_ALIGNED   218 libavcodec/vp9.c     DECLARE_ALIGNED(8, uint8_t, left_partition_ctx)[8];
DECLARE_ALIGNED   219 libavcodec/vp9.c     DECLARE_ALIGNED(8, uint8_t, left_skip_ctx)[8];
DECLARE_ALIGNED   220 libavcodec/vp9.c     DECLARE_ALIGNED(8, uint8_t, left_txfm_ctx)[8];
DECLARE_ALIGNED   221 libavcodec/vp9.c     DECLARE_ALIGNED(8, uint8_t, left_segpred_ctx)[8];
DECLARE_ALIGNED   222 libavcodec/vp9.c     DECLARE_ALIGNED(8, uint8_t, left_intra_ctx)[8];
DECLARE_ALIGNED   223 libavcodec/vp9.c     DECLARE_ALIGNED(8, uint8_t, left_comp_ctx)[8];
DECLARE_ALIGNED   224 libavcodec/vp9.c     DECLARE_ALIGNED(8, uint8_t, left_ref_ctx)[8];
DECLARE_ALIGNED   225 libavcodec/vp9.c     DECLARE_ALIGNED(8, uint8_t, left_filter_ctx)[8];
DECLARE_ALIGNED   243 libavcodec/vp9.c     DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[71*80];
DECLARE_ALIGNED   250 libavcodec/vp9.c     DECLARE_ALIGNED(32, uint8_t, tmp_y)[64*64];
DECLARE_ALIGNED   251 libavcodec/vp9.c     DECLARE_ALIGNED(32, uint8_t, tmp_uv)[2][32*32];
DECLARE_ALIGNED   113 libavcodec/wma.h     DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
DECLARE_ALIGNED   116 libavcodec/wma.h     DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
DECLARE_ALIGNED   117 libavcodec/wma.h     DECLARE_ALIGNED(32, FFTSample, output)[BLOCK_MAX_SIZE * 2];
DECLARE_ALIGNED   121 libavcodec/wma.h     DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
DECLARE_ALIGNED   149 libavcodec/wmalosslessdec.c         DECLARE_ALIGNED(16, int16_t, coefs)[MAX_ORDER + WMALL_COEFF_PAD_SIZE/sizeof(int16_t)];
DECLARE_ALIGNED   150 libavcodec/wmalosslessdec.c         DECLARE_ALIGNED(16, int16_t, lms_prevvalues)[MAX_ORDER * 2 + WMALL_COEFF_PAD_SIZE/sizeof(int16_t)];
DECLARE_ALIGNED   151 libavcodec/wmalosslessdec.c         DECLARE_ALIGNED(16, int16_t, lms_updates)[MAX_ORDER * 2 + WMALL_COEFF_PAD_SIZE/sizeof(int16_t)];
DECLARE_ALIGNED   154 libavcodec/wmaprodec.c     DECLARE_ALIGNED(32, float, out)[WMAPRO_BLOCK_MAX_SIZE + WMAPRO_BLOCK_MAX_SIZE / 2]; ///< output buffer
DECLARE_ALIGNED   179 libavcodec/wmaprodec.c     DECLARE_ALIGNED(32, float, tmp)[WMAPRO_BLOCK_MAX_SIZE]; ///< IMDCT output buffer
DECLARE_ALIGNED   283 libavcodec/wmavoice.c     DECLARE_ALIGNED(32, float, tilted_lpcs_pf)[0x80];
DECLARE_ALIGNED   285 libavcodec/wmavoice.c     DECLARE_ALIGNED(32, float, denoise_coeffs_pf)[0x80];
DECLARE_ALIGNED   287 libavcodec/wmavoice.c     DECLARE_ALIGNED(32, float, synth_filter_out_buf)[0x80 + MAX_LSPS_ALIGN16];
DECLARE_ALIGNED    54 libavcodec/wmv2.h     DECLARE_ALIGNED(16, int16_t, abt_block2)[6][64];
DECLARE_ALIGNED   168 libavcodec/x86/ac3dsp_init.c         DECLARE_ALIGNED(16, float, matrix_simd)[AC3_MAX_CHANNELS][2][4];
DECLARE_ALIGNED   142 libavcodec/x86/cavsdsp.c     DECLARE_ALIGNED(16, int16_t, b2)[64];
DECLARE_ALIGNED   145 libavcodec/x86/cavsdsp.c         DECLARE_ALIGNED(8, uint64_t, tmp);
DECLARE_ALIGNED    25 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_1)    = { 0x0001000100010001ULL, 0x0001000100010001ULL,
DECLARE_ALIGNED    27 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_2)    = { 0x0002000200020002ULL, 0x0002000200020002ULL,
DECLARE_ALIGNED    29 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_3)    = { 0x0003000300030003ULL, 0x0003000300030003ULL };
DECLARE_ALIGNED    30 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_4)    = { 0x0004000400040004ULL, 0x0004000400040004ULL };
DECLARE_ALIGNED    31 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_5)    = { 0x0005000500050005ULL, 0x0005000500050005ULL };
DECLARE_ALIGNED    32 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_8)    = { 0x0008000800080008ULL, 0x0008000800080008ULL };
DECLARE_ALIGNED    33 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_9)    = { 0x0009000900090009ULL, 0x0009000900090009ULL };
DECLARE_ALIGNED    34 libavcodec/x86/constants.c DECLARE_ALIGNED(8,  const uint64_t, ff_pw_15)   =   0x000F000F000F000FULL;
DECLARE_ALIGNED    35 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_16)   = { 0x0010001000100010ULL, 0x0010001000100010ULL };
DECLARE_ALIGNED    36 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_17)   = { 0x0011001100110011ULL, 0x0011001100110011ULL };
DECLARE_ALIGNED    37 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_18)   = { 0x0012001200120012ULL, 0x0012001200120012ULL };
DECLARE_ALIGNED    38 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_20)   = { 0x0014001400140014ULL, 0x0014001400140014ULL };
DECLARE_ALIGNED    39 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_32)   = { 0x0020002000200020ULL, 0x0020002000200020ULL };
DECLARE_ALIGNED    40 libavcodec/x86/constants.c DECLARE_ALIGNED(8,  const uint64_t, ff_pw_42)   =   0x002A002A002A002AULL;
DECLARE_ALIGNED    41 libavcodec/x86/constants.c DECLARE_ALIGNED(8,  const uint64_t, ff_pw_53)   =   0x0035003500350035ULL;
DECLARE_ALIGNED    42 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_64)   = { 0x0040004000400040ULL, 0x0040004000400040ULL };
DECLARE_ALIGNED    43 libavcodec/x86/constants.c DECLARE_ALIGNED(8,  const uint64_t, ff_pw_96)   =   0x0060006000600060ULL;
DECLARE_ALIGNED    44 libavcodec/x86/constants.c DECLARE_ALIGNED(8,  const uint64_t, ff_pw_128)  =   0x0080008000800080ULL;
DECLARE_ALIGNED    45 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_255)  = { 0x00ff00ff00ff00ffULL, 0x00ff00ff00ff00ffULL,
DECLARE_ALIGNED    47 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_256)  = { 0x0100010001000100ULL, 0x0100010001000100ULL,
DECLARE_ALIGNED    49 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_512)  = { 0x0200020002000200ULL, 0x0200020002000200ULL,
DECLARE_ALIGNED    51 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pw_1019) = { 0x03FB03FB03FB03FBULL, 0x03FB03FB03FB03FBULL };
DECLARE_ALIGNED    52 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_1023) = { 0x03ff03ff03ff03ffULL, 0x03ff03ff03ff03ffULL,
DECLARE_ALIGNED    54 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_1024) = { 0x0400040004000400ULL, 0x0400040004000400ULL,
DECLARE_ALIGNED    56 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_2048) = { 0x0800080008000800ULL, 0x0800080008000800ULL,
DECLARE_ALIGNED    58 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_4096) = { 0x1000100010001000ULL, 0x1000100010001000ULL,
DECLARE_ALIGNED    60 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_8192) = { 0x2000200020002000ULL, 0x2000200020002000ULL,
DECLARE_ALIGNED    62 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pw_m1)   = { 0xFFFFFFFFFFFFFFFFULL, 0xFFFFFFFFFFFFFFFFULL,
DECLARE_ALIGNED    65 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pb_0)    = { 0x0000000000000000ULL, 0x0000000000000000ULL,
DECLARE_ALIGNED    67 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pb_1)    = { 0x0101010101010101ULL, 0x0101010101010101ULL,
DECLARE_ALIGNED    69 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pb_2)    = { 0x0202020202020202ULL, 0x0202020202020202ULL,
DECLARE_ALIGNED    71 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pb_3)    = { 0x0303030303030303ULL, 0x0303030303030303ULL,
DECLARE_ALIGNED    73 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const xmm_reg,  ff_pb_15)   = { 0x0F0F0F0F0F0F0F0FULL, 0x0F0F0F0F0F0F0F0FULL };
DECLARE_ALIGNED    74 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pb_80)   = { 0x8080808080808080ULL, 0x8080808080808080ULL };
DECLARE_ALIGNED    75 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_pb_FE)   = { 0xFEFEFEFEFEFEFEFEULL, 0xFEFEFEFEFEFEFEFEULL };
DECLARE_ALIGNED    76 libavcodec/x86/constants.c DECLARE_ALIGNED(8,  const uint64_t, ff_pb_FC)   =   0xFCFCFCFCFCFCFCFCULL;
DECLARE_ALIGNED    78 libavcodec/x86/constants.c DECLARE_ALIGNED(16, const xmm_reg,  ff_ps_neg)  = { 0x8000000080000000ULL, 0x8000000080000000ULL };
DECLARE_ALIGNED    80 libavcodec/x86/constants.c DECLARE_ALIGNED(32, const ymm_reg,  ff_pd_1)    = { 0x0000000100000001ULL, 0x0000000100000001ULL,
DECLARE_ALIGNED    30 libavcodec/x86/dct-test.c     DECLARE_ALIGNED(16, static int16_t, qmat)[64];
DECLARE_ALIGNED    31 libavcodec/x86/dct-test.c     DECLARE_ALIGNED(16, static int16_t, tmp)[64];
DECLARE_ALIGNED    59 libavcodec/x86/fdct.c DECLARE_ALIGNED(16, static const int16_t, fdct_tg_all_16)[24] = {
DECLARE_ALIGNED    65 libavcodec/x86/fdct.c DECLARE_ALIGNED(16, static const int16_t, ocos_4_16)[8] = {
DECLARE_ALIGNED    69 libavcodec/x86/fdct.c DECLARE_ALIGNED(16, static const int16_t, fdct_one_corr)[8] = { X8(1) };
DECLARE_ALIGNED    71 libavcodec/x86/fdct.c DECLARE_ALIGNED(8, static const int32_t, fdct_r_row)[2] = {RND_FRW_ROW, RND_FRW_ROW };
DECLARE_ALIGNED    75 libavcodec/x86/fdct.c  DECLARE_ALIGNED(16, const int32_t, fdct_r_row_sse2)[4];
DECLARE_ALIGNED    82 libavcodec/x86/fdct.c DECLARE_ALIGNED(8, static const int16_t, tab_frw_01234567)[] = {  // forward_dct coeff table
DECLARE_ALIGNED   158 libavcodec/x86/fdct.c  DECLARE_ALIGNED(16, const int16_t, tab_frw_01234567_sse2)[256];
DECLARE_ALIGNED   543 libavcodec/x86/fdct.c     DECLARE_ALIGNED(8, int64_t, align_tmp)[16];
DECLARE_ALIGNED   565 libavcodec/x86/fdct.c     DECLARE_ALIGNED(8, int64_t, align_tmp)[16];
DECLARE_ALIGNED   587 libavcodec/x86/fdct.c     DECLARE_ALIGNED(16, int64_t, align_tmp)[16];
DECLARE_ALIGNED   285 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
DECLARE_ALIGNED   297 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
DECLARE_ALIGNED   305 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
DECLARE_ALIGNED   312 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
DECLARE_ALIGNED   319 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
DECLARE_ALIGNED   326 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
DECLARE_ALIGNED   333 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint16_t, temp)[SIZE*(SIZE<8?12:24)];\
DECLARE_ALIGNED   339 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE];\
DECLARE_ALIGNED   349 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE];\
DECLARE_ALIGNED   359 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE];\
DECLARE_ALIGNED   369 libavcodec/x86/h264_qpel.c     DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE];\
DECLARE_ALIGNED    46 libavcodec/x86/mpegaudiodsp.c DECLARE_ALIGNED(16, static float, mdct_win_sse)[2][4][4*40];
DECLARE_ALIGNED    31 libavcodec/x86/mpegvideoenc.c DECLARE_ALIGNED(16, static uint16_t, inv_zigzag_direct16)[64];
DECLARE_ALIGNED    85 libavcodec/x86/rv40dsp_init.c         DECLARE_ALIGNED(16, uint8_t, tmp)[SIZE * (SIZE + 5)];           \
DECLARE_ALIGNED    58 libavcodec/x86/simple_idct.c DECLARE_ALIGNED(8, static const int16_t, coeffs)[]= {
DECLARE_ALIGNED   449 libavcodec/x86/vc1dsp_mmx.c             DECLARE_ALIGNED(16, int16_t, tmp)[12*8];\
DECLARE_ALIGNED   172 libavcodec/x86/vp8dsp_init.c     DECLARE_ALIGNED(ALIGN, uint8_t, tmp)[SIZE * (MAXHEIGHT + TAPNUMY - 1)]; \
DECLARE_ALIGNED   217 libavcodec/x86/vp8dsp_init.c     DECLARE_ALIGNED(ALIGN, uint8_t, tmp)[SIZE * (MAXHEIGHT + 2)]; \
DECLARE_ALIGNED    60 libavcodec/x86/xvididct_mmx.c DECLARE_ALIGNED(8, static const int16_t, tg_1_16)[4 * 4] = {
DECLARE_ALIGNED    67 libavcodec/x86/xvididct_mmx.c DECLARE_ALIGNED(8, static const int32_t, rounder_0)[2 * 8] = {
DECLARE_ALIGNED   138 libavcodec/x86/xvididct_mmx.c DECLARE_ALIGNED(8, static const int16_t, tab_i_04_mmx)[32 * 4] = {
DECLARE_ALIGNED   180 libavcodec/x86/xvididct_mmx.c DECLARE_ALIGNED(8, static const int16_t, tab_i_04_xmm)[32 * 4] = {
DECLARE_ALIGNED   359 libavfilter/vf_dctdnoiz.c     DECLARE_ALIGNED(32, float, tmp_block1)[bsize * bsize];                                  \
DECLARE_ALIGNED   360 libavfilter/vf_dctdnoiz.c     DECLARE_ALIGNED(32, float, tmp_block2)[bsize * bsize];                                  \
DECLARE_ALIGNED    57 libavfilter/vf_fspp.c DECLARE_ALIGNED(32, static const uint8_t, dither)[8][8] = {
DECLARE_ALIGNED   161 libavfilter/vf_fspp.c     DECLARE_ALIGNED(32, int32_t, block_align)[4 * 8 * BLOCKSZ + 4 * 8 * BLOCKSZ];
DECLARE_ALIGNED    46 libavfilter/vf_gradfun.c DECLARE_ALIGNED(16, static const uint16_t, dither)[8][8] = {
DECLARE_ALIGNED    60 libavfilter/vf_owdenoise.c DECLARE_ALIGNED(8, static const uint8_t, dither)[8][8] = {
DECLARE_ALIGNED    56 libavfilter/vf_pp7.c DECLARE_ALIGNED(8, static const uint8_t, dither)[8][8] = {
DECLARE_ALIGNED    81 libavfilter/vf_spp.c DECLARE_ALIGNED(8, static const uint8_t, ldither)[8][8] = {
DECLARE_ALIGNED   239 libavfilter/vf_spp.c     DECLARE_ALIGNED(16, uint64_t, block_align)[32];
DECLARE_ALIGNED    70 libavfilter/vf_uspp.c DECLARE_ALIGNED(8, static const uint8_t, dither)[8][8] = {
DECLARE_ALIGNED   352 libavutil/des.c static const DECLARE_ALIGNED(8, uint8_t, plain)[] = {0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x10};
DECLARE_ALIGNED   353 libavutil/des.c static const DECLARE_ALIGNED(8, uint8_t, crypt)[] = {0x4a, 0xb6, 0x5b, 0x3d, 0x4b, 0x06, 0x15, 0x18};
DECLARE_ALIGNED   354 libavutil/des.c static DECLARE_ALIGNED(8, uint8_t, tmp)[8];
DECLARE_ALIGNED   355 libavutil/des.c static DECLARE_ALIGNED(8, uint8_t, large_buffer)[10002][8];
DECLARE_ALIGNED   106 libavutil/internal.h     DECLARE_ALIGNED(a, t, la_##v) s o;                  \
DECLARE_ALIGNED    39 libavutil/lls.h     DECLARE_ALIGNED(32, double, covariance[MAX_VARS_ALIGN][MAX_VARS_ALIGN]);
DECLARE_ALIGNED    40 libavutil/lls.h     DECLARE_ALIGNED(32, double, coeff[MAX_VARS][MAX_VARS]);
DECLARE_ALIGNED    66 libpostproc/postprocess_altivec_template.c     DECLARE_ALIGNED(16, short, data)[8] =
DECLARE_ALIGNED   226 libpostproc/postprocess_altivec_template.c     DECLARE_ALIGNED(16, short, qp)[8] = {c->QP};
DECLARE_ALIGNED   422 libpostproc/postprocess_altivec_template.c     DECLARE_ALIGNED(16, short, qp)[8] = {8*c->QP};
DECLARE_ALIGNED   575 libpostproc/postprocess_altivec_template.c     DECLARE_ALIGNED(16, uint8_t, dt)[16] = { deringThreshold };
DECLARE_ALIGNED   599 libpostproc/postprocess_altivec_template.c     DECLARE_ALIGNED(16, signed int, S)[8];
DECLARE_ALIGNED   600 libpostproc/postprocess_altivec_template.c     DECLARE_ALIGNED(16, int, tQP2)[4] = { c->QP/2 + 1 };
DECLARE_ALIGNED   130 libpostproc/postprocess_internal.h     DECLARE_ALIGNED(8, uint64_t, packedYOffset);
DECLARE_ALIGNED   131 libpostproc/postprocess_internal.h     DECLARE_ALIGNED(8, uint64_t, packedYScale);
DECLARE_ALIGNED   143 libpostproc/postprocess_internal.h     DECLARE_ALIGNED(8, uint64_t, pQPb);
DECLARE_ALIGNED   144 libpostproc/postprocess_internal.h     DECLARE_ALIGNED(8, uint64_t, pQPb2);
DECLARE_ALIGNED   146 libpostproc/postprocess_internal.h     DECLARE_ALIGNED(8, uint64_t, mmxDcOffset)[64];
DECLARE_ALIGNED   147 libpostproc/postprocess_internal.h     DECLARE_ALIGNED(8, uint64_t, mmxDcThreshold)[64];
DECLARE_ALIGNED   819 libpostproc/postprocess_template.c     DECLARE_ALIGNED(8, uint64_t, tmp)[4]; // make space for 4 8-byte vars
DECLARE_ALIGNED  1096 libpostproc/postprocess_template.c     DECLARE_ALIGNED(8, uint64_t, tmp)[3];
DECLARE_ALIGNED  2842 libpostproc/postprocess_template.c         DECLARE_ALIGNED(8, uint64_t, tmp)[4]; // make space for 4 8-byte vars
DECLARE_ALIGNED  3251 libpostproc/postprocess_template.c     DECLARE_ALIGNED(8, PPContext, c)= *c2; //copy to stack for faster access
DECLARE_ALIGNED  3606 libpostproc/postprocess_template.c                     DECLARE_ALIGNED(16, unsigned char, tempBlock)[272];
DECLARE_ALIGNED    39 libswscale/output.c DECLARE_ALIGNED(8, const uint8_t, ff_dither_2x2_4)[][8] = {
DECLARE_ALIGNED    45 libswscale/output.c DECLARE_ALIGNED(8, const uint8_t, ff_dither_2x2_8)[][8] = {
DECLARE_ALIGNED    51 libswscale/output.c DECLARE_ALIGNED(8, const uint8_t, ff_dither_4x4_16)[][8] = {
DECLARE_ALIGNED    59 libswscale/output.c DECLARE_ALIGNED(8, const uint8_t, ff_dither_8x8_32)[][8] = {
DECLARE_ALIGNED    71 libswscale/output.c DECLARE_ALIGNED(8, const uint8_t, ff_dither_8x8_73)[][8] = {
DECLARE_ALIGNED    84 libswscale/output.c DECLARE_ALIGNED(8, const uint8_t, ff_dither_8x8_220)[][8] = {
DECLARE_ALIGNED    97 libswscale/output.c DECLARE_ALIGNED(8, const uint8_t, ff_dither_8x8_220)[][8] = {
DECLARE_ALIGNED   110 libswscale/output.c DECLARE_ALIGNED(8, const uint8_t, ff_dither_8x8_220)[][8] = {
DECLARE_ALIGNED   123 libswscale/output.c DECLARE_ALIGNED(8, const uint8_t, ff_dither_8x8_220)[][8] = {
DECLARE_ALIGNED    93 libswscale/ppc/swscale_altivec.c     DECLARE_ALIGNED(16, int, val)[16];
DECLARE_ALIGNED   218 libswscale/ppc/swscale_altivec.c     DECLARE_ALIGNED(16, int, tempo)[4];
DECLARE_ALIGNED   608 libswscale/ppc/yuv2rgb_altivec.c         DECLARE_ALIGNED(16, signed short, tmp)[8];
DECLARE_ALIGNED   657 libswscale/ppc/yuv2rgb_altivec.c     DECLARE_ALIGNED(16, unsigned int, scratch)[16];
DECLARE_ALIGNED    39 libswscale/swscale.c DECLARE_ALIGNED(8, const uint8_t, ff_dither_8x8_128)[9][8] = {
DECLARE_ALIGNED    51 libswscale/swscale.c DECLARE_ALIGNED(8, static const uint8_t, sws_pb_64)[8] = {
DECLARE_ALIGNED   381 libswscale/swscale_internal.h     DECLARE_ALIGNED(16, int, table_gV)[256 + 2*YUVRGB_TABLE_HEADROOM];
DECLARE_ALIGNED   385 libswscale/swscale_internal.h     DECLARE_ALIGNED(16, int32_t, input_rgb2yuv_table)[16+40*4]; // This table can contain both C and SIMD formatted values, the C vales are always at the XY_IDX points
DECLARE_ALIGNED   446 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, redDither);
DECLARE_ALIGNED   447 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, greenDither);
DECLARE_ALIGNED   448 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, blueDither);
DECLARE_ALIGNED   450 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, yCoeff);
DECLARE_ALIGNED   451 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, vrCoeff);
DECLARE_ALIGNED   452 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, ubCoeff);
DECLARE_ALIGNED   453 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, vgCoeff);
DECLARE_ALIGNED   454 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, ugCoeff);
DECLARE_ALIGNED   455 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, yOffset);
DECLARE_ALIGNED   456 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, uOffset);
DECLARE_ALIGNED   457 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, vOffset);
DECLARE_ALIGNED   461 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, esp);
DECLARE_ALIGNED   462 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, vRounder);
DECLARE_ALIGNED   463 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, u_temp);
DECLARE_ALIGNED   464 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, v_temp);
DECLARE_ALIGNED   465 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint64_t, y_temp);
DECLARE_ALIGNED   470 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, ptrdiff_t, uv_off); ///< offset (in pixels) between u and v planes
DECLARE_ALIGNED   471 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, ptrdiff_t, uv_offx2); ///< offset (in bytes) between u and v planes
DECLARE_ALIGNED   472 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint16_t, dither16)[8];
DECLARE_ALIGNED   473 libswscale/swscale_internal.h     DECLARE_ALIGNED(8, uint32_t, dither32)[8];
DECLARE_ALIGNED    37 libswscale/swscale_unscaled.c DECLARE_ALIGNED(8, static const uint8_t, dithers)[8][8][8]={
DECLARE_ALIGNED   298 libswscale/x86/hscale_fast_bilinear_simd.c     DECLARE_ALIGNED(8, uint64_t, ebxsave);
DECLARE_ALIGNED   301 libswscale/x86/hscale_fast_bilinear_simd.c     DECLARE_ALIGNED(8, uint64_t, retsave);
DECLARE_ALIGNED    79 libswscale/x86/rgb2rgb.c DECLARE_ALIGNED(8, extern const uint64_t, ff_bgr2YOffset);
DECLARE_ALIGNED    80 libswscale/x86/rgb2rgb.c DECLARE_ALIGNED(8, extern const uint64_t, ff_w1111);
DECLARE_ALIGNED    81 libswscale/x86/rgb2rgb.c DECLARE_ALIGNED(8, extern const uint64_t, ff_bgr2UVOffset);
DECLARE_ALIGNED    42 libswscale/x86/swscale.c const DECLARE_ALIGNED(8, uint64_t, ff_dither4)[2] = {
DECLARE_ALIGNED    46 libswscale/x86/swscale.c const DECLARE_ALIGNED(8, uint64_t, ff_dither8)[2] = {
DECLARE_ALIGNED    57 libswscale/x86/swscale.c DECLARE_ALIGNED(8, const uint64_t, ff_M24A)         = 0x00FF0000FF0000FFLL;
DECLARE_ALIGNED    58 libswscale/x86/swscale.c DECLARE_ALIGNED(8, const uint64_t, ff_M24B)         = 0xFF0000FF0000FF00LL;
DECLARE_ALIGNED    59 libswscale/x86/swscale.c DECLARE_ALIGNED(8, const uint64_t, ff_M24C)         = 0x0000FF0000FF0000LL;
DECLARE_ALIGNED    61 libswscale/x86/swscale.c DECLARE_ALIGNED(8, const uint64_t, ff_bgr2YOffset)  = 0x1010101010101010ULL;
DECLARE_ALIGNED    62 libswscale/x86/swscale.c DECLARE_ALIGNED(8, const uint64_t, ff_bgr2UVOffset) = 0x8080808080808080ULL;
DECLARE_ALIGNED    63 libswscale/x86/swscale.c DECLARE_ALIGNED(8, const uint64_t, ff_w1111)        = 0x0001000100010001ULL;