Searched defs:ctable (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/codec/ |
D | SkSwizzler.cpp | 32 const SkPMColor ctable[]) { in copy() 41 const SkPMColor ctable[]) { in sample1() 51 const SkPMColor ctable[]) { in sample2() 61 const SkPMColor ctable[]) { in sample4() 71 const SkPMColor ctable[]) { in sample6() 82 const SkPMColor ctable[]) { in sample8() 203 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_565() 224 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_small_index_to_n32() 247 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_n32() 260 int bpp, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_n32_skipZ() [all …]
|
/external/zstd/lib/compress/ |
D | zstd_compress_sequences.c | 46 static unsigned ZSTD_getFSEMaxSymbolValue(FSE_CTable const* ctable) { in ZSTD_getFSEMaxSymbolValue() 105 FSE_CTable const* ctable, in ZSTD_fseBitCost()
|
D | huf_compress.c | 73 static size_t showCTableBits(const HUF_CElt* ctable, size_t size) in showCTableBits() 223 HUF_CTableHeader HUF_readCTableHeader(HUF_CElt const* ctable) in HUF_readCTableHeader() 230 static void HUF_writeCTableHeader(HUF_CElt* ctable, U32 tableLog, U32 maxSymbolValue) in HUF_writeCTableHeader()
|
/external/libcups/filter/ |
D | rastertoepson.c | 418 static int ctable[6] = { 0, 2, 1, 4, 18, 17 }; in CompressData() local
|
/external/libnl/lib/route/qdisc/ |
D | htb.c | 234 uint32_t mtu, rtable[RTNL_TC_RTABLE_SIZE], ctable[RTNL_TC_RTABLE_SIZE]; in htb_class_msg_fill() local
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 793 CountersTable ctable = transformer.getCountersTable(); in getCountString() local
|