Searched defs:mad (Results 1 - 3 of 3) sorted by relevance
/frameworks/compile/libbcc/lib/Renderscript/runtime/ |
H A D | rs_cl.c | 467 extern float __attribute__((overloadable)) mad(float a, float b, float c) { function 470 extern float2 __attribute__((overloadable)) mad(float2 a, float2 b, float2 c) { function 473 extern float3 __attribute__((overloadable)) mad(float3 a, float3 b, float3 c) { function 476 extern float4 __attribute__((overloadable)) mad(float4 a, float4 b, float4 c) { function
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
H A D | 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/ |
H A D | 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 */
|
Completed in 102 milliseconds