Searched refs:is_chroma_sub8_x (Results 1 – 1 of 1) sorted by relevance
1103 const int is_chroma_sub8_x = plane > 0 && plane_block_width < 4; in av1_get_block_dimensions() local1105 if (width) *width = plane_block_width + 2 * is_chroma_sub8_x; in av1_get_block_dimensions()1113 (block_cols >> pd->subsampling_x) + 2 * is_chroma_sub8_x; in av1_get_block_dimensions()