Home
last modified time | relevance | path

Searched refs:CeilLog2 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/test/Transforms/LoopIdiom/
Ddbginfo-cost.ll6 define dso_local i32 @CeilLog2(i32 %arg) local_unnamed_addr #1 !dbg !38 {
53 !38 = distinct !DISubprogram(name: "CeilLog2", scope: !1, file: !1, line: 599, type: !39, scopeLine…
/external/libgav1/libgav1/src/tile/bitstream/
Dpalette.cc96 bits = std::min(bits, CeilLog2(range)); in ReadPaletteColors()
/external/libgav1/libgav1/src/utils/
Dcommon.h217 inline int CeilLog2(unsigned int n) { in CeilLog2() function
/external/libgav1/libgav1/src/
Dobu_parser.cc1622 CeilLog2(std::min(sb_columns, static_cast<int>(kMaxTileColumns))); in ParseTileInfoSyntax()
1624 CeilLog2(std::min(sb_rows, static_cast<int>(kMaxTileRows))); in ParseTileInfoSyntax()
1705 tile_info->tile_columns_log2 = CeilLog2(tile_info->tile_columns); in ParseTileInfoSyntax()
1730 tile_info->tile_rows_log2 = CeilLog2(tile_info->tile_rows); in ParseTileInfoSyntax()