Home
last modified time | relevance | path

Searched refs:int16_t (Results 1 – 25 of 2054) sorted by relevance

12345678910>>...83

/third_party/openh264/codec/encoder/core/inc/
Dencode_mb_aux.h42 int32_t WelsGetNoneZeroCount_c (int16_t* pLevel);
47 void WelsScan4x4Ac_c (int16_t* pZigValue, int16_t* pDct);
48 void WelsScan4x4Dc (int16_t* pLevel, int16_t* pDct);
49 void WelsScan4x4DcAc_c (int16_t* pLevel, int16_t* pDct);
50 int32_t WelsCalculateSingleCtr4x4_c (int16_t* pDct);
55 void WelsHadamardT4Dc_c (int16_t* pLumaDc, int16_t* pDct);
56 int32_t WelsHadamardQuant2x2_c (int16_t* pRes, const int16_t kiFF, int16_t iMF, int16_t* pDct, int1…
57 int32_t WelsHadamardQuant2x2Skip_c (int16_t* pRes, int16_t iFF, int16_t iMF);
59 void WelsQuant4x4_c (int16_t* pDct, const int16_t* pFF, const int16_t* pMF);
60 void WelsQuant4x4Dc_c (int16_t* pDct, int16_t iFF, int16_t iMF);
[all …]
Ddecode_mb_aux.h41 void WelsDequantLumaDc4x4 (int16_t* pRes, const int32_t kiQp);
42 void WelsIHadamard4x4Dc (int16_t* pRes);
47 void WelsDequantFour4x4_c (int16_t* pRes, const uint16_t* kpQpTable);
48 void WelsDequant4x4_c (int16_t* pRes, const uint16_t* kpQpTable);
49 void WelsDequantIHadamard4x4_c (int16_t* pRes, const uint16_t kuiMF);
50 void WelsDequantIHadamard2x2Dc (int16_t* pDct, const uint16_t kuiMF);
52 …ctT4RecOnMb (uint8_t* pDst, int32_t iDstStride, uint8_t* pPred, int32_t iPredStride, int16_t* pDct,
54 void WelsIDctT4Rec_c (uint8_t* pRec, int32_t iStride, uint8_t* pPred, int32_t iPredStride, int16_t*…
55 …ctFourT4Rec_c (uint8_t* pRec, int32_t iStride, uint8_t* pPred, int32_t iPredStride, int16_t* pDct);
56 …cI16x16Dc_c (uint8_t* pRec, int32_t iStride, uint8_t* pPred, int32_t iPredStride, int16_t* pDctDc);
[all …]
/third_party/libsnd/src/GSM610/
Dgsm610_priv.h23 { int16_t dp0 [280] ;
25 int16_t z1 ; /* preprocessing.c, Offset_com. */
29 int16_t u [8] ; /* short_term_aly_filter.c */
30 int16_t LARpp [2][8] ; /* */
31 int16_t j ; /* */
33 int16_t ltp_cut ; /* long_term.c, LTP crosscorr. */
34 int16_t nrp ; /* 40 */ /* long_term.c, synthesis */
35 int16_t v [9] ; /* short_term.c, synthesis */
36 int16_t msr ; /* decoder.c, Postprocessing */
46 int16_t e [50] ;
[all …]
Dshort_term.c19 int16_t * LARc, /* coded log area ratio [0..7] IN */ in Decoding_of_the_coded_Log_Area_Ratios()
20 int16_t * LARpp) /* out: decoded .. */ in Decoding_of_the_coded_Log_Area_Ratios()
22 register int16_t temp1 ; in Decoding_of_the_coded_Log_Area_Ratios()
86 register int16_t * LARpp_j_1, in Coefficients_0_12()
87 register int16_t * LARpp_j, in Coefficients_0_12()
88 register int16_t * LARp) in Coefficients_0_12()
99 register int16_t * LARpp_j_1, in Coefficients_13_26()
100 register int16_t * LARpp_j, in Coefficients_13_26()
101 register int16_t * LARp) in Coefficients_13_26()
109 register int16_t * LARpp_j_1, in Coefficients_27_39()
[all …]
Drpe.c18 register int16_t * e, /* signal [-5..0.39.44] IN */ in Weighting_filter()
19 int16_t * x /* signal [0..39] OUT */ in Weighting_filter()
109 int16_t * x, /* [0..39] IN */ in RPE_grid_selection()
110 int16_t * xM, /* [0..12] OUT */ in RPE_grid_selection()
111 int16_t * Mc_out /* OUT */ in RPE_grid_selection()
121 int16_t Mc ; in RPE_grid_selection()
213 int16_t xmaxc, /* IN */ in APCM_quantization_xmaxc_to_exp_mant()
214 int16_t * expon_out, /* OUT */ in APCM_quantization_xmaxc_to_exp_mant()
215 int16_t * mant_out) /* OUT */ in APCM_quantization_xmaxc_to_exp_mant()
217 int16_t expon, mant ; in APCM_quantization_xmaxc_to_exp_mant()
[all …]
Dadd.c19 int16_t gsm_add (int16_t a, int16_t b) in gsm_add()
25 int16_t gsm_sub (int16_t a, int16_t b) in gsm_sub()
31 int16_t gsm_mult (int16_t a, int16_t b) in gsm_mult()
39 int16_t gsm_mult_r (int16_t a, int16_t b) in gsm_mult_r()
50 int16_t gsm_abs (int16_t a) in gsm_abs()
55 int32_t gsm_L_mult (int16_t a, int16_t b) in gsm_L_mult()
118 int16_t gsm_norm (int32_t a) in gsm_norm()
162 int16_t gsm_asr (int16_t a, int n) in gsm_asr()
168 return SASR_W (a, (int16_t) n) ; in gsm_asr()
171 int16_t gsm_asl (int16_t a, int n) in gsm_asl()
[all …]
/third_party/ffmpeg/libavcodec/
Dmetasound_data.c27 static const int16_t cb0806sl0[] = {
222 static const int16_t cb0806sl1[] = {
417 static const int16_t cb0806ss0[] = {
636 static const int16_t cb0806ss1[] = {
855 static const int16_t cb0806sm0[] = {
1034 static const int16_t cb0806sm1[] = {
1213 static const int16_t cb0808l0[] = {
1352 static const int16_t cb0808l1[] = {
1491 static const int16_t cb0808s0[] = {
1638 static const int16_t cb0808s1[] = {
[all …]
Dtwinvq_data.h138 int16_t fcb08l[640];
139 int16_t fcb08m[320];
140 int16_t fcb08s[320];
141 int16_t shape08[1280];
143 int16_t cb0808l0[1088];
144 int16_t cb0808l1[1088];
145 int16_t cb0808s0[1152];
146 int16_t cb0808s1[1152];
147 int16_t cb0808m0[1024];
148 int16_t cb0808m1[1024];
[all …]
Dg723_1.h95 int16_t opt_gain; ///< optimal gain
96 int16_t sc_gain; ///< scaling gain
128 int16_t prev_lsp[LPC_ORDER];
129 int16_t sid_lsp[LPC_ORDER];
130 int16_t prev_excitation[PITCH_MAX];
131 int16_t excitation[PITCH_MAX + FRAME_LEN + 4];
132 int16_t synth_mem[LPC_ORDER];
133 int16_t fir_mem[LPC_ORDER];
145 int16_t audio[FRAME_LEN + LPC_ORDER + PITCH_MAX + 4];
148 int16_t prev_data[HALF_FRAME_LEN];
[all …]
Divi_dsp.h67 void ff_ivi_inverse_haar_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch,
69 void ff_ivi_inverse_haar_8x1(const int32_t *in, int16_t *out, uint32_t pitch,
71 void ff_ivi_inverse_haar_1x8(const int32_t *in, int16_t *out, uint32_t pitch,
84 void ff_ivi_row_haar8(const int32_t *in, int16_t *out, ptrdiff_t pitch,
97 void ff_ivi_col_haar8(const int32_t *in, int16_t *out, ptrdiff_t pitch,
110 void ff_ivi_inverse_haar_4x4(const int32_t *in, int16_t *out, ptrdiff_t pitch,
123 void ff_ivi_row_haar4(const int32_t *in, int16_t *out, ptrdiff_t pitch,
136 void ff_ivi_col_haar4(const int32_t *in, int16_t *out, ptrdiff_t pitch,
149 void ff_ivi_dc_haar_2d(const int32_t *in, int16_t *out, ptrdiff_t pitch,
162 void ff_ivi_inverse_slant_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch,
[all …]
Dilbcdec.c75 #define SPL_MUL_16_16(a, b) ((int32_t) (((int16_t)(a)) * ((int16_t)(b))))
79 int16_t lsf[LSF_NSPLIT*LPC_N_MAX];
80 int16_t cb_index[CB_NSTAGES*(NASUB_MAX + 1)];
81 int16_t gain_index[CB_NSTAGES*(NASUB_MAX + 1)];
82 int16_t ifm;
83 int16_t state_first;
84 int16_t idx[STATE_SHORT_LEN_30MS];
85 int16_t firstbits;
86 int16_t start;
102 int16_t nasub;
[all …]
Dvp9data.h39 extern const int16_t ff_vp9_dc_qlookup[3][256];
40 extern const int16_t ff_vp9_ac_qlookup[3][256];
42 extern const int16_t ff_vp9_default_scan_4x4[16];
43 extern const int16_t ff_vp9_col_scan_4x4[16];
44 extern const int16_t ff_vp9_row_scan_4x4[16];
45 extern const int16_t ff_vp9_default_scan_8x8[64];
46 extern const int16_t ff_vp9_col_scan_8x8[64];
47 extern const int16_t ff_vp9_row_scan_8x8[64];
48 extern const int16_t ff_vp9_default_scan_16x16[256];
49 extern const int16_t ff_vp9_col_scan_16x16[256];
[all …]
Dilbcdata.h40 static const int16_t lsf_weight_20ms[] = { 12288, 8192, 4096, 0 };
41 static const int16_t lsf_weight_30ms[] = { 8192, 16384, 10923, 5461, 0, 0 };
43 static const int16_t hp_out_coeffs[] = { 3849, -7699, 3849, 7918, -3833 };
45 static const int16_t kPlcPfSlope[] = { 26667, 18729, 13653, 10258, 7901, 6214 };
47 static const int16_t kPlcPitchFact[] = { 0, 5462, 10922, 16384, 21846, 27306 };
49 static const int16_t kCbFiltersRev[] = {
53 static const int16_t kPlcPerSqr[] = { 839, 1343, 2048, 2998, 4247, 5849 };
55 static const int16_t alpha[] = {
59 static const int16_t kLpcChirpSyntDenum[] = {
63 static const int16_t cos_tbl[64] = {
[all …]
Dvp9data.c231 const int16_t ff_vp9_dc_qlookup[3][256] = {
334 const int16_t ff_vp9_ac_qlookup[3][256] = {
454 const int16_t ff_vp9_default_scan_4x4[16] = {
461 const int16_t ff_vp9_col_scan_4x4[16] = {
468 const int16_t ff_vp9_row_scan_4x4[16] = {
475 const int16_t ff_vp9_default_scan_8x8[64] = {
486 const int16_t ff_vp9_col_scan_8x8[64] = {
497 const int16_t ff_vp9_row_scan_8x8[64] = {
508 const int16_t ff_vp9_default_scan_16x16[256] = {
527 const int16_t ff_vp9_col_scan_16x16[256] = {
[all …]
Dsimple_idct.h34 void ff_simple_idct_put_int16_8bit(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
35 void ff_simple_idct_add_int16_8bit(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
36 void ff_simple_idct_int16_8bit(int16_t *block);
38 void ff_simple_idct_put_int16_10bit(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
39 void ff_simple_idct_add_int16_10bit(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
40 void ff_simple_idct_int16_10bit(int16_t *block);
42 void ff_simple_idct_put_int32_10bit(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
43 void ff_simple_idct_add_int32_10bit(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
44 void ff_simple_idct_int32_10bit(int16_t *block);
46 void ff_simple_idct_put_int16_12bit(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
[all …]
Dg723_1enc.c47 static const int16_t hamming_window[LPC_FRAME] = {
71 static const int16_t binomial_window[LPC_ORDER] = {
78 static const int16_t bandwidth_expand[LPC_ORDER] = {
85 static const int16_t percept_flt_tbl[2][LPC_ORDER] = {
113 memcpy(p->prev_lsp, dc_lsp, LPC_ORDER * sizeof(int16_t)); in g723_1_encode_init()
125 static void highpass_filter(int16_t *buf, int16_t *fir, int *iir) in highpass_filter()
141 static void comp_autocorr(int16_t *buf, int16_t *autocorr) in comp_autocorr()
144 int16_t vector[LPC_FRAME]; in comp_autocorr()
165 memset(autocorr + 1, 0, LPC_ORDER * sizeof(int16_t)); in comp_autocorr()
183 static void levinson_durbin(int16_t *lpc, int16_t *autocorr, int16_t error) in levinson_durbin()
[all …]
/third_party/ffmpeg/libavcodec/x86/
Ddirac_dwt_init.c28 void ff_vertical_compose53iL0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int width); \
29 void ff_vertical_compose_dirac53iH0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int width); \
30 void ff_vertical_compose_dd137iL0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int16_t *b3, int16_t
31 void ff_vertical_compose_dd97iH0##ext(int16_t *b0, int16_t *b1, int16_t *b2, int16_t *b3, int16_t *…
32 void ff_vertical_compose_haar##ext(int16_t *b0, int16_t *b1, int width); \
33 void ff_horizontal_compose_haar0i##ext(int16_t *b, int16_t *tmp, int w);\
34 void ff_horizontal_compose_haar1i##ext(int16_t *b, int16_t *tmp, int w);\
39 int16_t *b0 = (int16_t *)_b0; \
40 int16_t *b1 = (int16_t *)_b1; \
41 int16_t *b2 = (int16_t *)_b2; \
[all …]
Dsimple_idct.h25 void ff_simple_idct_mmx(int16_t *block);
26 void ff_simple_idct_add_mmx(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
27 void ff_simple_idct_put_mmx(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
29 void ff_simple_idct_add_sse2(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
30 void ff_simple_idct_put_sse2(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
32 void ff_simple_idct8_sse2(int16_t *block);
33 void ff_simple_idct8_avx(int16_t *block);
35 void ff_simple_idct8_put_sse2(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
36 void ff_simple_idct8_put_avx(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
38 void ff_simple_idct8_add_sse2(uint8_t *dest, ptrdiff_t line_size, int16_t *block);
[all …]
/third_party/glslang/Test/baseResults/
Dspv.int16.amd.frag.out120 15: TypePointer Function 14(int16_t)
124 20: TypeArray 17(int16_t) 19
125 21: 17(int16_t) Constant 273
126 22: 17(int16_t) Constant 4294967294
127 23: 17(int16_t) Constant 256
136 35: TypePointer Function 17(int16_t)
137 39: TypeArray 14(int16_t) 19
138 40: 14(int16_t) Constant 65535
141 49: TypeVector 14(int16_t) 3
143 53: 17(int16_t) Constant 1
[all …]
Dspv.shaderBallotAMD.comp.out64 19: TypeVector 18(int16_t) 4
66 …t 6(int) 8(ivec2) 10(fvec3) 12(f64vec4) 13(int64_t) 15(i64vec2) 17(f16vec3) 19(i16vec4) 20(int16_t)
87 110: TypePointer Uniform 20(int16_t)
159 99: 18(int16_t) CompositeExtract 98 0
160 100: 18(int16_t) GroupSMin 28 Reduce 99
161 101: 18(int16_t) CompositeExtract 98 1
162 102: 18(int16_t) GroupSMin 28 Reduce 101
163 103: 18(int16_t) CompositeExtract 98 2
164 104: 18(int16_t) GroupSMin 28 Reduce 103
165 105: 18(int16_t) CompositeExtract 98 3
[all …]
Dspv.int16.frag.out103 15: TypePointer Function 14(int16_t)
106 19: TypeArray 14(int16_t) 18
107 20: 14(int16_t) Constant 4294962927
108 21: 14(int16_t) Constant 4294967295
109 22: 14(int16_t) Constant 16384
119 37: TypePointer Function 36(int16_t)
120 39: TypeArray 36(int16_t) 18
121 40: 36(int16_t) Constant 65535
122 41: 36(int16_t) Constant 32767
127 52: TypeVector 14(int16_t) 2
[all …]
Dspv.vulkan110.int16.frag.out100 15: TypePointer Function 14(int16_t)
103 19: TypeArray 14(int16_t) 18
104 20: 14(int16_t) Constant 4294962927
105 21: 14(int16_t) Constant 4294967295
106 22: 14(int16_t) Constant 16384
116 37: TypePointer Function 36(int16_t)
117 39: TypeArray 36(int16_t) 18
118 40: 36(int16_t) Constant 65535
119 41: 36(int16_t) Constant 32767
124 52: TypeVector 14(int16_t) 2
[all …]
/third_party/ffmpeg/libavresample/x86/
Daudio_convert_init.c28 void ff_conv_s16_to_s32_sse2(int16_t *dst, const int32_t *src, int len);
30 void ff_conv_s16_to_flt_sse2(float *dst, const int16_t *src, int len);
31 void ff_conv_s16_to_flt_sse4(float *dst, const int16_t *src, int len);
33 void ff_conv_s32_to_s16_mmx (int16_t *dst, const int32_t *src, int len);
34 void ff_conv_s32_to_s16_sse2(int16_t *dst, const int32_t *src, int len);
39 void ff_conv_flt_to_s16_sse2(int16_t *dst, const float *src, int len);
46 void ff_conv_s16p_to_s16_2ch_sse2(int16_t *dst, int16_t *const *src,
48 void ff_conv_s16p_to_s16_2ch_avx (int16_t *dst, int16_t *const *src,
51 void ff_conv_s16p_to_s16_6ch_sse2(int16_t *dst, int16_t *const *src,
53 void ff_conv_s16p_to_s16_6ch_sse2slow(int16_t *dst, int16_t *const *src,
[all …]
/third_party/ffmpeg/libswscale/x86/
Dswscale_template.c253 static void RENAME(yuv2rgb32_X_ar)(SwsContext *c, const int16_t *lumFilter, in RENAME()
254 const int16_t **lumSrc, int lumFilterSize, in RENAME()
255 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
256 const int16_t **chrVSrc, in RENAME()
257 int chrFilterSize, const int16_t **alpSrc, in RENAME()
286 static void RENAME(yuv2rgb32_X)(SwsContext *c, const int16_t *lumFilter, in RENAME()
287 const int16_t **lumSrc, int lumFilterSize, in RENAME()
288 const int16_t *chrFilter, const int16_t **chrUSrc, in RENAME()
289 const int16_t **chrVSrc, in RENAME()
290 int chrFilterSize, const int16_t **alpSrc, in RENAME()
[all …]
/third_party/openh264/test/encoder/
DEncUT_EncoderMb.cpp9 ALIGNED_DECLARE (const int16_t, g_kiQuantInterFFCompare[104][8], 16) = {
119 void TestQuant (uint32_t qp, uint8_t* pSrc, uint8_t* pPred, int16_t* pDct, in TestQuant()
120 int16_t* pDctCompare, int16_t iWidth, int16_t iHeight) { in TestQuant()
121 const int16_t* pMf = g_kiQuantMF[qp]; in TestQuant()
122 const int16_t* pFfCompareI = g_kiQuantInterFFCompare[52 + qp]; in TestQuant()
123 const int16_t* pFfCompareP = g_kiQuantInterFFCompare[qp]; in TestQuant()
124 const int16_t* pFfI = g_kiQuantInterFF[6 + qp]; in TestQuant()
125 const int16_t* pFfP = g_kiQuantInterFF[qp]; in TestQuant()
130 for (int16_t i = 0; i < 16; i++) { in TestQuant()
138 for (int16_t i = 0; i < 16; i++) { in TestQuant()
[all …]

12345678910>>...83