Searched refs:int16_t (Results 51 - 75 of 242) sorted by relevance

12345678910

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3dec.h133 int16_t psd[AC3_MAX_CHANNELS][AC3_MAX_COEFS]; ///< scaled exponents
134 int16_t band_psd[AC3_MAX_CHANNELS][50]; ///< interpolated exponents
135 int16_t mask[AC3_MAX_CHANNELS][50]; ///< masking curve values
H A Dmpegaudiotab.h82 static int16_t filter_bank[512];
H A Dg726.c50 static inline int16_t mult(Float11* f1, Float11* f2)
67 const int16_t* iquant; /**< inverse quantization table */
68 const int16_t* W; /**< special table #1 ;-) */
96 static const int16_t iquant_tbl16[] =
98 static const int16_t W_tbl16[] =
105 static const int16_t iquant_tbl24[] =
107 static const int16_t W_tbl24[] =
114 static const int16_t iquant_tbl32[] =
117 static const int16_t W_tbl32[] =
126 static const int16_t iquant_tbl4
[all...]
H A Dvc1data.h82 extern const int16_t ff_vc1_bfraction_lut[23];
88 extern const int16_t ff_vc1_bfraction_lut[23];
H A Dtruemotion1.c67 int16_t ydt[8];
68 int16_t cdt[8];
69 int16_t fat_ydt[8];
70 int16_t fat_cdt[8];
151 memcpy(s->ydt, ydts[delta_table_index], 8 * sizeof(int16_t));
152 memcpy(s->cdt, cdts[delta_table_index], 8 * sizeof(int16_t));
153 memcpy(s->fat_ydt, fat_ydts[delta_table_index], 8 * sizeof(int16_t));
154 memcpy(s->fat_cdt, fat_cdts[delta_table_index], 8 * sizeof(int16_t));
168 static int make_ydt15_entry(int p2, int p1, int16_t *ydt)
170 static int make_ydt15_entry(int p1, int p2, int16_t *yd
[all...]
H A Dra144.c47 int16_t curr_sblock[50];
108 static void copy_and_dup(int16_t *target, const int16_t *source, int offset)
118 static int irms(const int16_t *data)
131 static void add_wav(int16_t *dest, int n, int skip_first, int *m,
132 const int16_t *s1, const int8_t *s2, const int8_t *s3)
214 static void int_to_int16(int16_t *out, const int *inp)
229 static int eval_refl(int *refl, const int16_t *coefs, RA144Context *ractx)
266 static int interp(RA144Context *ractx, int16_t *out, int a,
297 int16_t *dat
[all...]
H A Dmpegvideo.h88 int16_t (*motion_val_base[2])[2];
281 int16_t *dc_val_base;
282 int16_t *dc_val[3]; ///< used for mpeg4 DC prediction, all 3 arrays must be continuous
283 int16_t dc_cache[4*5];
290 int16_t (*ac_val_base)[16];
291 int16_t (*ac_val[3])[16]; ///< used for for mpeg4 AC prediction, all 3 arrays must be continuous
330 int16_t (*p_mv_table_base)[2];
331 int16_t (*b_forw_mv_table_base)[2];
332 int16_t (*b_back_mv_table_base)[2];
333 int16_t (*b_bidir_forw_mv_table_bas
[all...]
H A Dlibgsm.c147 *data_size = GSM_FRAME_SIZE*sizeof(int16_t);
151 gsm_decode(avctx->priv_data,buf+33,((int16_t*)data)+GSM_FRAME_SIZE)) return -1;
152 *data_size = GSM_FRAME_SIZE*sizeof(int16_t)*2;
H A Dmlp.h78 int16_t huff_offset; ///< Offset to apply to residual values.
H A Dmpegaudio.h75 typedef int16_t OUT_INT;
83 typedef int16_t MPA_INT;
H A Ddsputil.h73 void ff_float_to_int16_c(int16_t *dst, const float *src, long len);
74 void ff_float_to_int16_interleave_c(int16_t *dst, const float **src, long len, int channels);
99 const int16_t *h_weights, const int16_t *v_weights);
243 int (*ssd_int8_vs_int16)(const int8_t *pix1, const int16_t *pix2,
367 void (*h264_loop_filter_strength)(int16_t bS[2][4][4], uint8_t nnz[40], int8_t ref[2][40], int16_t mv[2][40][2],
382 const int16_t *h_weights,const int16_t *v_weights);
401 void (*float_to_int16)(int16_t *ds
[all...]
H A Dnellymoserdec.c158 int16_t* samples;
160 samples = (int16_t*)data;
182 *data_size += NELLY_SAMPLES*sizeof(int16_t);
H A Dalac.c246 int16_t *predictor_coef_table,
366 int16_t *buffer_out,
395 int16_t left, right;
486 int16_t predictor_coef_table[channels][32];
505 predictor_coef_table[chan][i] = (int16_t)get_bits(&alac->gb, 16);
563 (int16_t*)outbuffer,
571 int16_t sample = alac->outputsamples_buffer[0][i];
572 ((int16_t*)outbuffer)[i * alac->numchannels] = sample;
H A Dhuffman.c31 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, Node *nodes, int node, uint32_t pfx, int pl, int *pos, int no_zero_count)
56 int16_t lens[256];
H A Dac3enc.c65 static int16_t costab[64];
66 static int16_t sintab[64];
67 static int16_t xcos1[128];
68 static int16_t xsin1[128];
76 static inline int16_t fix15(float a)
198 static void mdct512(int32_t *out, int16_t *in)
201 int16_t rot[N];
421 int16_t psd[NB_BLOCKS][AC3_MAX_CHANNELS][N/2],
422 int16_t mask[NB_BLOCKS][AC3_MAX_CHANNELS][50])
425 int16_t band_ps
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dordinals.h57 typedef int16_t FLAC__int16;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/net/netfilter/
H A Dnf_nat.h29 int16_t offset_before, offset_after;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/mtd/
H A Dubi-user.h140 int16_t name_len;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dvc1dsp_mmx.c73 static void vc1_put_ver_16b_shift2_mmx(int16_t *dst,
111 const int16_t *src, int rnd)
261 vc1_put_ver_16b_ ## NAME ## _mmx(int16_t *dst, const uint8_t *src, \
318 const int16_t *src, int rnd) \
390 typedef void (*vc1_mspel_mc_filter_ver_16bits)(int16_t *dst, const uint8_t *src, x86_reg src_stride, int rnd, int64_t shift);
391 typedef void (*vc1_mspel_mc_filter_hor_16bits)(uint8_t *dst, x86_reg dst_stride, const int16_t *src, int rnd);
425 DECLARE_ALIGNED_16(int16_t, tmp[12*8]);
H A Didct_mmx.c39 static inline void idct_row (int16_t * row, int offset,
40 int16_t * table, int32_t * rounder)
88 static inline void mmxext_row_head (int16_t * const row, const int offset,
89 const int16_t * const table)
105 static inline void mmxext_row (const int16_t * const table,
145 static inline void mmxext_row_tail (int16_t * const row, const int store)
163 static inline void mmxext_row_mid (int16_t * const row, const int store,
165 const int16_t * const table)
203 static inline void mmx_row_head (int16_t * const row, const int offset,
204 const int16_t * cons
[all...]
H A Didct_sse2_xvid.c54 DECLARE_ASM_CONST(16, int16_t, tan1[]) = {X8(13036)}; // tan( pi/16)
55 DECLARE_ASM_CONST(16, int16_t, tan2[]) = {X8(27146)}; // tan(2pi/16) = sqrt(2)-1
56 DECLARE_ASM_CONST(16, int16_t, tan3[]) = {X8(43790)}; // tan(3pi/16)-1
57 DECLARE_ASM_CONST(16, int16_t, sqrt2[])= {X8(23170)}; // 0.5/sqrt(2)
60 DECLARE_ASM_CONST(16, int16_t, iTab1[]) = {
67 DECLARE_ASM_CONST(16, int16_t, iTab2[]) = {
74 DECLARE_ASM_CONST(16, int16_t, iTab3[]) = {
81 DECLARE_ASM_CONST(16, int16_t, iTab4[]) = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dtypes.h43 typedef int16_t s16;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_nat.h27 int16_t offset_before, offset_after;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/libiproute/
H A Dutils.h35 int16_t bitlen;
69 extern int get_s16(int16_t *val, char *arg, int base);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/sparc/
H A Dsimple_idct_vis.c27 static const DECLARE_ALIGNED_8(int16_t, coeffs[28]) = {
389 DECLARE_ALIGNED_8(int16_t, temp[8*8]);

Completed in 280 milliseconds

12345678910