Home
last modified time | relevance | path

Searched refs:max_log2 (Results 1 – 2 of 2) 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.cc611 int max_log2 = 1; in GetMaxLog2TileCols() local
612 while ((sb64_cols >> max_log2) >= kMinTileWidthB64) in GetMaxLog2TileCols()
613 max_log2++; in GetMaxLog2TileCols()
614 return max_log2 - 1; in GetMaxLog2TileCols()