Home
last modified time | relevance | path

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

/external/libgav1/src/tile/bitstream/
Dpartition.cc104 bool has_rows, bool has_columns, in ReadPartition()
/external/libaom/av1/encoder/
Dencodeframe_utils.h138 int has_rows; member
Dbitstream.c1580 const int has_rows = (mi_row + hbs) < cm->mi_params.mi_rows; in write_partition() local
Dpartition_search.c1598 const int has_rows = (mi_row + hbs) < mi_params->mi_rows; in encode_sb() local
/external/libvpx/vp9/decoder/
Dvp9_decodeframe.c1150 int mi_col, int has_rows, int has_cols, in read_partition()
1182 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() local
1239 const int has_rows = (mi_row + hbs) < cm->mi_rows; in process_partition() local
/external/libvpx/vp9/encoder/
Dvp9_bitstream.c411 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() local
Dvp9_encodeframe.c979 const int has_rows = (mi_row_high + bs_high) < cm->mi_rows; in scale_partitioning_svc() local
/external/libgav1/src/tile/
Dtile.cc2312 const bool has_rows = (row4x4 + half_block4x4) < frame_header_.rows4x4; in ProcessPartition() local
/external/libaom/av1/decoder/
Ddecodeframe.c1225 aom_reader *r, int has_rows, int has_cols, in read_partition()
1267 const int has_rows = (mi_row + hbs) < cm->mi_params.mi_rows; in decode_partition() local