Searched refs:DECLARE_ALIGNED (Results 1 - 25 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 Dra288.h100 DECLARE_ALIGNED(16, static const float, syn_window)[FFALIGN(111, 8)]={
122 DECLARE_ALIGNED(16, static const float, gain_window)[FFALIGN(38, 8)]={
133 DECLARE_ALIGNED(16, static const float, syn_bw_tab)[FFALIGN(36, 8)] = {
143 DECLARE_ALIGNED(16, static const float, gain_bw_tab)[FFALIGN(10, 8)] = {
H A Dsvq1_cb.h40 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_4x2)[768] = {
92 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_4x4)[1536] = {
192 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_8x4)[3072] = {
388 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_8x8)[6144] = {
783 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_4x2)[768] = {
835 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_4x4)[1536] = {
935 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_8x4)[3072] = {
1131 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_8x8)[6144] = {
H A Daactab.h47 DECLARE_ALIGNED(16, extern float, ff_aac_kbd_long_1024)[1024];
48 DECLARE_ALIGNED(16, extern float, ff_aac_kbd_short_128)[128];
H A Dsbr.h80 DECLARE_ALIGNED(16, float, synthesis_filterbank_samples)[SBR_SYNTHESIS_BUF_SIZE];
81 DECLARE_ALIGNED(16, float, analysis_filterbank_samples) [1312];
162 DECLARE_ALIGNED(16, float, X)[2][2][38][64];
180 DECLARE_ALIGNED(16, float, qmf_filter_scratch)[5][64];
H A Dsinewin.h34 SINETABLE_CONST DECLARE_ALIGNED(16, float, ff_sine_##size)[size]
H A Dac3dec.h202 DECLARE_ALIGNED(16, int, fixed_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< fixed-point transform coefficients
203 DECLARE_ALIGNED(32, float, transform_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< transform coefficients
204 DECLARE_ALIGNED(32, float, delay)[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE]; ///< delay - added to the next block
205 DECLARE_ALIGNED(32, float, window)[AC3_BLOCK_SIZE]; ///< window coefficients
206 DECLARE_ALIGNED(32, float, tmp_output)[AC3_BLOCK_SIZE]; ///< temporary storage for output before windowing
207 DECLARE_ALIGNED(32, float, output)[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE]; ///< output after imdct transform and windowing
208 DECLARE_ALIGNED(32, uint8_t, input_buffer)[AC3_FRAME_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE]; ///< temp buffer to prevent overread
H A Daac.h228 DECLARE_ALIGNED(32, float, coeffs)[1024]; ///< coefficients for IMDCT
229 DECLARE_ALIGNED(32, float, saved)[1024]; ///< overlap
230 DECLARE_ALIGNED(32, float, ret)[2048]; ///< PCM output
231 DECLARE_ALIGNED(16, float, ltp_state)[3072]; ///< time signal for LTP
279 DECLARE_ALIGNED(32, float, buf_mdct)[1024];
301 DECLARE_ALIGNED(32, float, temp)[128];
H A Daacenc.h73 DECLARE_ALIGNED(16, int, qcoefs)[96]; ///< quantized coefficients
74 DECLARE_ALIGNED(32, float, scoefs)[1024]; ///< scaled coefficients
H A Dmpc.h70 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2];
72 DECLARE_ALIGNED(16, int32_t, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dra288.h100 DECLARE_ALIGNED(32, static const float, syn_window)[FFALIGN(111, 16)]={
122 DECLARE_ALIGNED(32, static const float, gain_window)[FFALIGN(38, 16)]={
133 DECLARE_ALIGNED(32, static const float, syn_bw_tab)[FFALIGN(36, 16)] = {
143 DECLARE_ALIGNED(32, static const float, gain_bw_tab)[FFALIGN(10, 16)] = {
H A Dsvq1_cb.h40 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_4x2)[768] = {
92 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_4x4)[1536] = {
192 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_8x4)[3072] = {
388 DECLARE_ALIGNED(4, static const int8_t, svq1_inter_codebook_8x8)[6144] = {
783 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_4x2)[768] = {
835 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_4x4)[1536] = {
935 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_8x4)[3072] = {
1131 DECLARE_ALIGNED(4, static const int8_t, svq1_intra_codebook_8x8)[6144] = {
H A Daacps.h64 DECLARE_ALIGNED(16, float, in_buf)[5][44][2];
65 DECLARE_ALIGNED(16, float, delay)[PS_MAX_SSB][PS_QMF_TIME_SLOTS + PS_MAX_DELAY][2];
66 DECLARE_ALIGNED(16, float, ap_delay)[PS_MAX_AP_BANDS][PS_AP_LINKS][PS_QMF_TIME_SLOTS + PS_MAX_AP_DELAY][2];
67 DECLARE_ALIGNED(16, float, peak_decay_nrg)[34];
68 DECLARE_ALIGNED(16, float, power_smooth)[34];
69 DECLARE_ALIGNED(16, float, peak_decay_diff_smooth)[34];
70 DECLARE_ALIGNED(16, float, H11)[2][PS_MAX_NUM_ENV+1][PS_MAX_NR_IIDICC];
71 DECLARE_ALIGNED(16, float, H12)[2][PS_MAX_NUM_ENV+1][PS_MAX_NR_IIDICC];
72 DECLARE_ALIGNED(16, float, H21)[2][PS_MAX_NUM_ENV+1][PS_MAX_NR_IIDICC];
73 DECLARE_ALIGNED(1
[all...]
H A Dsbr.h83 DECLARE_ALIGNED(32, float, synthesis_filterbank_samples)[SBR_SYNTHESIS_BUF_SIZE];
84 DECLARE_ALIGNED(32, float, analysis_filterbank_samples) [1312];
94 DECLARE_ALIGNED(16, float, Y)[2][38][64][2];
95 DECLARE_ALIGNED(16, float, g_temp)[42][48];
184 DECLARE_ALIGNED(16, float, X_low)[32][40][2];
186 DECLARE_ALIGNED(16, float, X_high)[64][40][2];
188 DECLARE_ALIGNED(16, float, X)[2][2][38][64];
190 DECLARE_ALIGNED(16, float, alpha0)[64][2];
192 DECLARE_ALIGNED(16, float, alpha1)[64][2];
206 DECLARE_ALIGNED(3
[all...]
H A Daactab.h47 DECLARE_ALIGNED(32, extern float, ff_aac_kbd_long_1024)[1024];
48 DECLARE_ALIGNED(32, extern float, ff_aac_kbd_short_128)[128];
49 const DECLARE_ALIGNED(32, extern float, ff_aac_eld_window)[1920];
H A Dsinewin.h34 SINETABLE_CONST DECLARE_ALIGNED(32, float, ff_sine_##size)[size]
H A Dmpc.h69 DECLARE_ALIGNED(16, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512*2];
71 DECLARE_ALIGNED(16, int32_t, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
H A Dwmv2.h54 DECLARE_ALIGNED(16, int16_t, abt_block2)[6][64];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dconstants.c25 DECLARE_ALIGNED(8, const uint64_t, ff_wtwo) = 0x0002000200020002ULL;
27 DECLARE_ALIGNED(16, const xmm_reg, ff_pw_1) = { 0x0001000100010001ULL, 0x0001000100010001ULL };
28 DECLARE_ALIGNED(16, const xmm_reg, ff_pw_2) = { 0x0002000200020002ULL, 0x0002000200020002ULL };
29 DECLARE_ALIGNED(16, const xmm_reg, ff_pw_3) = { 0x0003000300030003ULL, 0x0003000300030003ULL };
30 DECLARE_ALIGNED(16, const xmm_reg, ff_pw_4) = { 0x0004000400040004ULL, 0x0004000400040004ULL };
31 DECLARE_ALIGNED(16, const xmm_reg, ff_pw_5) = { 0x0005000500050005ULL, 0x0005000500050005ULL };
32 DECLARE_ALIGNED(16, const xmm_reg, ff_pw_8) = { 0x0008000800080008ULL, 0x0008000800080008ULL };
33 DECLARE_ALIGNED(16, const xmm_reg, ff_pw_9) = { 0x0009000900090009ULL, 0x0009000900090009ULL };
34 DECLARE_ALIGNED(8, const uint64_t, ff_pw_15) = 0x000F000F000F000FULL;
35 DECLARE_ALIGNED(1
[all...]
H A Ddca.h35 DECLARE_ALIGNED(16, static const uint32_t, inverse16) = 0x3D800000;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dlls2.h39 DECLARE_ALIGNED(32, double, covariance[MAX_VARS_ALIGN][MAX_VARS_ALIGN]);
40 DECLARE_ALIGNED(32, double, coeff[MAX_VARS][MAX_VARS]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_internal.h131 DECLARE_ALIGNED(8, uint64_t, packedYOffset);
132 DECLARE_ALIGNED(8, uint64_t, packedYScale);
144 DECLARE_ALIGNED(8, uint64_t, pQPb);
145 DECLARE_ALIGNED(8, uint64_t, pQPb2);
147 DECLARE_ALIGNED(8, uint64_t, mmxDcOffset)[64];
148 DECLARE_ALIGNED(8, uint64_t, mmxDcThreshold)[64];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_internal.h131 DECLARE_ALIGNED(8, uint64_t, packedYOffset);
132 DECLARE_ALIGNED(8, uint64_t, packedYScale);
144 DECLARE_ALIGNED(8, uint64_t, pQPb);
145 DECLARE_ALIGNED(8, uint64_t, pQPb2);
147 DECLARE_ALIGNED(8, uint64_t, mmxDcOffset)[64];
148 DECLARE_ALIGNED(8, uint64_t, mmxDcThreshold)[64];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_internal.h361 DECLARE_ALIGNED(8, uint64_t, redDither);
362 DECLARE_ALIGNED(8, uint64_t, greenDither);
363 DECLARE_ALIGNED(8, uint64_t, blueDither);
365 DECLARE_ALIGNED(8, uint64_t, yCoeff);
366 DECLARE_ALIGNED(8, uint64_t, vrCoeff);
367 DECLARE_ALIGNED(8, uint64_t, ubCoeff);
368 DECLARE_ALIGNED(8, uint64_t, vgCoeff);
369 DECLARE_ALIGNED(8, uint64_t, ugCoeff);
370 DECLARE_ALIGNED(8, uint64_t, yOffset);
371 DECLARE_ALIGNED(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Didct_mmx_xvid.c68 DECLARE_ALIGNED(8, static const int16_t, tg_1_16)[4*4] = {
74 DECLARE_ALIGNED(8, static const int32_t, rounder_0)[2*8] = {
144 DECLARE_ALIGNED(8, static const int16_t, tab_i_04_mmx)[32*4] = {
186 DECLARE_ALIGNED(8, static const int16_t, tab_i_04_xmm)[32*4] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dmem.h39 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro
42 #define DECLARE_ALIGNED(n,t,v) \ macro
49 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro
52 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v macro
55 #define DECLARE_ALIGNED(n,t,v) t v macro

Completed in 305 milliseconds

123456789