Searched refs:VE_DEC_MPEG_MP12HDR_F_CODE (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/staging/media/sunxi/cedrus/ |
| D | cedrus_mpeg2.c | 132 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 0, picture->f_code[0][0]); in cedrus_mpeg2_setup() 133 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 1, picture->f_code[0][1]); in cedrus_mpeg2_setup() 134 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 0, picture->f_code[1][0]); in cedrus_mpeg2_setup() 135 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 1, picture->f_code[1][1]); in cedrus_mpeg2_setup()
|
| D | cedrus_regs.h | 74 #define VE_DEC_MPEG_MP12HDR_F_CODE(__x, __y, __v) \ macro
|