Searched refs:max_pitch (Results 1 – 8 of 8) sorted by relevance
/external/libopus/celt/arm/ |
D | pitch_arm.h | 37 opus_val32 *xcorr, int len, int max_pitch); 46 opus_val32 *xcorr, int len, int max_pitch); 51 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument 52 ((void)(arch),PRESUME_NEON(celt_pitch_xcorr)(_x, _y, xcorr, len, max_pitch))
|
D | celt_pitch_xcorr_arm.s | 155 ; opus_val32 *xcorr, int len, int max_pitch) 167 ; r6 = int max_pitch 173 ; if (max_pitch < 4) goto celt_pitch_xcorr_neon_process4_done 357 ; r1 = int max_pitch 409 ; if (max_pitch < 4) goto celt_pitch_xcorr_edsp_process2
|
/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() 225 celt_pitch_xcorr(opus_val16 *x, opus_val16 *y, opus_val32 *xcorr, int len, int max_pitch) 231 for (i=0;i<max_pitch;i++) 253 …itch_xcorr_c(const opus_val16 *_x, const opus_val16 *_y, opus_val32 *xcorr, int len, int max_pitch) in celt_pitch_xcorr_c() argument 259 celt_assert(max_pitch>0); in celt_pitch_xcorr_c() 264 for (i=0;i<max_pitch-3;i+=4) in celt_pitch_xcorr_c() 280 for (;i<max_pitch;i++) in celt_pitch_xcorr_c() 297 int len, int max_pitch, int *pitch, int arch) in pitch_search() argument 315 celt_assert(max_pitch>0); in pitch_search() [all …]
|
D | pitch.h | 52 int len, int max_pitch, int *pitch, int arch); 150 opus_val32 *xcorr, int len, int max_pitch); 164 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument 166 xcorr, len, max_pitch)) 168 # define celt_pitch_xcorr(_x, _y, xcorr, len, max_pitch, arch) \ argument 169 ((void)(arch),celt_pitch_xcorr_c(_x, _y, xcorr, len, max_pitch))
|
/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()
|