Searched refs:mb_to_edge_dim (Results 1 – 1 of 1) sorted by relevance
455 static INLINE int num_4x4_to_edge(int plane_4x4_dim, int mb_to_edge_dim, in num_4x4_to_edge() argument457 return plane_4x4_dim + (mb_to_edge_dim >> (5 + subsampling_dim)) - blk_dim; in num_4x4_to_edge()