Home
last modified time | relevance | path

Searched refs:plane_bw_unit (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/common/
Dreconintra.c202 const int plane_bw_unit = AOMMAX(bw_unit >> ss_x, 1); in has_top_right() local
218 return col_off + top_right_count_unit < plane_bw_unit; in has_top_right()
221 if (col_off + top_right_count_unit < plane_bw_unit) return 1; in has_top_right()