Home
last modified time | relevance | path

Searched refs:DEC_BLOCK (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1794 #define DEC_BLOCK(db_r, db_c, db_subsize) \ in decode_partition() macro
1802 case PARTITION_NONE: DEC_BLOCK(mi_row, mi_col, subsize); break; in decode_partition()
1804 DEC_BLOCK(mi_row, mi_col, subsize); in decode_partition()
1805 if (has_rows) DEC_BLOCK(mi_row + hbs, mi_col, subsize); in decode_partition()
1808 DEC_BLOCK(mi_row, mi_col, subsize); in decode_partition()
1809 if (has_cols) DEC_BLOCK(mi_row, mi_col + hbs, subsize); in decode_partition()
1818 DEC_BLOCK(mi_row, mi_col, bsize2); in decode_partition()
1819 DEC_BLOCK(mi_row, mi_col + hbs, bsize2); in decode_partition()
1820 DEC_BLOCK(mi_row + hbs, mi_col, subsize); in decode_partition()
1823 DEC_BLOCK(mi_row, mi_col, subsize); in decode_partition()
[all …]