Home | History | Annotate | Download | only in common

Lines Matching refs:plane_block_height

1101   const int plane_block_height = block_height >> pd->subsampling_y;
1104 const int is_chroma_sub8_y = plane > 0 && plane_block_height < 4;
1106 if (height) *height = plane_block_height + 2 * is_chroma_sub8_y;