Searched refs:sz_plane_chroma (Results 1 – 1 of 1) sorted by relevance
63 const int sz_plane_chroma = ((w + 1) / 2) * ((h + 1) / 2); in SDL_SW_CreateYUVTexture() local70 dst_size = sz_plane + sz_plane_chroma + sz_plane_chroma; in SDL_SW_CreateYUVTexture()81 dst_size = sz_plane + sz_plane_chroma + sz_plane_chroma; in SDL_SW_CreateYUVTexture()
Completed in 3 milliseconds