Home
last modified time | relevance | path

Searched defs:max_log2_tile_cols (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/vp9/common/
Dvp9_tile_common.c52 int *max_log2_tile_cols) { in vp9_get_tile_n_bits()
/external/libwebm/common/
Dvp9_header_parser.cc243 const int max_log2_tile_cols = max_log2_n_tiles; in ParseTileInfo() local
/external/libvpx/vp9/encoder/
Dvp9_ethread.c64 int min_log2_tile_cols, max_log2_tile_cols; in get_max_tile_cols() local
Dvp9_bitstream.c888 int min_log2_tile_cols, max_log2_tile_cols, ones; in write_tile_info() local
Dvp9_encoder.c1426 int min_log2_tile_cols, max_log2_tile_cols; in set_tile_limits() local
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Dparser.rs1049 let max_log2_tile_cols = Self::calc_max_log2_tile_cols(self.sb64_cols); in parse_tile_info() localVariable
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c1630 int min_log2_tile_cols, max_log2_tile_cols, max_ones; in setup_tile_info() local