Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_tile_common.c46 int max_log2 = 1; in get_max_log2_tile_cols() local
47 while ((sb64_cols >> max_log2) >= MIN_TILE_WIDTH_B64) ++max_log2; in get_max_log2_tile_cols()
48 return max_log2 - 1; in get_max_log2_tile_cols()
/external/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc612 int max_log2 = 1; in GetMaxLog2TileCols() local
613 while ((sb64_cols >> max_log2) >= kMinTileWidthB64) in GetMaxLog2TileCols()
614 max_log2++; in GetMaxLog2TileCols()
615 return max_log2 - 1; in GetMaxLog2TileCols()
/external/skia/src/compute/hs/gen/
Dgen.h44 uint32_t max_log2; member
/external/skqp/src/compute/hs/gen/
Dgen.h44 uint32_t max_log2; member