Searched refs:IPIPE_S12Q8 (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_ipipe_hw.c | 834 #define IPIPE_S12Q8(decimal, integer) \ macro 844 val = IPIPE_S12Q8(yuv->coef_ry.decimal, yuv->coef_ry.integer); in ipipe_set_rgb2ycbcr_regs() 846 val = IPIPE_S12Q8(yuv->coef_gy.decimal, yuv->coef_gy.integer); in ipipe_set_rgb2ycbcr_regs() 848 val = IPIPE_S12Q8(yuv->coef_by.decimal, yuv->coef_by.integer); in ipipe_set_rgb2ycbcr_regs() 850 val = IPIPE_S12Q8(yuv->coef_rcb.decimal, yuv->coef_rcb.integer); in ipipe_set_rgb2ycbcr_regs() 852 val = IPIPE_S12Q8(yuv->coef_gcb.decimal, yuv->coef_gcb.integer); in ipipe_set_rgb2ycbcr_regs() 854 val = IPIPE_S12Q8(yuv->coef_bcb.decimal, yuv->coef_bcb.integer); in ipipe_set_rgb2ycbcr_regs() 856 val = IPIPE_S12Q8(yuv->coef_rcr.decimal, yuv->coef_rcr.integer); in ipipe_set_rgb2ycbcr_regs() 858 val = IPIPE_S12Q8(yuv->coef_gcr.decimal, yuv->coef_gcr.integer); in ipipe_set_rgb2ycbcr_regs() 860 val = IPIPE_S12Q8(yuv->coef_bcr.decimal, yuv->coef_bcr.integer); in ipipe_set_rgb2ycbcr_regs()
|