Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c933 int has_rows, int has_cols, int bsl) { in read_partition() argument
939 if (has_rows && has_cols) in read_partition()
941 else if (!has_rows && has_cols) in read_partition()
943 else if (has_rows && !has_cols) in read_partition()
965 const int has_cols = (mi_col + hbs) < cm->mi_cols; in decode_partition() local
970 partition = read_partition(xd, mi_row, mi_col, r, has_rows, has_cols, in decode_partition()
991 if (has_cols) in decode_partition()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c411 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition() local
413 if (has_rows && has_cols) { in write_partition()
415 } else if (!has_rows && has_cols) { in write_partition()
418 } else if (has_rows && !has_cols) { in write_partition()