HomeSort by relevance Sort by last modified time
    Searched refs:CELT_PVQ_V (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_cwrs32.c 110 nc=CELT_PVQ_V(n,k);
143 v=CELT_PVQ_V(n,k);
  /external/libopus/celt/tests/
test_unit_cwrs32.c 110 nc=CELT_PVQ_V(n,k);
143 v=CELT_PVQ_V(n,k);
  /external/chromium_org/third_party/opus/src/celt/
cwrs.c 199 # define CELT_PVQ_V(_n,_k) (CELT_PVQ_U(_n,_k)+CELT_PVQ_U(_n,(_k)+1))
436 for(k=1;k<=_maxk;k++)_bits[k]=log2_frac(CELT_PVQ_V(_n,k),_frac);
460 ec_enc_uint(_enc,icwrs(_n,_y),CELT_PVQ_V(_n,_k));
529 cwrsi(_n,_k,ec_dec_uint(_dec,CELT_PVQ_V(_n,_k)),_y);
  /external/libopus/celt/
cwrs.c 199 # define CELT_PVQ_V(_n,_k) (CELT_PVQ_U(_n,_k)+CELT_PVQ_U(_n,(_k)+1))
436 for(k=1;k<=_maxk;k++)_bits[k]=log2_frac(CELT_PVQ_V(_n,k),_frac);
460 ec_enc_uint(_enc,icwrs(_n,_y),CELT_PVQ_V(_n,_k));
529 cwrsi(_n,_k,ec_dec_uint(_dec,CELT_PVQ_V(_n,_k)),_y);

Completed in 593 milliseconds