/frameworks/rs/driver/runtime/ |
rs_cl.c | 487 extern float __attribute__((overloadable)) mad(float a, float b, float c) { function 490 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) { function 493 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) { function 496 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) { function [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_int.h | 157 OsclFloat mad; member in struct:tagRDInfo 169 OsclFloat mad; /* mad for current frame, = video->avgMAD*/ member in struct:tagMultiPass 199 OsclFloat aver_mad; /* so-far average mad could replace sum_mad */ 200 OsclFloat aver_mad_prev; /* previous average mad */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 256 float mad; member in struct:tagRDInfo 268 float mad; /* mad for current frame, = video->avgMAD*/ member in struct:tagMultiPass 298 float aver_mad; /* so-far average mad could replace sum_mad */ 299 float aver_mad_prev; /* previous average mad */ 357 float sumMAD; /* SAD/MAD for frame */
|