Home
last modified time | relevance | path

Searched defs:MAC (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsimple_idct_template.c63 #define MAC(a, b, c) MAC16(a, b, c) macro
105 #define MAC(a, b, c) ((a) += (SUINT)(b) * (c)) macro
/third_party/libsnd/src/GSM610/
Dlpc.c296 # define STEP(A, B, MAC, MIC) \ in Quantization_and_coding() argument