VE_DEC_MPEG_MP12HDR_F_CODE  132 drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c 	reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 0, picture->f_code[0][0]);
VE_DEC_MPEG_MP12HDR_F_CODE  133 drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c 	reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 1, picture->f_code[0][1]);
VE_DEC_MPEG_MP12HDR_F_CODE  134 drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c 	reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 0, picture->f_code[1][0]);
VE_DEC_MPEG_MP12HDR_F_CODE  135 drivers/staging/media/sunxi/cedrus/cedrus_mpeg2.c 	reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 1, picture->f_code[1][1]);