Home
last modified time | relevance | path

Searched defs:sb64_cols (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_tile_common.c39 static int get_min_log2_tile_cols(const int sb64_cols) { in get_min_log2_tile_cols()
45 static int get_max_log2_tile_cols(const int sb64_cols) { in get_max_log2_tile_cols()
53 const int sb64_cols = mi_cols_aligned_to_sb(mi_cols) >> MI_BLOCK_SIZE_LOG2; in vp9_get_tile_n_bits() local
/external/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc599 int GetMinLog2TileCols(int sb64_cols) { in GetMinLog2TileCols()
609 int GetMaxLog2TileCols(int sb64_cols) { in GetMaxLog2TileCols()
875 int sb64_cols = (fhdr->frame_width + 63) / 64; in ReadTileInfo() local