Searched refs:yoff (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 69 const int r = a + (((b - a) * yoff + 8) >> 4); in subpel_variance_ref() 169 int xoff, int yoff, in subpel_avg_variance_ref() argument 183 const int r = a + (((b - a) * yoff + 8) >> 4); in subpel_avg_variance_ref()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/ |
D | VPPTest.c | 100 …RRORTYPE VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff, int yoff); 2087 …ERRORTYPE VPP_SetZoom(OMX_HANDLETYPE pHandle, int speed, int factor, int limit, int xoff, int yoff) 2093 int nYoff=yoff<<4;
|