Searched refs:bits_max (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c245 double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg; local
843 bits_max = ( len[toggle]*8 > bits_max ) ? len[toggle]*8 : bits_max;
865 1e-3*bits_max*sampling_rate/frame_size);
/external/libopus/src/
H A Dopus_demo.c245 double bits=0.0, bits_max=0.0, bits_act=0.0, bits2=0.0, nrg; local
843 bits_max = ( len[toggle]*8 > bits_max ) ? len[toggle]*8 : bits_max;
865 1e-3*bits_max*sampling_rate/frame_size);

Completed in 781 milliseconds