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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dyuv2rgb_template.c47 h_size = (c->dstW + 7) & ~7; \
48 if (h_size * depth > FFABS(dstStride[0])) \
49 h_size -= 8; \
59 x86_reg index = -h_size / 2; \
206 int y, h_size, vshift; local
234 int y, h_size, vshift; local
324 int y, h_size, vshift; local
342 int y, h_size, vshift; local
386 int y, h_size, vshift; local
407 int y, h_size, vshif local
429 int y, h_size, vshift; local
450 int y, h_size, vshift; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dyuv2rgb_template.c42 h_size = (c->dstW + 7) & ~7; \
43 if (h_size * depth > FFABS(dstStride[0])) \
44 h_size -= 8; \
57 x86_reg index = -h_size / 2; \
191 int y, h_size; local
219 int y, h_size; local
309 int y, h_size; local
327 int y, h_size; local
371 int y, h_size; local
392 int y, h_size; local
414 int y, h_size; local
435 int y, h_size; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log_recover.c527 uint h_size = be32_to_cpu(head->h_size); local
529 xhdrs = h_size / XLOG_HEADER_CYCLE_SIZE;
530 if (h_size % XLOG_HEADER_CYCLE_SIZE)
945 int h_size = be32_to_cpu(rhead->h_size); local
949 (h_size > XLOG_HEADER_CYCLE_SIZE)) {
950 hblks = h_size / XLOG_HEADER_CYCLE_SIZE;
951 if (h_size % XLOG_HEADER_CYCLE_SIZE)
3461 int error = 0, h_size; local
[all...]
H A Dxfs_log_priv.h307 __be32 h_size; /* iclog size : 4 */ member in struct:xlog_rec_header
H A Dxfs_log.c1151 head->h_size = cpu_to_be32(log->l_iclog_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvideodev.h240 __u32 h_size; /* current unscaled horizontal size */ member in struct:video_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c497 (tv_dac->h_size * (int)(NTSC_TV_H_SIZE_UNIT) + (int)(NTSC_TV_ZERO_H_SIZE)));
500 (tv_dac->h_size * (int)(PAL_TV_H_SIZE_UNIT) + (int)(PAL_TV_ZERO_H_SIZE)));
505 DRM_DEBUG_KMS("compute_restart: h_size = %d h_inc = %d\n", tv_dac->h_size, h_inc);
H A Dradeon_mode.h316 int h_size; member in struct:radeon_encoder_tv_dac
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dyuv2rgb.c132 unsigned int h_size = c->dstW>>3;\
137 while (h_size--) {\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dyuv2rgb.c137 unsigned int h_size = c->dstW >> 3; \
142 while (h_size--) { \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/sn9c102/
H A Dsn9c102_core.c1608 h_size = (u8)(rect->width / 16), local
1614 err += sn9c102_write_reg(cam, h_size, 0x15);
1619 PDBGG("h_start, v_start, h_size, v_size, ho_size, vo_size "
1620 "%u %u %u %u", h_start, v_start, h_size, v_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dstradis.c458 saa->vidinfo.h_size = 704;

Completed in 227 milliseconds