Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1096 int mi_col, int has_rows, int has_cols, in read_partition()
1129 const int has_cols = (mi_col + hbs) < cm->mi_cols; in decode_partition() local
1185 const int has_cols = (mi_col + hbs) < cm->mi_cols; in recon_partition() local
1237 const int has_cols = (mi_col + hbs) < cm->mi_cols; in parse_partition() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c405 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition() local
Dvp9_encodeframe.c958 const int has_cols = (mi_col_high + bs_high) < cm->mi_cols; in scale_partitioning_svc() local
/external/libaom/libaom/av1/encoder/
Dencodeframe.c1533 const int has_cols = (mi_col + hbs) < cm->mi_cols; in encode_sb() local
2333 const int has_cols = (mi_col + mi_step < cm->mi_cols); in rd_pick_sqr_partition() local
3159 const int has_cols = (mi_col + mi_step < cm->mi_cols); in rd_pick_partition() local
Dbitstream.c1556 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition() local
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1705 aom_reader *r, int has_rows, int has_cols, in read_partition()
1746 const int has_cols = (mi_col + hbs) < cm->mi_cols; in decode_partition() local