Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c401 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition() local
403 if (has_rows && has_cols) { in write_partition()
405 } else if (!has_rows && has_cols) { in write_partition()
408 } else if (has_rows && !has_cols) { in write_partition()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c387 const int has_cols = (mi_col + hbs) < cm->mi_cols; in read_partition() local
390 if (has_rows && has_cols) in read_partition()
392 else if (!has_rows && has_cols) in read_partition()
394 else if (has_rows && !has_cols) in read_partition()