Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconintra.c197 PARTITION_TYPE partition, TX_SIZE txsz, int row_off, in has_top_right() argument
203 const int top_right_count_unit = tx_size_wide_unit[txsz]; in has_top_right()
382 PARTITION_TYPE partition, TX_SIZE txsz, int row_off, in has_bottom_left() argument
400 return row_off_64 + tx_size_high_unit[txsz] < plane_bh_unit; in has_bottom_left()
410 const int bottom_left_count_unit = tx_size_high_unit[txsz]; in has_bottom_left()