Home
last modified time | relevance | path

Searched defs:AAC_HALF_SUM (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Daac_defines.h76 #define AAC_HALF_SUM(x, y) (((x) >> 1) + ((y) >> 1)) macro
111 #define AAC_HALF_SUM(x, y) ((x) + (y)) * 0.5f macro

Completed in 2 milliseconds