MCPcopy Create free account
hub / github.com/IENT/YUView / addBlockVector

Method addBlockVector

YUViewLib/src/statistics/FrameTypeData.cpp:56–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void FrameTypeData::addBlockVector(
57 unsigned short x, unsigned short y, unsigned short w, unsigned short h, int vecX, int vecY)
58{
59 StatsItemVector vec;
60 vec.pos[0] = x;
61 vec.pos[1] = y;
62 vec.size[0] = w;
63 vec.size[1] = h;
64 vec.point[0] = Point(vecX, vecY);
65 vec.isLine = false;
66 vectorData.push_back(vec);
67}
68
69void FrameTypeData::addBlockAffineTF(unsigned short x,
70 unsigned short y,

Callers 8

loadStatisticDataMethod · 0.80
loadStatisticDataMethod · 0.80
cacheCurStatisticsMethod · 0.80
parseBlockPartitionMethod · 0.80
cacheStatisticsMethod · 0.80
cacheStatisticsMethod · 0.80

Calls 1

PointClass · 0.70

Tested by 1