Searched refs:h3 (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_FwdTransformResidual4x4.c72 int h3 = g1 - (g3 << 1); local
76 pDst[i+12] = (OMX_S16) h3;
H A DarmVCM4P10_TransformResidual4x4.c73 int h3 = g0 - g3; local
77 pDst[i+12] = (OMX_S16)((h3+32)>>6);
/frameworks/native/libs/utils/tests/
H A DBasicHashtable_test.cpp512 ComplexHashtable h3; local
513 h3 = h2;
515 ASSERT_EQ(originalBuckets, getBuckets(h3));
516 EXPECT_EQ(h1.size(), h3.size());
517 EXPECT_EQ(h1.capacity(), h3.capacity());
518 EXPECT_EQ(h1.bucketCount(), h3.bucketCount());
519 EXPECT_EQ(h1.loadFactor(), h3.loadFactor());
520 EXPECT_EQ(index0, find(h3, -1, ComplexKey(0)));
528 EXPECT_EQ(0, h3.entryAt(index0).value.v);
537 h1 = h3;
[all...]
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css24 h3 {
66 h3.version {
530 .directory h3 {
544 .directory h3.swap {
549 .directory h3.swap span {
554 .directory > h3 {
579 .directory-alt h3 {
585 .directory-alt > h3 {
924 h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/
H A Ddefault.css157 .layout-content-col h3,
517 h3:target {
871 h3 {
875 h3, h4 {
1626 .sidebox h3,
4047 .landing-docs h3 {
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/
H A Ddefault.css157 .layout-content-col h3,
517 h3:target {
871 h3 {
875 h3, h4 {
1626 .sidebox h3,
4047 .landing-docs h3 {

Completed in 2316 milliseconds