Searched refs:subs (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_cbs.c | 325 #define SUBSCRIPTS(subs, ...) (subs > 0 ? ((RK_S32[subs + 1]){ subs, __VA_ARGS__ }) : NULL) argument 334 #define fbs(width, name, subs, ...) \ argument 335 xf(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__) 336 #define fcs(width, name, range_min, range_max, subs, ...) \ argument 337 xf(width, name, current->name, range_min, range_max, subs, __VA_ARGS__) 338 #define flags(name, subs, ...) \ argument 339 xf(1, name, current->name, 0, 1, subs, __VA_ARGS__) 340 #define sus(width, name, subs, ...) \ argument 341 xsu(width, name, current->name, subs, __VA_ARGS__) 343 #define xf(width, name, var, range_min, range_max, subs, ...) do { \ argument [all …]
|