Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c890 int mi_col, int has_rows, int has_cols, in read_partition()
923 const int has_cols = (mi_col + hbs) < cm->mi_cols; in decode_partition() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c404 const int has_cols = (mi_col + hbs) < cm->mi_cols; in write_partition() local