Searched refs:db_r (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1794 #define DEC_BLOCK(db_r, db_c, db_subsize) \ in decode_partition() argument 1795 block_visit[parse_decode_flag](pbi, td, DEC_BLOCK_STX_ARG(db_r), (db_c), \ in decode_partition() 1797 #define DEC_PARTITION(db_r, db_c, db_subsize) \ in decode_partition() argument 1798 decode_partition(pbi, td, DEC_BLOCK_STX_ARG(db_r), (db_c), reader, \ in decode_partition()
|