Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c397 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() local
400 if (has_rows && has_cols) { in write_partition()
402 } else if (!has_rows && has_cols) { in write_partition()
405 } else if (has_rows && !has_cols) { in write_partition()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c388 const int has_rows = (mi_row + hbs) < cm->mi_rows; in read_partition() local
392 if (has_rows && has_cols) in read_partition()
394 else if (!has_rows && has_cols) in read_partition()
396 else if (has_rows && !has_cols) in read_partition()