HomeSort by relevance Sort by last modified time
    Searched refs:min_log2 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_tile_common.c 40 int min_log2 = 0; local
41 while ((MAX_TILE_WIDTH_B64 << min_log2) < sb64_cols) ++min_log2;
42 return min_log2;
  /external/v4l2_codec2/vda/
vp9_uncompressed_header_parser.cc 601 int min_log2 = 0; local
602 while ((kMaxTileWidthB64 << min_log2) < sb64_cols)
603 min_log2++;
604 return min_log2;

Completed in 1518 milliseconds