Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconintra.c203 const int top_right_count_unit = tx_size_wide_unit[txsz]; in has_top_right() local
211 col_off + top_right_count_unit == mi_size_wide[BLOCK_64X64] >> ss_x) { in has_top_right()
216 return col_off_64 + top_right_count_unit < plane_bw_unit_64; in has_top_right()
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()