Searched refs:DECLARE_ALIGNED (Results 176 - 200 of 215) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmavoice.c283 DECLARE_ALIGNED(32, float, tilted_lpcs_pf)[0x80];
285 DECLARE_ALIGNED(32, float, denoise_coeffs_pf)[0x80];
287 DECLARE_ALIGNED(32, float, synth_filter_out_buf)[0x80 + MAX_LSPS_ALIGN16];
H A Dqdm2.c126 DECLARE_ALIGNED(32, QDM2Complex, complex)[MPA_MAX_CHANNELS][256];
179 DECLARE_ALIGNED(32, float, synth_buf)[MPA_MAX_CHANNELS][512*2];
181 DECLARE_ALIGNED(32, float, sb_samples)[MPA_MAX_CHANNELS][128][SBLIMIT];
182 DECLARE_ALIGNED(32, float, samples)[MPA_MAX_CHANNELS * MPA_FRAME_SIZE];
H A Dvorbis_data.c59 DECLARE_ALIGNED(16, static const float, vwin64)[32] = {
70 DECLARE_ALIGNED(16, static const float, vwin128)[64] = {
89 DECLARE_ALIGNED(16, static const float, vwin256)[128] = {
124 DECLARE_ALIGNED(16, static const float, vwin512)[256] = {
191 DECLARE_ALIGNED(16, static const float, vwin1024)[512] = {
322 DECLARE_ALIGNED(16, static const float, vwin2048)[1024] = {
581 DECLARE_ALIGNED(16, static const float, vwin4096)[2048] = {
1096 DECLARE_ALIGNED(16, static const float, vwin8192)[4096] = {
H A Dmpegaudiodec.c62 DECLARE_ALIGNED(16, INTFLOAT, sb_hybrid)[SBLIMIT * 18]; /* 576 samples */
73 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2];
75 DECLARE_ALIGNED(32, INTFLOAT, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
H A Dwmaprodec.c152 DECLARE_ALIGNED(32, float, out)[WMAPRO_BLOCK_MAX_SIZE + WMAPRO_BLOCK_MAX_SIZE / 2]; ///< output buffer
179 DECLARE_ALIGNED(32, float, tmp)[WMAPRO_BLOCK_MAX_SIZE]; ///< IMDCT output buffer
H A D4xm.c140 DECLARE_ALIGNED(16, DCTELEM, block)[6][64];
H A Dasv1.c51 DECLARE_ALIGNED(16, DCTELEM, block)[6][64];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmalosslessdec.c149 DECLARE_ALIGNED(16, int16_t, coefs)[MAX_ORDER + WMALL_COEFF_PAD_SIZE/sizeof(int16_t)];
150 DECLARE_ALIGNED(16, int16_t, lms_prevvalues)[MAX_ORDER * 2];
151 DECLARE_ALIGNED(16, int16_t, lms_updates)[MAX_ORDER * 2];
H A Dwmavoice.c283 DECLARE_ALIGNED(32, float, tilted_lpcs_pf)[0x80];
285 DECLARE_ALIGNED(32, float, denoise_coeffs_pf)[0x80];
287 DECLARE_ALIGNED(32, float, synth_filter_out_buf)[0x80 + MAX_LSPS_ALIGN16];
H A Ddnxhddec.c47 DECLARE_ALIGNED(16, int16_t, blocks)[12][64];
H A Dopus_celt.c48 DECLARE_ALIGNED(32, float, buf)[2048];
100 DECLARE_ALIGNED(32, float, coeffs)[2][CELT_MAX_FRAME_SIZE];
101 DECLARE_ALIGNED(32, float, scratch)[22 * 8]; // MAX(celt_freq_range) * 1<<CELT_MAX_LOG_BLOCKS
438 DECLARE_ALIGNED(32, static const float, celt_window)[120] = {
H A Dproresenc_anatoliy.c290 DECLARE_ALIGNED(16, int16_t, blocks)[DEFAULT_SLICE_MB_WIDTH << 8], *block;
H A Dqdm2.c125 DECLARE_ALIGNED(32, QDM2Complex, complex)[MPA_MAX_CHANNELS][256];
175 DECLARE_ALIGNED(32, float, synth_buf)[MPA_MAX_CHANNELS][512*2];
177 DECLARE_ALIGNED(32, float, sb_samples)[MPA_MAX_CHANNELS][128][SBLIMIT];
178 DECLARE_ALIGNED(32, float, samples)[MPA_MAX_CHANNELS * MPA_FRAME_SIZE];
H A Dvorbis_data.c59 DECLARE_ALIGNED(16, static const float, vwin64)[32] = {
70 DECLARE_ALIGNED(16, static const float, vwin128)[64] = {
89 DECLARE_ALIGNED(16, static const float, vwin256)[128] = {
124 DECLARE_ALIGNED(16, static const float, vwin512)[256] = {
191 DECLARE_ALIGNED(16, static const float, vwin1024)[512] = {
322 DECLARE_ALIGNED(16, static const float, vwin2048)[1024] = {
581 DECLARE_ALIGNED(16, static const float, vwin4096)[2048] = {
1096 DECLARE_ALIGNED(16, static const float, vwin8192)[4096] = {
H A Dmpegaudiodec_template.c67 DECLARE_ALIGNED(16, INTFLOAT, sb_hybrid)[SBLIMIT * 18]; /* 576 samples */
78 DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2];
80 DECLARE_ALIGNED(32, INTFLOAT, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
H A Dvp3.c147 DECLARE_ALIGNED(16, int16_t, block)[64];
236 DECLARE_ALIGNED(16, int16_t, qmat)[3][2][3][64]; ///< qmat[qpi][is_inter][plane]
258 DECLARE_ALIGNED(8, int, bounding_values_array)[256 + 2];
H A Dwmaprodec.c154 DECLARE_ALIGNED(32, float, out)[WMAPRO_BLOCK_MAX_SIZE + WMAPRO_BLOCK_MAX_SIZE / 2]; ///< output buffer
179 DECLARE_ALIGNED(32, float, tmp)[WMAPRO_BLOCK_MAX_SIZE]; ///< IMDCT output buffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvc1dsp_mmx.c449 DECLARE_ALIGNED(16, int16_t, tmp)[12*8];\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dvf_pp7.c48 DECLARE_ALIGNED(8, static const uint8_t, dither)[8][8] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dsnowdsp_mmx.c31 DECLARE_ALIGNED(16, IDWTELEM, temp)[width>>1];
H A Dvc1dsp_mmx.c438 DECLARE_ALIGNED(16, int16_t, tmp)[12*8];\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale.c38 DECLARE_ALIGNED(8, const uint8_t, ff_dither_8x8_128)[9][8] = {
50 DECLARE_ALIGNED(8, static const uint8_t, sws_pb_64)[8] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale_template.c1580 DECLARE_ALIGNED(8, uint64_t, ebxsave);
1583 DECLARE_ALIGNED(8, uint64_t, retsave);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_template_altivec.c80 DECLARE_ALIGNED(16, signed int, ABCD)[4] =
209 DECLARE_ALIGNED(16, signed int, ABCD)[4] =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_template.c1612 DECLARE_ALIGNED(8, uint64_t, ebxsave);
1615 DECLARE_ALIGNED(8, uint64_t, retsave);

Completed in 519 milliseconds

123456789