Home
last modified time | relevance | path

Searched refs:max_log2_tile_cols (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcbs_vp9_syntax_template.c248 int min_log2_tile_cols, max_log2_tile_cols; in tile_info() local
254 max_log2_tile_cols = 0; in tile_info()
255 while ((vp9->sb64_cols >> (max_log2_tile_cols + 1)) >= VP9_MIN_TILE_WIDTH_B64) in tile_info()
256 ++max_log2_tile_cols; in tile_info()
258 increment(tile_cols_log2, min_log2_tile_cols, max_log2_tile_cols); in tile_info()
H A Dcbs_av1_syntax_template.c596 int min_log2_tile_cols, max_log2_tile_cols, max_log2_tile_rows; in tile_info() local
615 max_log2_tile_cols = cbs_av1_tile_log2(1, FFMIN(sb_cols, AV1_MAX_TILE_COLS)); in tile_info()
625 increment(tile_cols_log2, min_log2_tile_cols, max_log2_tile_cols); in tile_info()

Completed in 3 milliseconds