Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconintra.c396 const int plane_bh_unit = in has_bottom_left() local
400 return row_off_64 + tx_size_high_unit[txsz] < plane_bh_unit; in has_bottom_left()
409 const int plane_bh_unit = AOMMAX(bh_unit >> ss_y, 1); in has_bottom_left() local
413 if (row_off + bottom_left_count_unit < plane_bh_unit) return 1; in has_bottom_left()