Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c874 int mi_col, int has_rows, int has_cols, in read_partition() argument
882 if (has_rows && has_cols) in read_partition()
884 else if (!has_rows && has_cols) in read_partition()
886 else if (has_rows && !has_cols) in read_partition()
906 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() local
912 partition = read_partition(twd, mi_row, mi_col, has_rows, has_cols, n8x8_l2); in decode_partition()
926 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()
Dvp9_encodeframe.c940 const int has_rows = (mi_row_high + bs_high) < cm->mi_rows; in scale_partitioning_svc() local
960 if ((!has_rows || !has_cols) && bsize_low > BLOCK_16X16) return 1; in scale_partitioning_svc()
975 if (!has_cols && has_rows) { in scale_partitioning_svc()
977 } else if (has_cols && !has_rows) { in scale_partitioning_svc()
979 } else if (!has_cols && !has_rows) { in scale_partitioning_svc()