Home
last modified time | relevance | path

Searched defs:mad (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/script_api/
Drs_math.spec1459 and rounds only after the addition. mad() rounds after the multiplication and the addition. function
1460 In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton. function
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h257 float mad; member
269 float mad; /* mad for current frame, = video->avgMAD*/ member
/frameworks/rs/driver/runtime/
Drs_cl.c593 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) { in mad() function
596 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) { in mad() function
599 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) { in mad() function