Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c996 int rows_left, int cols_left, in find_partition_size() argument
998 if (rows_left <= 0 || cols_left <= 0) { in find_partition_size()
1004 if ((*bh <= rows_left) && (*bw <= cols_left)) { in find_partition_size()