Home
last modified time | relevance | path

Searched refs:CELT_PVQ_V (Results 1 – 2 of 2) sorted by relevance

/external/libopus/celt/tests/
Dtest_unit_cwrs32.c110 nc=CELT_PVQ_V(n,k); in main()
143 v=CELT_PVQ_V(n,k); in main()
/external/libopus/celt/
Dcwrs.c199 # define CELT_PVQ_V(_n,_k) (CELT_PVQ_U(_n,_k)+CELT_PVQ_U(_n,(_k)+1)) macro
436 for(k=1;k<=_maxk;k++)_bits[k]=log2_frac(CELT_PVQ_V(_n,k),_frac); in get_required_bits()
460 ec_enc_uint(_enc,icwrs(_n,_y),CELT_PVQ_V(_n,_k)); in encode_pulses()
540 return cwrsi(_n,_k,ec_dec_uint(_dec,CELT_PVQ_V(_n,_k)),_y); in decode_pulses()