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

  /external/flac/libFLAC/include/private/
bitmath.h 40 unsigned FLAC__bitmath_silog2_wide(FLAC__int64 v);
  /external/flac/libFLAC/
bitmath.c 127 unsigned FLAC__bitmath_silog2_wide(FLAC__int64 v)
lpc.c 551 if(FLAC__bitmath_silog2_wide(sum >> lp_quantization) > 32) {
559 if(FLAC__bitmath_silog2_wide((FLAC__int64)(*data) - (sum >> lp_quantization)) > 32) {
    [all...]

Completed in 77 milliseconds