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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dyuv2rgb_template.c131 h_size= (c->dstW+7)&~7; \
132 if(h_size*depth > FFABS(dstStride[0])) h_size-=8; \
140 long index= -h_size/2; \
175 int y, h_size; local
230 int y, h_size; local
287 int y, h_size; local
442 int y, h_size; local
H A Dyuv2rgb.c122 unsigned int h_size = c->dstW>>3;\
123 while (h_size--) {\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_log_recover.c483 uint h_size = INT_GET(head->h_size, ARCH_CONVERT); local
485 xhdrs = h_size / XLOG_HEADER_CYCLE_SIZE;
486 if (h_size % XLOG_HEADER_CYCLE_SIZE)
894 int h_size = INT_GET(rhead->h_size, ARCH_CONVERT); local
898 (h_size > XLOG_HEADER_CYCLE_SIZE)) {
899 hblks = h_size / XLOG_HEADER_CYCLE_SIZE;
900 if (h_size % XLOG_HEADER_CYCLE_SIZE)
3493 int error = 0, h_size; local
[all...]
H A Dxfs_log_priv.h340 int h_size; /* iclog size : 4 */ member in struct:xlog_rec_header
H A Dxfs_log.c1209 INT_SET(head->h_size, ARCH_CONVERT, log->l_iclog_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvideodev.h206 __u32 h_size; /* current unscaled horizontal size */ member in struct:video_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/sn9c102/
H A Dsn9c102_core.c1591 h_size = (u8)(rect->width / 16), local
1597 err += sn9c102_write_reg(cam, h_size, 0x15);
1602 PDBGG("h_start, v_start, h_size, v_size, ho_size, vo_size "
1603 "%u %u %u %u", h_start, v_start, h_size, v_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstradis.c456 saa->vidinfo.h_size = 704;

Completed in 116 milliseconds