Home
last modified time | relevance | path

Searched defs:has_rows (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()
1128 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() local
1184 const int has_rows = (mi_row + hbs) < cm->mi_rows; in recon_partition() local
1236 const int has_rows = (mi_row + hbs) < cm->mi_rows; in parse_partition() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c404 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() local
Dvp9_encodeframe.c957 const int has_rows = (mi_row_high + bs_high) < cm->mi_rows; in scale_partitioning_svc() local
/external/libaom/libaom/av1/encoder/
Dencodeframe.c1532 const int has_rows = (mi_row + hbs) < cm->mi_rows; in encode_sb() local
2332 const int has_rows = (mi_row + mi_step < cm->mi_rows); in rd_pick_sqr_partition() local
3158 const int has_rows = (mi_row + mi_step < cm->mi_rows); in rd_pick_partition() local
Dbitstream.c1555 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() local
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1705 aom_reader *r, int has_rows, int has_cols, in read_partition()
1745 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() local