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