Searched refs:top_and_left_size (Results 1 – 1 of 1) sorted by relevance
249 const int top_and_left_size = width + height; in IntraPrediction() local262 const int top_size = is_directional_mode ? top_and_left_size : width; in IntraPrediction()263 const int left_size = is_directional_mode ? top_and_left_size : height; in IntraPrediction()