Searched refs:int16_t (Results 26 - 50 of 242) sorted by relevance

12345678910

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dfdct_mmx.c58 static const int16_t fdct_tg_all_16[24] ATTR_ALIGN(16) = {
64 static const int16_t ocos_4_16[8] ATTR_ALIGN(16) = {
68 static const int16_t fdct_one_corr[8] ATTR_ALIGN(16) = { X8(1) };
81 static const int16_t tab_frw_01234567[] ATTR_ALIGN(8) = { // forward_dct coeff table
157 const int16_t tab_frw_01234567_sse2[256] ATTR_ALIGN(16);
160 //static const int16_t tab_frw_01234567_sse2[] ATTR_ALIGN(16) = { // forward_dct coeff table
291 static av_always_inline void fdct_col_##cpu(const int16_t *in, int16_t *out, int offset)\
377 static av_always_inline void fdct_row_sse2(const int16_t *in, int16_t *ou
[all...]
H A Dvp6dsp_mmx.c69 const int16_t *h_weights, const int16_t *v_weights)
72 int16_t weights[4*4];
H A Dvp6dsp_sse2.c51 const int16_t *h_weights,const int16_t *v_weights)
H A Dvp3dsp_mmx.h28 void ff_vp3_idct_mmx(int16_t *data);
H A Didct_mmx_xvid.c67 DECLARE_ALIGNED(8, static const int16_t, tg_1_16[4*4]) = {
143 DECLARE_ALIGNED(8, static const int16_t, tab_i_04_mmx[32*4]) = {
185 DECLARE_ALIGNED(8, static const int16_t, tab_i_04_xmm[32*4]) = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsimple_idct.h36 void ff_simple_idct_mmx(int16_t *block);
37 void ff_simple_idct_add_mmx(uint8_t *dest, int line_size, int16_t *block);
38 void ff_simple_idct_put_mmx(uint8_t *dest, int line_size, int16_t *block);
H A Dac3.h129 void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd,
130 int16_t *band_psd);
154 int ff_ac3_bit_alloc_calc_mask(AC3BitAllocParameters *s, int16_t *band_psd,
158 int16_t *mask);
175 void ff_ac3_bit_alloc_calc_bap(int16_t *mask, int16_t *psd, int start, int end,
H A Dac3tab.h31 extern const int16_t ff_ac3_window[256];
39 extern const int16_t ff_ac3_floor_tab[8];
H A Diirfilter.h101 int size, const int16_t *src, int sstep, int16_t *dst, int dstep);
H A Dcelp_math.h34 int16_t ff_cos(uint16_t arg);
H A Dnellymoser.h53 extern const int16_t ff_nelly_delta_table[32];
H A Dac3dec_data.c66 const int16_t ff_eac3_gaq_remap_1[12] = {
75 const int16_t ff_eac3_gaq_remap_2_4_a[9][2] = {
105 static const int16_t vq_hebap1[4][6] = {
111 static const int16_t vq_hebap2[8][6] = {
121 static const int16_t vq_hebap3[16][6] = {
139 static const int16_t vq_hebap4[32][6] = {
172 static const int16_t vq_hebap5[128][6] = {
302 static const int16_t vq_hebap6[256][6] = {
560 static const int16_t vq_hebap7[512][6] = {
1075 const int16_t (* cons
[all...]
H A Dcelp_math.c34 static const int16_t base_cos[64] =
52 static const int16_t slope_cos[64] =
77 int16_t ff_cos(uint16_t arg)
109 static const int16_t tab_cos[65] =
137 int16_t ff_cos(uint16_t arg)
H A Dtruespeech_data.h28 static const int16_t ts_cb_0[32] = {
35 static const int16_t ts_cb_1[32] = {
42 static const int16_t ts_cb_2[16] = {
47 static const int16_t ts_cb_3[16] = {
52 static const int16_t ts_cb_4[16] = {
57 static const int16_t ts_cb_5[8] = {
61 static const int16_t ts_cb_6[8] = {
65 static const int16_t ts_cb_7[8] = {
69 static const int16_t * const ts_codebook[8] = {
74 static const int16_t ts_14
[all...]
H A Dvp6dsp.c29 const int16_t *h_weights, const int16_t *v_weights)
H A Dvp6data.h147 static const int16_t vp6_block_copy_filter[17][8][4] = {
H A Dtruespeech.c36 int16_t vector[8]; //< input vector: 5/5/4/4/4/3/3/3
46 int16_t tmp1[8]; // coefficients for adding to out
47 int16_t tmp2[8]; // coefficients for adding to out
48 int16_t tmp3[8]; // coefficients for adding to out
49 int16_t cvector[8]; // correlated input vector
51 int16_t newvec[60]; // tmp vector
52 int16_t filters[32]; // filters for every subframe
155 int16_t tmp[8];
196 int16_t tmp[146 + 60], *ptr0, *ptr1;
197 const int16_t *filte
[all...]
H A Dac3.c55 void ff_ac3_bit_alloc_calc_psd(int8_t *exp, int start, int end, int16_t *psd,
56 int16_t *band_psd)
83 int ff_ac3_bit_alloc_calc_mask(AC3BitAllocParameters *s, int16_t *band_psd,
87 int16_t *mask)
89 int16_t excite[50]; /* excitation */
180 void ff_ac3_bit_alloc_calc_bap(int16_t *mask, int16_t *psd, int start, int end,
214 int16_t psd[256]; /* scaled exponents */
215 int16_t band_psd[50]; /* interpolated exponents */
216 int16_t mas
[all...]
H A Daudioconvert.c207 else CONV(SAMPLE_FMT_S16, int16_t, SAMPLE_FMT_U8 , (*(const uint8_t*)pi - 0x80)<<8)
211 else CONV(SAMPLE_FMT_U8 , uint8_t, SAMPLE_FMT_S16, (*(const int16_t*)pi>>8) + 0x80)
212 else CONV(SAMPLE_FMT_S16, int16_t, SAMPLE_FMT_S16, *(const int16_t*)pi)
213 else CONV(SAMPLE_FMT_S32, int32_t, SAMPLE_FMT_S16, *(const int16_t*)pi<<16)
214 else CONV(SAMPLE_FMT_FLT, float , SAMPLE_FMT_S16, *(const int16_t*)pi*(1.0 / (1<<15)))
215 else CONV(SAMPLE_FMT_DBL, double , SAMPLE_FMT_S16, *(const int16_t*)pi*(1.0 / (1<<15)))
217 else CONV(SAMPLE_FMT_S16, int16_t, SAMPLE_FMT_S32, *(const int32_t*)pi>>16)
222 else CONV(SAMPLE_FMT_S16, int16_t, SAMPLE_FMT_FLT, lrintf(*(const float*)pi * (1<<15)))
227 else CONV(SAMPLE_FMT_S16, int16_t, SAMPLE_FMT_DB
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libogg-1.1.4/macos/compat/sys/
H A Dtypes.h8 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__c (…)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/macos/compat/sys/
H A Dtypes.h8 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t l (…)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_internal.h88 int16_t **lumPixBuf;
89 int16_t **chrPixBuf;
90 int16_t *hLumFilter;
91 int16_t *hLumFilterPos;
92 int16_t *hChrFilter;
93 int16_t *hChrFilterPos;
94 int16_t *vLumFilter;
95 int16_t *vLumFilterPos;
96 int16_t *vChrFilter;
97 int16_t *vChrFilterPo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dfloat_arm_vfp.c26 void ff_float_to_int16_vfp(int16_t *dst, const float *src, long len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dint_altivec.c34 static int ssd_int8_vs_int16_altivec(const int8_t *pix1, const int16_t *pix2,
79 static void add_int16_altivec(int16_t * v1, int16_t * v2, int order)
93 static void sub_int16_altivec(int16_t * v1, int16_t * v2, int order)
107 static int32_t scalarproduct_int16_altivec(int16_t * v1, int16_t * v2, int order, const int shift)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libogg-1.1.4/include/ogg/
H A Dos_types.h31 typedef int16_t ogg_int16_t;
72 typedef int16_t ogg_int16_t;
92 typedef int16_t ogg_int16_t;

Completed in 234 milliseconds

12345678910