Home
last modified time | relevance | path

Searched refs:err_Q26 (Results 1 – 3 of 3) sorted by relevance

/external/libopus/silk/
DNLSF_encode.c50 VARDECL( opus_int32, err_Q26 ); in silk_NLSF_encode()
72 ALLOC( err_Q26, psNLSF_CB->nVectors, opus_int32 ); in silk_NLSF_encode()
73 … silk_NLSF_VQ( err_Q26, pNLSF_Q15, psNLSF_CB->CB1_NLSF_Q8, psNLSF_CB->nVectors, psNLSF_CB->order ); in silk_NLSF_encode()
77 silk_insertion_sort_increasing( err_Q26, tempIndices1, psNLSF_CB->nVectors, nSurvivors ); in silk_NLSF_encode()
DNLSF_VQ.c36 …opus_int32 err_Q26[], /* O Quantization errors [K] … in silk_NLSF_VQ() argument
66 err_Q26[ i ] = sum_error_Q26; in silk_NLSF_VQ()
Dmain.h346 …opus_int32 err_Q26[], /* O Quantization errors [K] …