Searched defs:mad (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h257 float mad; member in struct:tagRDInfo
269 float mad; /* mad for current frame, = video->avgMAD*/ member in struct:tagMultiPass
299 float aver_mad; /* so-far average mad could replace sum_mad */
300 float aver_mad_prev; /* previous average mad */
/frameworks/rs/driver/runtime/
H A Drs_cl.c590 extern float __attribute__((overloadable)) mad(float a, float b, float c) { function
593 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) { function
596 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) { function
599 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) { function
2073 HN_FUNC_HN_HN_HN(mad); variable

Completed in 427 milliseconds