Home
last modified time | relevance | path

Searched refs:mi_cols (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcbs_vp9_syntax_template.c82 vp9->mi_cols = (vp9->frame_width + 7) >> 3; in frame_size()
84 vp9->sb64_cols = (vp9->mi_cols + 7) >> 3; in frame_size()
130 vp9->mi_cols = (vp9->frame_width + 7) >> 3; in frame_size_with_refs()
132 vp9->sb64_cols = (vp9->mi_cols + 7) >> 3; in frame_size_with_refs()
H A Dcbs_vp9.h196 uint16_t mi_cols; member
H A Dcbs_av1_syntax_template.c594 int mi_cols, mi_rows, sb_cols, sb_rows, sb_shift, sb_size; in tile_info() local
600 mi_cols = 2 * ((priv->frame_width + 7) >> 3); in tile_info()
603 sb_cols = seq->use_128x128_superblock ? ((mi_cols + 31) >> 5) in tile_info()
604 : ((mi_cols + 15) >> 4); in tile_info()

Completed in 4 milliseconds