MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / delete_metric

Function delete_metric

libhb/vfr.c:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static void delete_metric(double * metrics, int pos, int size)
125{
126 double * dst = &metrics[pos];
127 double * src = &metrics[pos + 1];
128 int msize = (size - (pos + 1)) * sizeof(double);
129 memmove(dst, src, msize);
130}
131
132static int find_drop_frame(hb_filter_private_t * pv, int count)
133{

Callers 1

adjust_frame_rateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected