Home
last modified time | relevance | path

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

/frameworks/rs/api/
Drs_math.spec974 and rounds only after the addition. mad() rounds after the multiplication and the addition. function
975 In rs_fp_relaxed mode, mad() may not do the rounding after multiplicaiton. function
/frameworks/rs/driver/runtime/
Drs_cl.c490 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) { in mad() function
493 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) { in mad() function
496 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) { in mad() function
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Davcenc_int.h157 OsclFloat mad; member
169 OsclFloat mad; /* mad for current frame, = video->avgMAD*/ member
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmp4lib_int.h256 float mad; member
268 float mad; /* mad for current frame, = video->avgMAD*/ member