Home
last modified time | relevance | path

Searched defs:BitDepth (Results 1 – 6 of 6) sorted by relevance

/external/gemmlowp/public/
Dbit_depth.h26 struct BitDepth { struct
27 static const int kBits = tBits;
/external/skia/src/sfnt/
DSkOTTable_EBLC.h55 struct BitDepth { struct
56 enum Value : SK_OT_BYTE {
62 SK_OT_BYTE value;
/external/gemmlowp/internal/
Dpack.h502 typedef tBitDepth BitDepth; typedef
517 typedef typename BitDepthParams::LhsBitDepth BitDepth; in PackLhs() typedef
548 typedef typename BitDepthParams::RhsBitDepth BitDepth; in PackRhs() typedef
/external/skia/include/core/
DSkImage.h159 enum class BitDepth { enum
/external/sfntly/cpp/src/sfntly/table/bitmap/
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.cc1067 void TestWithRealData(eight_bit_int_gemm::BitDepthSetting BitDepth, in TestWithRealData()