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

Function store_ref

libhb/decomb.c:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192};
193
194static void store_ref(hb_filter_private_t *pv, hb_buffer_t *b)
195{
196 hb_buffer_close(&pv->ref[0]);
197 memmove(&pv->ref[0], &pv->ref[1], sizeof(hb_buffer_t *) * 2);
198 pv->ref[2] = b;
199}
200
201#define BIT_DEPTH 8
202#include "templates/decomb_template.c"

Callers 1

hb_decomb_workFunction · 0.70

Calls 1

hb_buffer_closeFunction · 0.85

Tested by

no test coverage detected