Home
last modified time | relevance | path

Searched defs:has_rows (Results 1 – 8 of 8) sorted by relevance

/external/libgav1/libgav1/src/tile/bitstream/
Dpartition.cc104 bool has_rows, bool has_columns, in ReadPartition()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1148 int mi_col, int has_rows, int has_cols, in read_partition()
1180 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() local
1237 const int has_rows = (mi_row + hbs) < cm->mi_rows; in process_partition() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c409 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() local
Dvp9_encodeframe.c1016 const int has_rows = (mi_row_high + bs_high) < cm->mi_rows; in scale_partitioning_svc() local
/external/libgav1/libgav1/src/tile/
Dtile.cc2244 const bool has_rows = (row4x4 + half_block4x4) < frame_header_.rows4x4; in ProcessPartition() local
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1291 aom_reader *r, int has_rows, int has_cols, in read_partition()
1334 const int has_rows = (mi_row + hbs) < cm->mi_params.mi_rows; in decode_partition() local
/external/libaom/libaom/av1/encoder/
Dencodeframe.c1716 const int has_rows = (mi_row + hbs) < mi_params->mi_rows; in encode_sb() local
2734 const int has_rows = (mi_row + mi_step < mi_params->mi_rows); in rd_pick_partition() local
Dbitstream.c1568 const int has_rows = (mi_row + hbs) < cm->mi_params.mi_rows; in write_partition() local