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

/external/flac/libFLAC/include/private/
H A Dfloat.h72 #define FLAC__fixedpoint_mul(x, y) ( (FLAC__fixedpoint) ( ((FLAC__int64)(x)*(FLAC__int64)(y)) >> 16 ) ) macro

Completed in 267 milliseconds