Home
last modified time | relevance | path

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

/aosp_15_r20/external/libgav1/src/tile/bitstream/
H A Dpartition.cc104 bool has_rows, bool has_columns, in ReadPartition()
/aosp_15_r20/external/libvpx/vp9/decoder/
H A 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
/aosp_15_r20/external/libaom/av1/encoder/
H A Dencodeframe_utils.h138 int has_rows; member
H A Dbitstream.c1580 const int has_rows = (mi_row + hbs) < cm->mi_params.mi_rows; in write_partition() local
H A Dpartition_search.c1593 const int has_rows = (mi_row + hbs) < mi_params->mi_rows; in encode_sb() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_bitstream.c411 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() local
H A Dvp9_encodeframe.c979 const int has_rows = (mi_row_high + bs_high) < cm->mi_rows; in scale_partitioning_svc() local
/aosp_15_r20/external/libaom/av1/decoder/
H A 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
/aosp_15_r20/external/libgav1/src/tile/
H A Dtile.cc2290 const bool has_rows = (row4x4 + half_block4x4) < frame_header_.rows4x4; in ProcessPartition() local