Searched refs:DECLARE_ALIGNED (Results 26 - 50 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 Drtjpeg.h37 DECLARE_ALIGNED(16, DCTELEM, block)[64];
H A Dwmv2.h53 DECLARE_ALIGNED(16, DCTELEM, abt_block2)[6][64];
H A Drdft.h35 SINTABLE_CONST DECLARE_ALIGNED(16, FFTSample, ff_sin_##size)[size/2]
H A Dvp8.h183 DECLARE_ALIGNED(8, uint8_t, left_nnz)[9];
192 DECLARE_ALIGNED(16, uint8_t, non_zero_count_cache)[6][4];
194 DECLARE_ALIGNED(16, DCTELEM, block)[6][4][16];
195 DECLARE_ALIGNED(16, DCTELEM, block_dc)[16];
H A Dwma.h117 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
120 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
121 DECLARE_ALIGNED(32, FFTSample, output)[BLOCK_MAX_SIZE * 2];
125 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
H A Datrac1.c64 DECLARE_ALIGNED(32, float, spec1)[AT1_SU_SAMPLES]; ///< mdct buffer
65 DECLARE_ALIGNED(32, float, spec2)[AT1_SU_SAMPLES]; ///< mdct buffer
66 DECLARE_ALIGNED(32, float, fst_qmf_delay)[46]; ///< delay line for the 1st stacked QMF filter
67 DECLARE_ALIGNED(32, float, snd_qmf_delay)[46]; ///< delay line for the 2nd stacked QMF filter
68 DECLARE_ALIGNED(32, float, last_qmf_delay)[256+23]; ///< delay line for the last stacked QMF filter
77 DECLARE_ALIGNED(32, float, spec)[AT1_SU_SAMPLES]; ///< the mdct spectrum buffer
79 DECLARE_ALIGNED(32, float, low)[256];
80 DECLARE_ALIGNED(32, float, mid)[256];
81 DECLARE_ALIGNED(32, float, high)[512];
H A Ddnxhdenc.h67 DECLARE_ALIGNED(16, DCTELEM, blocks)[8][64];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sparc/
H A Dsimple_idct_vis.c28 static const DECLARE_ALIGNED(8, int16_t, coeffs)[28] = {
37 static const DECLARE_ALIGNED(8, uint16_t, scale)[4] = {
40 static const DECLARE_ALIGNED(8, uint16_t, rounder)[4] = {
43 static const DECLARE_ALIGNED(8, uint16_t, expand)[4] = {
390 DECLARE_ALIGNED(8, int16_t, temp)[8*8];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3dec.h225 DECLARE_ALIGNED(16, int, fixed_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< fixed-point transform coefficients
226 DECLARE_ALIGNED(32, INTFLOAT, transform_coeffs)[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< transform coefficients
227 DECLARE_ALIGNED(32, INTFLOAT, delay)[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE]; ///< delay - added to the next block
228 DECLARE_ALIGNED(32, INTFLOAT, window)[AC3_BLOCK_SIZE]; ///< window coefficients
229 DECLARE_ALIGNED(32, INTFLOAT, tmp_output)[AC3_BLOCK_SIZE]; ///< temporary storage for output before windowing
230 DECLARE_ALIGNED(32, SHORTFLOAT, output)[AC3_MAX_CHANNELS][AC3_BLOCK_SIZE]; ///< output after imdct transform and windowing
231 DECLARE_ALIGNED(32, uint8_t, input_buffer)[AC3_FRAME_BUFFER_SIZE + FF_INPUT_BUFFER_PADDING_SIZE]; ///< temp buffer to prevent overread
H A Daac.h236 DECLARE_ALIGNED(32, float, coeffs)[1024]; ///< coefficients for IMDCT
237 DECLARE_ALIGNED(32, float, saved)[1536]; ///< overlap
238 DECLARE_ALIGNED(32, float, ret_buf)[2048]; ///< PCM output buffer
239 DECLARE_ALIGNED(16, float, ltp_state)[3072]; ///< time signal for LTP
284 DECLARE_ALIGNED(32, float, buf_mdct)[1024];
316 DECLARE_ALIGNED(32, float, temp)[128];
H A Dvp8.h96 DECLARE_ALIGNED(4, uint8_t, intra4x4_pred_mode_top)[4];
102 DECLARE_ALIGNED(16, int16_t, block)[6][4][16];
103 DECLARE_ALIGNED(16, int16_t, block_dc)[16];
111 DECLARE_ALIGNED(16, uint8_t, non_zero_count_cache)[6][4];
118 DECLARE_ALIGNED(8, uint8_t, left_nnz)[9];
128 DECLARE_ALIGNED(16, uint8_t, edge_emu_buffer)[21 * EDGE_EMU_LINESIZE];
H A Dasv.h57 DECLARE_ALIGNED(16, int16_t, block)[6][64];
H A Drdft.h35 SINTABLE_CONST DECLARE_ALIGNED(16, FFTSample, ff_sin_##size)[size/2]
H A Drtjpeg.h39 DECLARE_ALIGNED(16, int16_t, block)[64];
H A Dwma.h112 DECLARE_ALIGNED(32, float, exponents)[MAX_CHANNELS][BLOCK_MAX_SIZE];
115 DECLARE_ALIGNED(32, float, coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE];
116 DECLARE_ALIGNED(32, FFTSample, output)[BLOCK_MAX_SIZE * 2];
120 DECLARE_ALIGNED(32, float, frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE * 2];
H A Daacenc.h85 DECLARE_ALIGNED(16, int, qcoefs)[96]; ///< quantized coefficients
86 DECLARE_ALIGNED(32, float, scoefs)[1024]; ///< scaled coefficients
H A Datrac1.c64 DECLARE_ALIGNED(32, float, spec1)[AT1_SU_SAMPLES]; ///< mdct buffer
65 DECLARE_ALIGNED(32, float, spec2)[AT1_SU_SAMPLES]; ///< mdct buffer
66 DECLARE_ALIGNED(32, float, fst_qmf_delay)[46]; ///< delay line for the 1st stacked QMF filter
67 DECLARE_ALIGNED(32, float, snd_qmf_delay)[46]; ///< delay line for the 2nd stacked QMF filter
68 DECLARE_ALIGNED(32, float, last_qmf_delay)[256+23]; ///< delay line for the last stacked QMF filter
76 DECLARE_ALIGNED(32, float, spec)[AT1_SU_SAMPLES]; ///< the mdct spectrum buffer
78 DECLARE_ALIGNED(32, float, low)[256];
79 DECLARE_ALIGNED(32, float, mid)[256];
80 DECLARE_ALIGNED(32, float, high)[512];
H A Datrac3plus.h59 DECLARE_ALIGNED(32, float, buf1)[ATRAC3P_PQF_FIR_LEN * 2][8];
60 DECLARE_ALIGNED(32, float, buf2)[ATRAC3P_PQF_FIR_LEN * 2][8];
153 DECLARE_ALIGNED(32, float, prev_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< overlapping buffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264qpel.c76 DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
88 DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
95 DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
107 DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
114 DECLARE_ALIGNED(16, uint8_t, halfH)[SIZE*SIZE];\
115 DECLARE_ALIGNED(16, uint8_t, halfV)[SIZE*SIZE];\
123 DECLARE_ALIGNED(16, uint8_t, halfH)[SIZE*SIZE];\
124 DECLARE_ALIGNED(16, uint8_t, halfV)[SIZE*SIZE];\
132 DECLARE_ALIGNED(16, uint8_t, halfH)[SIZE*SIZE];\
133 DECLARE_ALIGNED(1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Didct_mmx_xvid.c74 DECLARE_ALIGNED(8, static const int16_t, tg_1_16)[4*4] = {
80 DECLARE_ALIGNED(8, static const int32_t, rounder_0)[2*8] = {
150 DECLARE_ALIGNED(8, static const int16_t, tab_i_04_mmx)[32*4] = {
192 DECLARE_ALIGNED(8, static const int16_t, tab_i_04_xmm)[32*4] = {
H A Dfdct.c59 DECLARE_ALIGNED(16, static const int16_t, fdct_tg_all_16)[24] = {
65 DECLARE_ALIGNED(16, static const int16_t, ocos_4_16)[8] = {
69 DECLARE_ALIGNED(16, static const int16_t, fdct_one_corr)[8] = { X8(1) };
71 DECLARE_ALIGNED(8, static const int32_t, fdct_r_row)[2] = {RND_FRW_ROW, RND_FRW_ROW };
75 DECLARE_ALIGNED(16, const int32_t, fdct_r_row_sse2)[4];
80 //DECLARE_ALIGNED(16, static const long, fdct_r_row_sse2)[4] = {RND_FRW_ROW, RND_FRW_ROW, RND_FRW_ROW, RND_FRW_ROW};
82 DECLARE_ALIGNED(8, static const int16_t, tab_frw_01234567)[] = { // forward_dct coeff table
158 DECLARE_ALIGNED(16, const int16_t, tab_frw_01234567_sse2)[256];
161 //DECLARE_ALIGNED(16, static const int16_t, tab_frw_01234567_sse2)[] = { // forward_dct coeff table
543 DECLARE_ALIGNED(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_internal.h369 DECLARE_ALIGNED(16, int, table_gV)[256 + 2*YUVRGB_TABLE_HEADROOM];
373 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
434 DECLARE_ALIGNED(8, uint64_t, redDither);
435 DECLARE_ALIGNED(8, uint64_t, greenDither);
436 DECLARE_ALIGNED(8, uint64_t, blueDither);
438 DECLARE_ALIGNED(8, uint64_t, yCoeff);
439 DECLARE_ALIGNED(8, uint64_t, vrCoeff);
440 DECLARE_ALIGNED(8, uint64_t, ubCoeff);
441 DECLARE_ALIGNED(8, uint64_t, vgCoeff);
442 DECLARE_ALIGNED(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dmem.h43 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro
46 #define DECLARE_ALIGNED(n,t,v) \ macro
53 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v macro
56 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v macro
59 #define DECLARE_ALIGNED(n,t,v) t v macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfdct_mmx.c57 DECLARE_ALIGNED(16, static const int16_t, fdct_tg_all_16)[24] = {
63 DECLARE_ALIGNED(16, static const int16_t, ocos_4_16)[8] = {
67 DECLARE_ALIGNED(16, static const int16_t, fdct_one_corr)[8] = { X8(1) };
69 DECLARE_ALIGNED(8, static const int32_t, fdct_r_row)[2] = {RND_FRW_ROW, RND_FRW_ROW };
73 DECLARE_ALIGNED(16, const int32_t, fdct_r_row_sse2)[4];
78 //DECLARE_ALIGNED(16, static const long, fdct_r_row_sse2)[4] = {RND_FRW_ROW, RND_FRW_ROW, RND_FRW_ROW, RND_FRW_ROW};
80 DECLARE_ALIGNED(8, static const int16_t, tab_frw_01234567)[] = { // forward_dct coeff table
156 DECLARE_ALIGNED(16, const int16_t, tab_frw_01234567_sse2)[256];
159 //DECLARE_ALIGNED(16, static const int16_t, tab_frw_01234567_sse2)[] = { // forward_dct coeff table
540 DECLARE_ALIGNED(
[all...]
H A Didct_mmx.c424 DECLARE_ALIGNED(8, static const short, t1_vector)[] = {
571 DECLARE_ALIGNED(8, static const int32_t, rounder0)[] =
573 DECLARE_ALIGNED(8, static const int32_t, rounder4)[] = rounder (0);
574 DECLARE_ALIGNED(8, static const int32_t, rounder1)[] =
576 DECLARE_ALIGNED(8, static const int32_t, rounder7)[] =
578 DECLARE_ALIGNED(8, static const int32_t, rounder2)[] =
580 DECLARE_ALIGNED(8, static const int32_t, rounder6)[] =
582 DECLARE_ALIGNED(8, static const int32_t, rounder3)[] =
584 DECLARE_ALIGNED(8, static const int32_t, rounder5)[] =
593 DECLARE_ALIGNED(1
[all...]

Completed in 135 milliseconds

123456789