Searched refs:h3 (Results 1 - 5 of 5) 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);
H A Drs_cl.c1741 extern half __attribute__((overloadable)) fn(half h1, half h2, half h3) { \
1742 return (half) fn((float) h1, (float) h2, (float) h3); \
/frameworks/base/docs/html/ndk/reference/
H A Ddoxygen.css31 h3.groupheader {
35 h1, h2, h3, h4, h5, h6 {
44 h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
90 h3.version {
1123 div.toc h3 {
1354 h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }

Completed in 338 milliseconds