Searched refs:DECLARE_ALIGNED (Results 76 - 100 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 Ddct-test.c189 DECLARE_ALIGNED(16, static DCTELEM, block)[64];
190 DECLARE_ALIGNED(8, static DCTELEM, block1)[64];
349 DECLARE_ALIGNED(8, static uint8_t, img_dest)[64];
350 DECLARE_ALIGNED(8, static uint8_t, img_dest1)[64];
H A Dnellymoserdec.c52 DECLARE_ALIGNED(16, float, state)[NELLY_BUF_LEN];
59 DECLARE_ALIGNED(32, float, imdct_out)[NELLY_BUF_LEN * 2];
H A Dra288.c41 DECLARE_ALIGNED(16, float, sp_lpc)[FFALIGN(36, 8)]; ///< LPC coefficients for speech data (spec: A)
42 DECLARE_ALIGNED(16, float, gain_lpc)[FFALIGN(10, 8)]; ///< LPC coefficients for gain (spec: GB)
H A Dvp56.h40 } DECLARE_ALIGNED(4, , VP56mv);
128 DECLARE_ALIGNED(16, DCTELEM, block_coeff)[6][64];
H A Dbinkaudio.c61 DECLARE_ALIGNED(32, FFTSample, coeffs)[BINK_BLOCK_MAX_SIZE];
62 DECLARE_ALIGNED(16, int16_t, previous)[BINK_BLOCK_MAX_SIZE / 16]; ///< coeffs from previous audio block
63 DECLARE_ALIGNED(16, int16_t, current)[BINK_BLOCK_MAX_SIZE / 16];
H A Dnellymoserenc.c59 DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES];
60 DECLARE_ALIGNED(32, float, in_buff)[NELLY_SAMPLES];
61 DECLARE_ALIGNED(32, float, buf)[2][3 * NELLY_BUF_LEN]; ///< sample buffer
H A Daacsbrdata.h270 static DECLARE_ALIGNED(16, float, sbr_qmf_window_ds)[320];
271 static DECLARE_ALIGNED(16, float, sbr_qmf_window_us)[640] = {
H A Daactab.c36 DECLARE_ALIGNED(16, float, ff_aac_kbd_long_1024)[1024];
37 DECLARE_ALIGNED(16, float, ff_aac_kbd_short_128)[128];
413 static const DECLARE_ALIGNED(16, float, codebook_vector0)[324] = {
497 static const DECLARE_ALIGNED(16, float, codebook_vector2)[324] = {
581 static const DECLARE_ALIGNED(16, float, codebook_vector4)[162] = {
625 static const DECLARE_ALIGNED(16, float, codebook_vector6)[128] = {
660 static const DECLARE_ALIGNED(16, float, codebook_vector8)[338] = {
748 static const DECLARE_ALIGNED(16, float, codebook_vector10)[578] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Datrac3plusdec.c52 DECLARE_ALIGNED(32, float, samples)[2][ATRAC3P_FRAME_SAMPLES]; ///< quantized MDCT spectrum
53 DECLARE_ALIGNED(32, float, mdct_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< output of the IMDCT
54 DECLARE_ALIGNED(32, float, time_buf)[2][ATRAC3P_FRAME_SAMPLES]; ///< output of the gain compensation
55 DECLARE_ALIGNED(32, float, outp_buf)[2][ATRAC3P_FRAME_SAMPLES];
H A Dfft.h116 COSTABLE_CONST DECLARE_ALIGNED(32, FFTSample, FFT_NAME(ff_cos_##size))[size/2]
H A Dhevcdsp.c94 DECLARE_ALIGNED(16, const int8_t, ff_hevc_epel_filters[7][4]) = {
104 DECLARE_ALIGNED(16, const int8_t, ff_hevc_qpel_filters[3][16]) = {
H A Dra288.c42 DECLARE_ALIGNED(32, float, sp_lpc)[FFALIGN(36, 16)]; ///< LPC coefficients for speech data (spec: A)
43 DECLARE_ALIGNED(32, float, gain_lpc)[FFALIGN(10, 16)]; ///< LPC coefficients for gain (spec: GB)
H A Daactab.c36 DECLARE_ALIGNED(32, float, ff_aac_kbd_long_1024)[1024];
37 DECLARE_ALIGNED(32, float, ff_aac_kbd_short_128)[128];
417 static const DECLARE_ALIGNED(16, float, codebook_vector0)[324] = {
501 static const DECLARE_ALIGNED(16, float, codebook_vector2)[324] = {
585 static const DECLARE_ALIGNED(16, float, codebook_vector4)[162] = {
629 static const DECLARE_ALIGNED(16, float, codebook_vector6)[128] = {
664 static const DECLARE_ALIGNED(16, float, codebook_vector8)[338] = {
752 static const DECLARE_ALIGNED(16, float, codebook_vector10)[578] = {
1248 const DECLARE_ALIGNED(32, float, ff_aac_eld_window)[1920] = {
H A Dnellymoserenc.c62 DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES];
63 DECLARE_ALIGNED(32, float, in_buff)[NELLY_SAMPLES];
64 DECLARE_ALIGNED(32, float, buf)[3 * NELLY_BUF_LEN]; ///< sample buffer
H A Dcavs.h143 DECLARE_ALIGNED(8, typedef, struct) {
H A Deatqi.c45 DECLARE_ALIGNED(16, int16_t, block)[6][64];
H A Dhevc.h697 DECLARE_ALIGNED(32, int16_t, coeffs[2][MAX_TB_SIZE * MAX_TB_SIZE]);
759 DECLARE_ALIGNED(16, int16_t, mc_buffer[(MAX_PB_SIZE + 7) * MAX_PB_SIZE]);
784 DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2];
785 DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer2)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2];
H A Dnellymoserdec.c56 DECLARE_ALIGNED(32, float, imdct_buf)[2][NELLY_BUF_LEN];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfft_3dn2.c26 DECLARE_ALIGNED(8, static const unsigned int, m1m1)[2] = { 1U<<31, 1U<<31 };
H A Dfmtconvert_mmx.c51 DECLARE_ALIGNED(16, int16_t, tmp)[len];\
H A Dh264_qpel_mmx.c1069 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
1079 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
1086 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
1092 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
1098 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
1104 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
1110 DECLARE_ALIGNED(ALIGN, uint16_t, temp)[SIZE*(SIZE<8?12:24)];\
1115 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE];\
1124 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE];\
1133 DECLARE_ALIGNED(ALIG
[all...]
H A Dsimple_idct_mmx.c51 DECLARE_ALIGNED(8, static const int16_t, coeffs)[]= {
81 DECLARE_ALIGNED(8, int64_t, align_tmp)[16];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_qpel.c285 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
297 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
305 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
312 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
319 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
326 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*SIZE];\
333 DECLARE_ALIGNED(ALIGN, uint16_t, temp)[SIZE*(SIZE<8?12:24)];\
339 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE];\
349 DECLARE_ALIGNED(ALIGN, uint8_t, temp)[SIZE*(SIZE<8?12:24)*2 + SIZE*SIZE];\
359 DECLARE_ALIGNED(ALIG
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale.c42 const DECLARE_ALIGNED(8, uint64_t, ff_dither4)[2] = {
46 const DECLARE_ALIGNED(8, uint64_t, ff_dither8)[2] = {
57 DECLARE_ALIGNED(8, const uint64_t, ff_M24A) = 0x00FF0000FF0000FFLL;
58 DECLARE_ALIGNED(8, const uint64_t, ff_M24B) = 0xFF0000FF0000FF00LL;
59 DECLARE_ALIGNED(8, const uint64_t, ff_M24C) = 0x0000FF0000FF0000LL;
61 DECLARE_ALIGNED(8, const uint64_t, ff_bgr2YOffset) = 0x1010101010101010ULL;
62 DECLARE_ALIGNED(8, const uint64_t, ff_bgr2UVOffset) = 0x8080808080808080ULL;
63 DECLARE_ALIGNED(8, const uint64_t, ff_w1111) = 0x0001000100010001ULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dfmtconvert_altivec.c124 DECLARE_ALIGNED(16, int16_t, tmp)[len];

Completed in 360 milliseconds

123456789