Home
last modified time | relevance | path

Searched refs:startCoef (Results 1 – 1 of 1) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/davinci/
H A Ddavinci_video.c552 int startCoef; in SetupCoef() local
575 startCoef = highCoef>>1; in SetupCoef()
577 int prev = startCoef; in SetupCoef()
579 int rem=256 - startCoef; in SetupCoef()
606 if (startCoef > (highCoef>>3)) startCoef -= (highCoef>>3); in SetupCoef()
608 startCoef = highCoef; c++; in SetupCoef()