Searched refs:ff_set_min_dist_lsf (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | lsp.h | 53 void ff_set_min_dist_lsf(float *lsf, double min_spacing, int size);
|
H A D | lsp.c | 51 void ff_set_min_dist_lsf(float *lsf, double min_spacing, int size) in ff_set_min_dist_lsf() function
|
H A D | sipr16k.c | 195 ff_set_min_dist_lsf(lsf_new, LSFQ_DIFF_MIN / 2, LP_FILTER_ORDER_16k); in ff_sipr_decode_frame_16k()
|
H A D | amrnbdec.c | 295 ff_set_min_dist_lsf(lsf_q, MIN_LSF_SPACING, LP_FILTER_ORDER); in lsf2lsp_for_mode12k2() 358 ff_set_min_dist_lsf(lsf_q, MIN_LSF_SPACING, LP_FILTER_ORDER); in lsf2lsp_3()
|
H A D | sipr.c | 169 ff_set_min_dist_lsf(lsfnew, LSFQ_DIFF_MIN, LP_FILTER_ORDER - 1); in lsf_decode_fp()
|
H A D | amrwbdec.c | 1176 ff_set_min_dist_lsf(ctx->isf_cur, MIN_ISF_SPACING, LP_ORDER - 1); in amrwb_decode_frame()
|
Completed in 7 milliseconds