Searched refs:sharp (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpit_shrp.cpp49 int16 sharp, input : pitch sharpening factor (Q15)
117 int16 sharp, /* input : pitch sharpening factor (Q15) */
126 L_tmp = mac_16by16_to_int32((int32)x[i] << 16, x[i - pit_lag], sharp);
114 Pit_shrp( int16 * x, int16 pit_lag, int16 sharp, int16 L_subfr ) argument
H A Dpvamrwbdecoder_acelp.h288 int16 sharp, /* input : pitch sharpening factor (Q15) */
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dpit_shrp.c30 Word16 sharp, /* input : pitch sharpening factor (Q15) */
41 L_tmp += *x++ * sharp;
27 Pit_shrp( Word16 * x, Word16 pit_lag, Word16 sharp, Word16 L_subfr ) argument
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dspstproc.h125 Word16 *sharp, /* o : pitch sharpening value */
H A Dspstproc.cpp119 sharp -- Pointer to Word16 -- pitch sharpening value
188 Word16 *sharp, /* o : pitch sharpening value */
219 * - Update pitch sharpening "sharp" with quantized gain_pit *
224 *sharp = gain_pit;
228 *sharp = SHARPMAX;
172 subframePostProc( Word16 *speech, enum Mode mode, Word16 i_subfr, Word16 gain_pit, Word16 gain_code, Word16 *Aq, Word16 synth[], Word16 xn[], Word16 code[], Word16 y1[], Word16 y2[], Word16 *mem_syn, Word16 *mem_err, Word16 *mem_w0, Word16 *exc, Word16 *sharp, Flag *pOverflow ) argument
H A Dc2_9pf.cpp254 Word16 i, index, sharp;
256 sharp = shl(pitch_sharp, 1);
259 h[i] = add(h[i], mult(h[i - T0], sharp));
274 code[i] = add(code[i], mult(code[i - T0], sharp));
324 Word16 sharp; local
334 sharp = (pitch_sharp > 0) ? MAX_16 : MIN_16;
338 sharp = (Word16) L_temp;
348 sharp,
410 sharp,
H A Dc2_11pf.cpp248 Word16 sharp; local
251 sharp = pitch_sharp << 1;
260 sharp,
321 sharp,
H A Dcod_amr.h168 Word16 sharp; member in struct:__anon589
H A Dcod_amr.cpp435 st->sharp = SHARPMIN;
536 st->sharp = SHARPMIN;
935 st->sharp = SHARPMIN;
1040 sharp_save = st->sharp;
1096 cbsearch(xn2, st->h1, T0, st->sharp, gain_pit, res2,
1115 st->mem_err, st->mem_w0, st->exc, &st->sharp);
1132 st->exc, &st->sharp);
1133 st->sharp = sharp_save;
1170 st->exc, &st->sharp);
1339 st->sharp
[all...]
H A Dc3_14pf.cpp221 Word16 sharp; local
224 /* sharp = shl(pitch_sharp, 1, pOverflow); */
225 sharp = pitch_sharp << 1;
234 sharp,
294 sharp,
H A Dc4_17pf.cpp232 Word16 sharp; local
235 sharp = pitch_sharp << 1;
244 sharp,
306 sharp,
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Ddec_amr.h128 Word16 sharp; member in struct:Decoder_amrState
H A Ddec_amr.cpp328 state->sharp = SHARPMIN;
416 state->sharp = SHARPMIN;
839 pit_sharp = shl (st->sharp, 1);
848 pit_sharp = shl (st->sharp, 1);
857 pit_sharp = shl (st->sharp, 1);
866 pit_sharp = shl (st->sharp, 1);
873 pit_sharp = shl (st->sharp, 1);
910 * - Update pitch sharpening "sharp" with quantized gain_pit *
1043 st->sharp = gain_pit;
1044 if (sub (st->sharp, SHARPMA
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dacelp.h457 Word16 sharp, /* input : pitch sharpening factor (Q15) */

Completed in 136 milliseconds