Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c1323 int rows_left, int cols_left, in find_partition_size() argument
1325 if (rows_left <= 0 || cols_left <= 0) { in find_partition_size()
1331 if ((*bh <= rows_left) && (*bw <= cols_left)) { in find_partition_size()