Searched refs:AV1_SWREG (Results 1 – 1 of 1) sorted by relevance
13 #define AV1_SWREG(nr) ((nr) * 4) macro17 .base = AV1_SWREG(b), \22 #define AV1_REG_INTERRUPT AV1_SWREG(1)25 #define AV1_REG_CONFIG AV1_SWREG(2)454 #define AV1_TILE_OUT_LU (AV1_SWREG(65))455 #define AV1_REFERENCE_Y(i) (AV1_SWREG(67) + ((i) * 0x8))456 #define AV1_SEGMENTATION (AV1_SWREG(81))457 #define AV1_GLOBAL_MODEL (AV1_SWREG(83))458 #define AV1_CDEF_COL (AV1_SWREG(85))459 #define AV1_SR_COL (AV1_SWREG(89))[all …]