Home
last modified time | relevance | path

Searched defs:has_cols (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1150 int mi_col, int has_rows, int has_cols, in read_partition()
1183 const int has_cols = (mi_col + hbs) < cm->mi_cols; in decode_partition() local
1240 const int has_cols = (mi_col + hbs) < cm->mi_cols; in process_partition() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dencodeframe_utils.h139 int has_cols; member
H A Dbitstream.c1581 const int has_cols = (mi_col + hbs) < cm->mi_params.mi_cols; in write_partition() local
H A Dpartition_search.c1594 const int has_cols = (mi_col + hbs) < mi_params->mi_cols; in encode_sb() local
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_bitstream.c412 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition() local
H A Dvp9_encodeframe.c980 const int has_cols = (mi_col_high + bs_high) < cm->mi_cols; 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()
1268 const int has_cols = (mi_col + hbs) < cm->mi_params.mi_cols; in decode_partition() local