Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c890 int mi_col, int has_rows, int has_cols, in read_partition() argument
898 if (has_rows && has_cols) in read_partition()
900 else if (!has_rows && has_cols) in read_partition()
902 else if (has_rows && !has_cols) in read_partition()
922 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() local
928 partition = read_partition(twd, mi_row, mi_col, has_rows, has_cols, n8x8_l2); in decode_partition()
942 if (has_rows) in decode_partition()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c403 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() local
406 if (has_rows && has_cols) { in write_partition()
408 } else if (!has_rows && has_cols) { in write_partition()
411 } else if (has_rows && !has_cols) { in write_partition()