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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c386 const int has_rows = (mi_row + hbs) < cm->mi_rows; local
390 if (has_rows && has_cols)
392 else if (!has_rows && has_cols)
394 else if (has_rows && !has_cols)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c400 const int has_rows = (mi_row + hbs) < cm->mi_rows; local
403 if (has_rows && has_cols) {
405 } else if (!has_rows && has_cols) {
408 } else if (has_rows && !has_cols) {

Completed in 75 milliseconds