Searched refs:cfs (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_signalstats.c42 int cfs; // pixel count per frame of chroma planes member in struct:__anon3422
122 s->cfs = s->chromaw * s->chromah;
348 clowp = lrint(s->cfs * 10 / 100.);
349 chighp = lrint(s->cfs * 90 / 100.);
390 if (medhue == -1 && acchue > s->cfs / 2)
413 SET_META("UAVG", "%g", 1.0 * totu / s->cfs);
419 SET_META("VAVG", "%g", 1.0 * totv / s->cfs);
425 SET_META("SATAVG", "%g", 1.0 * totsat / s->cfs);
430 SET_META("HUEAVG", "%g", 1.0 * tothue / s->cfs);
433 SET_META("UDIF", "%g", 1.0 * difu / s->cfs);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsched_fair.c217 return container_of(cfs_rq, struct rq, cfs);
227 return &task_rq(p)->cfs;
235 return &rq->cfs;
246 return &cpu_rq(this_cpu)->cfs;
250 for (cfs_rq = &rq->cfs; cfs_rq; cfs_rq = NULL)
1479 nr_running += cpu_rq(i)->cfs.nr_running;
1719 struct cfs_rq *cfs_rq = &rq->cfs;
1973 this_best_prio, &busiest->cfs);
3846 if (rq->cfs.load.weight)
3847 rr_interval = NS_TO_JIFFIES(sched_slice(&rq->cfs, s
[all...]
H A Dsched_debug.c191 rq0_min_vruntime = cpu_rq(0)->cfs.min_vruntime;
H A Dsched.c484 struct cfs_rq cfs; member in struct:rq
3857 if (likely(rq->nr_running == rq->cfs.nr_running)) {
7817 se->cfs_rq = &rq->cfs;
7928 init_cfs_rq(&rq->cfs, rq);
7951 * directly in rq->cfs (i.e init_task_group->se[] = NULL).
7953 init_tg_cfs_entry(&init_task_group, &rq->cfs, NULL, i, 1, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drmdec.c755 int cfs = ast->coded_framesize; local
768 avio_read(pb, ast->pkt.data+x*2*w+y*cfs, cfs);
H A Dmatroskadec.c1802 int cfs = track->audio.coded_framesize; local
1812 if (size < cfs * h / 2) {
1818 memcpy(track->audio.buf+x*2*w+y*cfs,
1819 data+x*cfs, cfs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drmdec.c821 int cfs = ast->coded_framesize; local
834 readfull(s, pb, ast->pkt.data+x*2*w+y*cfs, cfs);
H A Dmatroskadec.c2341 int cfs = track->audio.coded_framesize; local
2351 if (size < cfs * h / 2) {
2357 memcpy(track->audio.buf + x * 2 * w + y * cfs,
2358 data + x * cfs, cfs);

Completed in 96 milliseconds