Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1388 #define DEC_BLOCK(db_r, db_c, db_subsize) \ in decode_partition() macro
1396 case PARTITION_NONE: DEC_BLOCK(mi_row, mi_col, subsize); break; in decode_partition()
1398 DEC_BLOCK(mi_row, mi_col, subsize); in decode_partition()
1399 if (has_rows) DEC_BLOCK(mi_row + hbs, mi_col, subsize); in decode_partition()
1402 DEC_BLOCK(mi_row, mi_col, subsize); in decode_partition()
1403 if (has_cols) DEC_BLOCK(mi_row, mi_col + hbs, subsize); in decode_partition()
1412 DEC_BLOCK(mi_row, mi_col, bsize2); in decode_partition()
1413 DEC_BLOCK(mi_row, mi_col + hbs, bsize2); in decode_partition()
1414 DEC_BLOCK(mi_row + hbs, mi_col, subsize); in decode_partition()
1417 DEC_BLOCK(mi_row, mi_col, subsize); in decode_partition()
[all …]