Home
last modified time | relevance | path

Searched refs:NB_POS (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codecs/amrwb/enc/src/
Dc2t64fx.c32 #define NB_POS 32 macro
64 Word16 rrixix[NB_TRACK][NB_POS]; in ACELP_2t64_fx()
150 p0 = &rrixix[0][NB_POS - 1]; in ACELP_2t64_fx()
151 p1 = &rrixix[1][NB_POS - 1]; in ACELP_2t64_fx()
155 for (i = 0; i < NB_POS; i++) in ACELP_2t64_fx()
172 for (k = 0; k < NB_POS; k++) in ACELP_2t64_fx()
180 for (i = (k + 1); i < NB_POS; i++) in ACELP_2t64_fx()
191 p1 -= (NB_POS + 1); in ACELP_2t64_fx()
192 p0 -= (NB_POS + 1); in ACELP_2t64_fx()
199 pos -= NB_POS; in ACELP_2t64_fx()
[all …]
Dc4t64fx.c70 #define NB_POS 16 macro
81 Word16 rrixix[][NB_POS], /* (i) correlation of h[x] with h[x] */
91 Word16 rrixix[][NB_POS], /* (i) correlation of h[x] with h[x] */
101 Word16 rrixix[][NB_POS], /* (i) correlation of h[x] with h[x] */
148 Word16 cor_x[NB_POS], cor_y[NB_POS], pos_max[NB_TRACK]; in ACELP_4t64_fx()
150 Word16 rrixix[NB_TRACK][NB_POS], rrixiy[NB_TRACK][MSIZE]; in ACELP_4t64_fx()
384 p0 = &rrixix[0][NB_POS - 1]; in ACELP_4t64_fx()
385 p1 = &rrixix[1][NB_POS - 1]; in ACELP_4t64_fx()
386 p2 = &rrixix[2][NB_POS - 1]; in ACELP_4t64_fx()
387 p3 = &rrixix[3][NB_POS - 1]; in ACELP_4t64_fx()
[all …]
Dq_pulse.c29 #define NB_POS 16 /* pos in track, mask for sign bit */ macro
44 if ((pos & NB_POS) != 0) in quant_1p_N1()
63 if (((pos2 ^ pos1) & NB_POS) == 0) in quant_2p_2N1()
75 if ((pos1 & NB_POS) != 0) in quant_2p_2N1()
87 if ((pos2 & NB_POS) != 0) in quant_2p_2N1()
96 if ((pos1 & NB_POS) != 0) in quant_2p_2N1()
/frameworks/av/media/codecs/amrwb/dec/src/
Ddec_acelp_2p_in_64.cpp97 #define NB_POS 32 /* number of position */ macro
137 if (((index >> 6) & NB_POS) == 0) in dec_acelp_2p_in_64()
148 if ((index & NB_POS) == 0) in dec_acelp_2p_in_64()
Ddec_alg_codebook.cpp87 #define NB_POS 16 /* pos in track, mask for sign bit */ macro
133 pos1 += NB_POS; in dec_1p_N1()
164 pos1 += NB_POS; /* pos1 += NB_POS; */ in dec_2p_2N1()
168 pos2 += NB_POS; /* pos2 += NB_POS; */ in dec_2p_2N1()
175 pos1 += NB_POS; /* pos1 += NB_POS; */ in dec_2p_2N1()
176 pos2 += NB_POS; /* pos2 += NB_POS; */ in dec_2p_2N1()
Ddec_acelp_4p_in_64.cpp112 #define NB_POS 16 /* number of position */ macro
254 i = ((pos[k] & (NB_POS - 1)) << 2) + track; in add_pulses()
256 if ((pos[k] & NB_POS) == 0) in add_pulses()
/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV5E/
Dcor_h_vec_opt.s21 @ Word16 rrixix[][NB_POS], /* (i) correlation of h[x] with h[x] */
29 @r4 ---- rrixix[][NB_POS]
40 LDR r4, [r13, #40] @load rrixix[][NB_POS]
/frameworks/av/media/codecs/amrwb/enc/src/asm/ARMV7/
Dcor_h_vec_neon.s22 @ Word16 rrixix[][NB_POS], /* (i) correlation of h[x] with h[x] */
30 @r4 ---- rrixix[][NB_POS]
40 LDR r4, [r13, #40] @load rrixix[][NB_POS]