Searched refs:xoff (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | variance_test.cc | 55 int l2w, int l2h, int xoff, int yoff, in subpel_variance_ref() argument 67 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_variance_ref() 68 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_variance_ref() 169 int xoff, int yoff, in subpel_avg_variance_ref() argument 181 const int a = a1 + (((a2 - a1) * xoff + 8) >> 4); in subpel_avg_variance_ref() 182 const int b = b1 + (((b2 - b1) * xoff + 8) >> 4); in subpel_avg_variance_ref()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
D | VPPTest.c | 100 static OMX_ERRORTYPE VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff… 2087 static OMX_ERRORTYPE VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff… 2092 int nXoff = xoff<<4;
|