Home
last modified time | relevance | path

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

/external/libaom/av1/common/
Dav1_common_int.h1831 const int horz_split = sshigh < bhigh; in get_partition() local
1832 const int split_idx = (vert_split << 1) | horz_split; in get_partition()