text stringlengths 70 26.5k | label class label 2
classes | embedding listlengths 768 768 |
|---|---|---|
static inline void dv_decode_video_segment(DVVideoContext *s,
const uint8_t *buf_ptr1,
const uint16_t *mb_pos_ptr)
{
int quant, dc, dct_mode, class1, j;
int mb_index, mb_x, mb_y, v, last_index;
int y_stride, i;
... | 11 | [
-0.4326793849468231,
-0.037005167454481125,
0.2797364890575409,
0.14229848980903625,
-0.6826686263084412,
-0.43652093410491943,
-0.04995863884687424,
0.16424135863780975,
0.3859812617301941,
0.3915989398956299,
-0.15960100293159485,
1.115562915802002,
-0.1446315348148346,
-0.35619699954986... |
static void compute_pkt_fields(AVFormatContext *s, AVStream *st,
AVCodecParserContext *pc, AVPacket *pkt)
{
int num, den, presentation_delayed, delay, i;
int64_t offset;
if (s->flags & AVFMT_FLAG_NOFILLIN)
return;
if((s->flags & AVFMT_FLAG_IGNDTS) && pkt... | 11 | [
-0.33978110551834106,
0.10022483021020889,
0.3266172707080841,
0.0981217622756958,
-0.5036623477935791,
-0.5268767476081848,
-0.06742125749588013,
0.2009662687778473,
0.43939080834388733,
0.3914797902107239,
-0.2553061842918396,
1.1011075973510742,
-0.352486789226532,
-0.11215776205062866,... |
static void coroutine_fn bdrv_flush_co_entry(void *opaque)
{
RwCo *rwco = opaque;
rwco->ret = bdrv_co_flush(rwco->bs);
}
| 00 | [
0.04079414904117584,
0.1797715425491333,
0.16318710148334503,
-0.36527347564697266,
0.34970521926879883,
0.11170625686645508,
0.12941096723079681,
0.036001067608594894,
0.5170232057571411,
0.24904543161392212,
0.010814651846885681,
-0.02228201925754547,
-0.1648387610912323,
-0.140015333890... |
static int get_phys_addr_lpae(CPUARMState *env, target_ulong address,
int access_type, int is_user,
hwaddr *phys_ptr, int *prot,
target_ulong *page_size_ptr)
{
CPUState *cs = CPU(arm_env_get_cpu(env));
/* Read an LPA... | 11 | [
-0.46407437324523926,
-0.024662867188453674,
0.25947999954223633,
0.16018253564834595,
-0.7066195011138916,
-0.4759388267993927,
-0.06521356105804443,
0.13209936022758484,
0.42870181798934937,
0.4620783030986786,
-0.08450271189212799,
1.1101481914520264,
-0.19190484285354614,
-0.1305423676... |
static void nvdimm_build_fit_buffer(NvdimmFitBuffer *fit_buf)
{
qemu_mutex_lock(&fit_buf->lock);
g_array_free(fit_buf->fit, true);
fit_buf->fit = nvdimm_build_device_structure();
fit_buf->dirty = true;
qemu_mutex_unlock(&fit_buf->lock);
}
| 00 | [
-0.09725464135408401,
0.004869523458182812,
0.2621731758117676,
0.10548253357410431,
0.8872084617614746,
0.019671596586704254,
0.26376840472221375,
0.15896016359329224,
0.09684538841247559,
0.0969000905752182,
0.14416244626045227,
-0.17343859374523163,
0.06197390332818031,
0.19699263572692... |
static void bdrv_qed_refresh_limits(BlockDriverState *bs, Error **errp)
{
BDRVQEDState *s = bs->opaque;
bs->bl.write_zeroes_alignment = s->header.cluster_size >> BDRV_SECTOR_BITS;
}
| 00 | [
0.19019359350204468,
0.0695972666144371,
0.17754805088043213,
-0.08531112968921661,
0.40094536542892456,
0.07484406977891922,
0.2617577910423279,
0.01509370282292366,
0.14638113975524902,
0.10266895592212677,
0.007521805353462696,
-0.06084971874952316,
0.14816156029701233,
-0.1705271005630... |
static int svq1_decode_delta_block(MpegEncContext *s, GetBitContext *bitbuf,
uint8_t *current, uint8_t *previous,
int pitch, svq1_pmv *motion, int x, int y)
{
uint32_t block_type;
int result = 0;
/* get block type */
block_ty... | 00 | [
-0.4586654305458069,
0.1263469159603119,
0.3252466917037964,
0.12715508043766022,
-0.7504303455352783,
-0.6444380879402161,
-0.061604730784893036,
0.21246282756328583,
0.6075505018234253,
0.4756777286529541,
-0.1766330897808075,
1.091029167175293,
-0.2567470073699951,
-0.14309316873550415,... |
static void x86_cpu_initfn(Object *obj)
{
CPUState *cs = CPU(obj);
X86CPU *cpu = X86_CPU(obj);
X86CPUClass *xcc = X86_CPU_GET_CLASS(obj);
CPUX86State *env = &cpu->env;
FeatureWord w;
cs->env_ptr = env;
cpu_exec_init(cs, &error_abort);
object_property_add(obj, "family", "int"... | 00 | [
-0.43249884247779846,
0.09891900420188904,
0.22739839553833008,
0.10102379322052002,
-0.6793620586395264,
-0.5100234746932983,
-0.04652395099401474,
0.1916860193014145,
0.3894954025745392,
0.42847582697868347,
-0.10650484263896942,
1.2138473987579346,
-0.16174939274787903,
-0.1921673715114... |
static inline int ff_mpeg4_pred_dc(MpegEncContext * s, int n, int level, int *dir_ptr, int encoding)
{
int a, b, c, wrap, pred, scale, ret;
int16_t *dc_val;
/* find prediction */
if (n < 4) {
scale = s->y_dc_scale;
} else {
scale = s->c_dc_scale;
}
if(IS_3IV1)
... | 00 | [
-0.3702733516693115,
0.09451736509799957,
0.33031973242759705,
0.29433465003967285,
-0.6246907114982605,
-0.5360074639320374,
-0.09808725863695145,
0.19281572103500366,
0.36945006251335144,
0.40347394347190857,
-0.10139097273349762,
1.2216932773590088,
-0.3058992624282837,
-0.0907489582896... |
static int read_mv_component(VP56RangeCoder *c, const uint8_t *p)
{
int bit, x = 0;
if (vp56_rac_get_prob_branchy(c, p[0])) {
int i;
for (i = 0; i < 3; i++)
x += vp56_rac_get_prob(c, p[9 + i]) << i;
for (i = 9; i > 3; i--)
x += vp56_rac_get_prob(c, p[9... | 11 | [
-0.3822622299194336,
0.0203410591930151,
0.2903444170951843,
0.16639092564582825,
-0.7073057889938354,
-0.4860152006149292,
-0.10976812988519669,
0.1442859023809433,
0.36510372161865234,
0.3620331585407257,
-0.024013318121433258,
1.0295333862304688,
-0.231196790933609,
0.11120570451021194,... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 43