Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_overlay.c105 static uint32_t I830BoundGammaElt(uint32_t elt, uint32_t eltPrev) in I830BoundGammaElt() function
118 return (I830BoundGammaElt(gamma >> 24, gammaPrev >> 24) << 24 | in I830BoundGamma()
119 I830BoundGammaElt(gamma >> 16, gammaPrev >> 16) << 16 | in I830BoundGamma()
120 I830BoundGammaElt(gamma >> 8, gammaPrev >> 8) << 8 | in I830BoundGamma()
121 I830BoundGammaElt(gamma , gammaPrev)); in I830BoundGamma()