Searched defs:h3 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c87 int h3 = g1 - (g3 << 1); local
91 pDst[i+12] = (OMX_S16) h3;
H A DarmVCM4P10_TransformResidual4x4.c88 int h3 = g0 - g3; local
92 pDst[i+12] = (OMX_S16)((h3+32)>>6);
/frameworks/rs/driver/runtime/
H A Drs_core.c304 extern void __attribute__((overloadable)) rsDebug(const char *s, half3 h3) { argument
305 float3 f = convert_float3(h3);
306 rsDebug(s, &f, (ushort3 *) &h3);

Completed in 489 milliseconds