Searched refs:hpt (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Dhighpoint.c49 struct hpt37x_meta *hpt; local
58 hpt = (struct hpt37x_meta *) buf;
59 magic = le32_to_cpu(hpt->magic);
72 struct hpt45x_meta *hpt; local
87 hpt = (struct hpt45x_meta *) buf;
88 magic = le32_to_cpu(hpt->magic);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotionpixels.c48 YuvPixel *vpt, *hpt; member in struct:MotionPixelsContext
114 mp->hpt = av_mallocz(avctx->height * avctx->width / 16 * sizeof(YuvPixel));
233 mp->hpt[((y / 4) * mp->avctx->width + i) / 4] = mp_get_yuv_from_rgb(mp, i, y);
246 mp->hpt[((y / 4) * mp->avctx->width + x) / 4] = p;
248 p.v = mp->hpt[((y / 4) * mp->avctx->width + x) / 4].v;
249 p.u = mp->hpt[((y / 4) * mp->avctx->width + x) / 4].u;
344 av_freep(&mp->hpt);

Completed in 91 milliseconds