Searched refs:hev (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_iseries.c95 struct HvLpEvent *hev = &viochar->event; local
99 hev->flags = HV_LP_EVENT_VALID | HV_LP_EVENT_DEFERRED_ACK |
101 hev->xType = HvLpEvent_Type_VirtualIo;
102 hev->xSubtype = viomajorsubtype_chario | viochardata;
103 hev->xSourceLp = HvLpConfig_getLpIndex();
104 hev->xTargetLp = lp;
105 hev->xSizeMinus1 = sizeof(struct viocharlpevent);
106 hev->xSourceInstanceId = viopath_sourceinst(lp);
107 hev->xTargetInstanceId = viopath_targetinst(lp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dviodasd.c264 struct HvLpEvent *hev; local
316 hev = &bevent->event;
317 hev->flags = HV_LP_EVENT_VALID | HV_LP_EVENT_DO_ACK |
319 hev->xType = HvLpEvent_Type_VirtualIo;
320 hev->xSubtype = viocmd;
321 hev->xSourceLp = HvLpConfig_getLpIndex();
322 hev->xTargetLp = viopath_hostLp;
323 hev->xSizeMinus1 =
326 hev->xSourceInstanceId = viopath_sourceinst(viopath_hostLp);
327 hev
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dmf.c240 struct HvLpEvent *hev; local
257 hev = &ev->event.hp_lp_event;
258 hev->flags = HV_LP_EVENT_VALID | HV_LP_EVENT_DO_ACK | HV_LP_EVENT_INT;
259 hev->xType = HvLpEvent_Type_MachineFac;
260 hev->xSourceLp = HvLpConfig_getLpIndex();
261 hev->xTargetLp = primary_lp;
262 hev->xSizeMinus1 = sizeof(ev->event) - 1;
263 hev->xRc = HvLpEvent_Rc_Good;
264 hev->xSourceInstanceId = HvCallEvent_getSourceLpInstanceId(primary_lp,
266 hev
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp9lpf.asm453 ; calc flat8in (if not 44_16) and hev masks
472 pcmpgtb m0, m4, m7 ; abs(p1 - p0) > H (1/2 hev condition)
477 pcmpgtb m5, m4, m7 ; abs(q1 - q0) > H (2/2 hev condition)
478 por m0, m5 ; hev final value
495 pcmpgtb m0, m4, m7 ; abs(p1 - p0) > H (1/2 hev condition)
498 pcmpgtb m5, m4, m7 ; abs(q1 - q0) > H (2/2 hev condition)
499 por m0, m5 ; hev final value
503 ; (m0: hev, m2: flat8in, m3: fm, m6: pb_81, m9..15: p2 p1 p0 q0 q1 q2 q3)
533 ; else if (hev) filter_2()
539 ; f2: fm & ~f14 & ~f6 & hev
[all...]
H A Dvp8dsp_loopfilter.asm439 %ifidn %1, v ; [3]=hev() result
931 %if mmsize == 16 ; [3]=hev() result
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dvp8dsp_neon.S295 @ calculate hev and normal_limit:
329 @ q9: hev
347 vand q12, q12, q9 @ if(hev) w += clamp(PS1-QS1)
363 @ q9 -> hev
377 vqadd.s8 q11, q10, q14 @ c1 = clamp((w&hev)+4)
378 vqadd.s8 q12, q10, q15 @ c2 = clamp((w&hev)+3)
389 @ c3 = ((c1&~hev) + 1) >> 1;
392 vqadd.s8 q11, q10, q14 @ c1 = clamp((w&hev)+4)
393 vqadd.s8 q12, q10, q15 @ c2 = clamp((w&hev)+3)
398 vbic q11, q11, q9 @ c1 & ~hev
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvp8dsp_neon.S283 @ calculate hev and normal_limit:
317 @ q9: hev
335 vand q12, q12, q9 @ if(hev) w += clamp(PS1-QS1)
351 @ q9 -> hev
365 vqadd.s8 q11, q10, q14 @ c1 = clamp((w&hev)+4)
366 vqadd.s8 q12, q10, q15 @ c2 = clamp((w&hev)+3)
377 @ c3 = ((c1&~hev) + 1) >> 1;
380 vqadd.s8 q11, q10, q14 @ c1 = clamp((w&hev)+4)
381 vqadd.s8 q12, q10, q15 @ c2 = clamp((w&hev)+3)
386 vbic q11, q11, q9 @ c1 & ~hev
[all...]
H A Dvp8dsp_armv6.S612 and r7, r7, r6 @ vp8_filter &= hev
623 and r7, r7, r6 @ Filter2 &= hev
651 sel r6, r12, r11 @ hev mask
676 bic r7, r7, r6 @ vp8_filter &= ~hev
718 bic r12, r12, r6 @ vp8_filter &= ~hev
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8dsp.c208 static av_always_inline int hev(uint8_t *p, int stride, int thresh) function
244 if (hev(dst+i*stridea, strideb, hev_thresh))\
258 int hv = hev(dst+i*stridea, strideb, hev_thresh);\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8dsp.c341 static av_always_inline int hev(uint8_t *p, ptrdiff_t stride, int thresh) function
380 if (hev(dst + i * stridea, strideb, hev_thresh)) \
398 int hv = hev(dst + i * stridea, strideb, hev_thresh); \
H A Dvp9dsp.c1559 int hev = FFABS(p1 - p0) > H || FFABS(q1 - q0) > H; local
1561 if (hev) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dvp8dsp.asm1682 ; [3]=hev() result
2213 ; [3]=hev() result

Completed in 213 milliseconds