Searched defs:sizeX (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | filters.c | 115 zoom_filter_c (int sizeX, int sizeY, Pixel * src, Pixel * dest, int *brutS, in zoom_filter_c()
|
/third_party/ffmpeg/libavcodec/ |
D | ffv1enc.c | 483 double sizeX = COST2(i, i2) + COST2(i2, i); in sort_stt() local
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 1031 const UINT sizeX = 256; in InitD3D() local
|
D | D3D12MemAlloc.cpp | 702 UINT sizeX = (UINT)resourceDesc.Width; in CanUseSmallAlignment() local
|
/third_party/ffmpeg/libavformat/ |
D | asfdec_f.c | 412 int type_specific_size, sizeX; in asf_read_stream_properties() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 389 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()
|