HomeSort by relevance Sort by last modified time
    Searched refs:fQ16_Const (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 180 static const float fQ16_Const = (float)(1 << 16);
184 return nQ16 / fQ16_Const;
189 return (int)(f*fQ16_Const);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 284 static const float fQ16_Const = (float)(1 << 16);
288 return nQ16 / fQ16_Const;
293 return(int)(f*fQ16_Const);
    [all...]
OMX_VideoEnc_Utils.c 170 static const float fQ16_Const = (float)(1 << 16);
174 return nQ16 / fQ16_Const;
    [all...]

Completed in 102 milliseconds