Home
last modified time | relevance | path

Searched defs:sizeX (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom/
Dfilters.c115 zoom_filter_c (int sizeX, int sizeY, Pixel * src, Pixel * dest, int *brutS, in zoom_filter_c()
/third_party/ffmpeg/libavcodec/
Dffv1enc.c483 double sizeX = COST2(i, i2) + COST2(i2, i); in sort_stt() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp1031 const UINT sizeX = 256; in InitD3D() local
DD3D12MemAlloc.cpp702 UINT sizeX = (UINT)resourceDesc.Width; in CanUseSmallAlignment() local
/third_party/ffmpeg/libavformat/
Dasfdec_f.c412 int type_specific_size, sizeX; in asf_read_stream_properties() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp389 void DataGen(std::vector<T>& data, unsigned int sizeX, unsigned int sizeY, T valueMin, T valueMax) in DataGen()
711 float sizeX = 1.0f / static_cast<float>(drawSizeX); in TrianglesAdjacencyGen() local
745 float sizeX = 1.0f / static_cast<float>(drawSizeX); in TriangleStripAdjacencyGen() local
4245 …CPrimitiveMode(TDrawFunction drawFunc, GLenum primitiveType, unsigned int sizeX = -1, unsigned siz… in CPrimitiveMode()