Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c231 static void Scale2D( in Scale2D() function
484 Scale2D((unsigned char *)src->y_buffer, src->y_stride, src->y_width, in vpx_scale_frame()
498 Scale2D((unsigned char *)src->u_buffer, src->uv_stride, src->uv_width, in vpx_scale_frame()
514 Scale2D((unsigned char *)src->v_buffer, src->uv_stride, src->uv_width, in vpx_scale_frame()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVector.h1356 static PVRTMat3 Scale2D(const VERTTYPE fx,const VERTTYPE fy) in Scale2D() function