Searched refs:max_pitch (Results 1 – 9 of 9) sorted by relevance
/external/libopus/celt/ |
D | pitch.c | 46 int max_pitch, int *best_pitch in find_best_pitch() argument 70 for (i=0;i<max_pitch;i++) in find_best_pitch() 224 opus_val32 *xcorr, int len, int max_pitch, int arch) in celt_pitch_xcorr_c() argument 236 for (i=0;i<max_pitch;i++) in celt_pitch_xcorr_c() 258 celt_assert(max_pitch>0); in celt_pitch_xcorr_c() 260 for (i=0;i<max_pitch-3;i+=4) in celt_pitch_xcorr_c() 276 for (;i<max_pitch;i++) in celt_pitch_xcorr_c() 292 int len, int max_pitch, int *pitch, int arch) in pitch_search() argument 310 celt_assert(max_pitch>0); in pitch_search() 311 lag = len+max_pitch; in pitch_search() [all …]
|
D | pitch.h | 57 int len, int max_pitch, int *pitch, int arch); 186 opus_val32 *xcorr, int len, int max_pitch, int arch);
|
/external/libopus/celt/arm/ |
D | celt_neon_intr.c | 195 opus_val32 *xcorr, int len, int max_pitch, int arch) { in celt_pitch_xcorr_float_neon() argument 198 celt_assert(max_pitch > 0); in celt_pitch_xcorr_float_neon() 201 for (i = 0; i < (max_pitch-3); i += 4) { in celt_pitch_xcorr_float_neon() 207 for (; i < max_pitch; i++) { in celt_pitch_xcorr_float_neon()
|
D | pitch_arm.h | 73 opus_val32 *xcorr, int len, int max_pitch, int arch); 82 opus_val32 *xcorr, int len, int max_pitch, int arch); 135 opus_val32 *xcorr, int len, int max_pitch, int arch);
|
D | celt_pitch_xcorr_arm_gnu.s | 159 @ opus_val32 *xcorr, int len, int max_pitch, int arch) 171 @ r6 = int max_pitch 179 @ if (max_pitch < 4) goto celt_pitch_xcorr_neon_process4_done 364 @ r1 = int max_pitch 418 @ if (max_pitch < 4) goto celt_pitch_xcorr_edsp_process2
|
/external/speex/libspeex/ |
D | nb_celp.c | 140 st->max_pitch=mode->pitchEnd; in nb_encoder_init() 295 SPEEX_MOVE(st->excBuf, st->excBuf+st->frameSize, st->max_pitch+2); in nb_encode() 296 SPEEX_MOVE(st->swBuf, st->swBuf+st->frameSize, st->max_pitch+2); in nb_encode() 369 open_loop_nbest_pitch(st->sw, st->min_pitch, st->max_pitch, st->frameSize, in nb_encode() 773 if (ol_pitch > st->max_pitch-margin) in nb_encode() 774 ol_pitch=st->max_pitch-margin; in nb_encode() 782 pit_max = st->max_pitch; in nb_encode() 952 st->max_pitch=mode->pitchEnd; in nb_decoder_init() 959 …st->excBuf = (spx_word16_t*)speex_alloc((st->frameSize + 2*st->max_pitch + st->subframeSize + 12)*… in nb_decoder_init() 960 st->exc = st->excBuf + 2*st->max_pitch + st->subframeSize + 6; in nb_decoder_init() [all …]
|
D | nb_celp.h | 59 int max_pitch; /**< Maximum pitch value allowed */ member 132 int max_pitch; /**< Maximum pitch value allowed */ member
|
D | filters.h | 85 int max_pitch, /*pitch gain (3-tap)*/
|
D | filters.c | 660 int max_pitch, in multicomb() argument 710 if (corr_pitch>max_pitch) in multicomb() 787 if (corr_pitch>max_pitch) in multicomb()
|