Searched refs:pix_src (Results 1 – 2 of 2) sorted by relevance
44 unsigned long pix_src; in M4VFL_modifyLumaByStep() local112 pix_src = (unsigned long) *p_src++; in M4VFL_modifyLumaByStep()113 pix = pix_src & 0xFF; in M4VFL_modifyLumaByStep()115 pix = ((pix_src & 0xFF00) >> 8); in M4VFL_modifyLumaByStep()133 unsigned long pix_src; in M4VFL_modifyLumaWithScale() local209 pix_src = (unsigned long) *p_src++; in M4VFL_modifyLumaWithScale()210 pix = pix_src & 0xFF; in M4VFL_modifyLumaWithScale()212 pix = ((pix_src & 0xFF00) >> 8); in M4VFL_modifyLumaWithScale()
840 unsigned long pix_src; in M4VFL_modifyLumaWithScale() local916 pix_src = (unsigned long) *p_src++; in M4VFL_modifyLumaWithScale()917 pix = pix_src & 0xFF; in M4VFL_modifyLumaWithScale()919 pix = ((pix_src & 0xFF00) >> 8); in M4VFL_modifyLumaWithScale()