Home
last modified time | relevance | path

Searched refs:BitDepth (Results 1 – 9 of 9) sorted by relevance

/external/gemmlowp/public/
Dbit_depth.h26 struct BitDepth { struct
112 typedef BitDepth<8> LhsBitDepth;
113 typedef BitDepth<8> RhsBitDepth;
118 typedef BitDepth<7> LhsBitDepth;
119 typedef BitDepth<5> RhsBitDepth;
/external/gemmlowp/internal/
Dpack.h268 static const int kBits = QuantizationParams::BitDepth::kBits; in Requantize()
502 typedef tBitDepth BitDepth; typedef
517 typedef typename BitDepthParams::LhsBitDepth BitDepth; in PackLhs() typedef
521 typedef QuantizationParams<BitDepth, in PackLhs()
528 typedef QuantizationParams<BitDepth, in PackLhs()
548 typedef typename BitDepthParams::RhsBitDepth BitDepth; in PackRhs() typedef
552 typedef QuantizationParams<BitDepth, in PackRhs()
559 typedef QuantizationParams<BitDepth, in PackRhs()
Dpack_SSE.h39 static const int kBits = QuantizationParams::BitDepth::kBits; in SSERequantize()
Dpack_neon.h124 static const int kBits = QuantizationParams::BitDepth::kBits; in Requantize()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_size_table.h96 int32_t BitDepth();
140 int32_t BitDepth();
Dbitmap_size_table.cc71 int32_t BitmapSizeTable::BitDepth() { in BitDepth() function in sfntly::BitmapSizeTable
313 int32_t BitmapSizeTable::Builder::BitDepth() { in BitDepth() function in sfntly::BitmapSizeTable::Builder
/external/gemmlowp/test/
Dtest.cc191 template <eight_bit_int_gemm::BitDepthSetting BitDepth>
202 template <typename Scalar, eight_bit_int_gemm::BitDepthSetting BitDepth>
204 typedef BitDepthParamsForSettings<BitDepth> BitDepthParams;
223 result_mult_int, result_shift, result->stride(), BitDepth); in Gemm()
1067 void TestWithRealData(eight_bit_int_gemm::BitDepthSetting BitDepth, in TestWithRealData() argument
1075 test_data::c_mult_int, test_data::c_shift, test_data::m, BitDepth); in TestWithRealData()
1082 if (BitDepth == eight_bit_int_gemm::BitDepthSetting::A5B7) { in TestWithRealData()
1091 GetBitDepthName(BitDepth)); in TestWithRealData()
/external/skia/src/sfnt/
DSkOTTable_EBLC.h56 struct BitDepth { struct
/external/sfntly/cpp/src/test/
Dbitmap_table_test.cc73 EXPECT_EQ(strike1->BitDepth(), STRIKE1_BIT_DEPTH); in CommonReadingTest()