Searched refs:depth (Results 76 - 100 of 846) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_hqdn3d.c44 #define LUT_BITS (depth==16 ? 8 : 4)
45 #define LOAD(x) (((depth == 8 ? src[x] : AV_RN16A(src + (x) * 2)) << (16 - depth))\
46 + (((1 << (16 - depth)) - 1) >> 1))
47 #define STORE(x,val) (depth == 8 ? dst[x] = (val) >> (16 - depth) : \
48 AV_WN16A(dst + (x) * 2, (val) >> (16 - depth)))
51 static uint32_t lowpass(int prev, int cur, int16_t *coef, int depth) argument
61 int16_t *temporal, int depth)
70 frame_ant[x] = tmp = lowpass(frame_ant[x], LOAD(x), temporal, depth);
58 denoise_temporal(uint8_t *src, uint8_t *dst, uint16_t *frame_ant, int w, int h, int sstride, int dstride, int16_t *temporal, int depth) argument
80 denoise_spatial(HQDN3DContext *s, uint8_t *src, uint8_t *dst, uint16_t *line_ant, uint16_t *frame_ant, int w, int h, int sstride, int dstride, int16_t *spatial, int16_t *temporal, int depth) argument
124 denoise_depth(HQDN3DContext *s, uint8_t *src, uint8_t *dst, uint16_t *line_ant, uint16_t **frame_ant_ptr, int w, int h, int sstride, int dstride, int16_t *spatial, int16_t *temporal, int depth) argument
161 precalc_coefs(double dist25, int depth) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-tag.c108 init_tag_map(struct request_queue *q, struct blk_queue_tag *tags, int depth) argument
114 if (q && depth > q->nr_requests * 2) {
115 depth = q->nr_requests * 2;
116 printk(KERN_ERR "%s: adjusted depth to %d\n",
117 __func__, depth);
120 tag_index = kzalloc(depth * sizeof(struct request *), GFP_ATOMIC);
124 nr_ulongs = ALIGN(depth, BITS_PER_LONG) / BITS_PER_LONG;
129 tags->real_max_depth = depth;
130 tags->max_depth = depth;
141 int depth)
140 __blk_queue_init_tags(struct request_queue *q, int depth) argument
163 blk_init_tags(int depth) argument
178 blk_queue_init_tags(struct request_queue *q, int depth, struct blk_queue_tag *tags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dfdt_ro.c103 int depth; local
107 for (depth = 0, offset = fdt_next_node(fdt, offset, &depth);
108 (offset >= 0) && (depth > 0);
109 offset = fdt_next_node(fdt, offset, &depth)) {
110 if (depth < 0)
112 else if ((depth == 1)
271 int offset, depth, namelen; local
279 for (offset = 0, depth = 0;
281 offset = fdt_next_node(fdt, offset, &depth)) {
324 int offset, depth; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dextents.c163 int depth; local
167 depth = path->p_depth;
170 ex = path[depth].p_ext;
176 if (path[depth].p_bh)
177 return path[depth].p_bh->b_blocknr;
336 ext4_ext_max_entries(struct inode *inode, int depth) argument
340 if (depth == ext_depth(inode)) {
341 if (depth == 0)
346 if (depth == 0)
373 int depth)
371 ext4_valid_extent_entries(struct inode *inode, struct ext4_extent_header *eh, int depth) argument
404 __ext4_ext_check(const char *function, unsigned int line, struct inode *inode, struct ext4_extent_header *eh, int depth) argument
481 int depth = ext_depth(inode); local
508 int depth = path->p_depth; local
660 short int depth, i, ppos = 0, alloc = 0; local
821 int depth = ext_depth(inode); local
1168 int depth, i, err = 0; local
1240 int depth, ee_len; local
1308 int depth; /* Note, NOT eh_depth; depth from top of tree */ local
1419 int depth; local
1452 int depth; local
1485 int depth = ext_depth(inode); local
1592 unsigned int depth, len; local
1639 unsigned int depth, len1; local
1689 int depth, len, err; local
1856 int depth, exists, err = 0; local
1988 int depth = ext_depth(inode); local
2104 int depth = ext_depth(inode); local
2142 int depth = ext_depth(inode); local
2203 int depth = ext_depth(inode), credits; local
2354 int depth = ext_depth(inode); local
2631 unsigned int allocated, ee_len, depth; local
2955 unsigned int allocated, ee_len, depth; local
3124 int depth; local
3318 int i, err = 0, depth, ret, cache_type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtxd.c48 unsigned int version, w, h, d3d_format, depth, stride, mipmap_count, flags; local
59 depth = AV_RL8 (cur+84);
70 if (depth == 8) {
73 } else if (depth == 16 || depth == 32)
76 av_log(avctx, AV_LOG_ERROR, "depth of %i is unsupported\n", depth);
97 if (depth == 8) {
108 } else if (depth == 16) {
122 } else if (depth
[all...]
H A Dpamenc.c33 int i, h, w, n, linesize, depth, maxval; local
55 depth = 1;
61 depth = 1;
67 depth = 3;
73 depth = 4;
82 w, h, depth, maxval, tuple_type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsgidec.c33 unsigned int depth; member in struct:SgiState
134 unsigned int len = s->height * s->depth * 4;
145 for (z = 0; z < s->depth; z++) {
148 linesize = s->width * s->depth * s->bytes_per_channel;
153 ret = expand_rle_row8(s, dest_row + z, linesize, s->depth);
155 ret = expand_rle_row16(s, (uint16_t *)dest_row + z, linesize, s->depth);
177 if (offset * s->depth > bytestream2_get_bytes_left(&s->g))
181 for (z = 0; z < s->depth; z++) {
190 for (z = 0; z < s->depth; z++)
195 for (z = 0; z < s->depth;
[all...]
H A Dvideodsp.h32 #define EMULATED_EDGE(depth) \
33 void ff_emulated_edge_mc_ ## depth(uint8_t *dst, const uint8_t *src, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dnotify_internal.c46 int depth; member in struct:notify_list
204 /* if possible, remove some depth arrays */
206 notify->array->depth[notify->array->num_depths-1].num_entries == 0) {
297 void *private_data, int depth)
304 if (depth >= notify->array->num_depths) {
305 d = talloc_realloc(notify->array, notify->array->depth,
306 struct notify_depth, depth+1);
308 for (i=notify->array->num_depths;i<=depth;i++) {
311 notify->array->depth = d;
312 notify->array->num_depths = depth
296 notify_add_array(struct notify_context *notify, struct notify_entry *e, void *private_data, int depth) argument
360 int depth; local
435 int i, depth; local
505 int i, depth, del_count=0; local
585 int depth; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dreg_perfcount.c1081 static BOOL _reg_perfcount_marshall_perf_data_block(prs_struct *ps, PERF_DATA_BLOCK block, int depth) argument
1084 prs_debug(ps, depth, "", "_reg_perfcount_marshall_perf_data_block");
1085 depth++;
1091 if(!prs_uint16("Signature", ps, depth, &block.Signature[i]))
1094 if(!prs_uint32("Little Endian", ps, depth, &block.LittleEndian))
1096 if(!prs_uint32("Version", ps, depth, &block.Version))
1098 if(!prs_uint32("Revision", ps, depth, &block.Revision))
1100 if(!prs_uint32("TotalByteLength", ps, depth, &block.TotalByteLength))
1102 if(!prs_uint32("HeaderLength", ps, depth, &block.HeaderLength))
1104 if(!prs_uint32("NumObjectTypes", ps, depth,
1135 _reg_perfcount_marshall_perf_counters(prs_struct *ps, PERF_OBJECT_TYPE object, int depth) argument
1179 _reg_perfcount_marshall_perf_counter_data(prs_struct *ps, PERF_COUNTER_BLOCK counter_data, int depth) argument
1202 _reg_perfcount_marshall_perf_instances(prs_struct *ps, PERF_OBJECT_TYPE object, int depth) argument
1243 _reg_perfcount_marshall_perf_objects(prs_struct *ps, PERF_DATA_BLOCK block, int depth) argument
1315 int depth = 0; local
[all...]
H A Dregfio.c197 static BOOL prs_regf_block( const char *desc, prs_struct *ps, int depth, REGF_FILE *file ) argument
199 prs_debug(ps, depth, desc, "prs_regf_block");
200 depth++;
202 if ( !prs_uint8s( True, "header", ps, depth, (uint8*)file->header, sizeof( file->header )) )
207 if ( !prs_uint32( "unknown1", ps, depth, &file->unknown1 ))
209 if ( !prs_uint32( "unknown1 (again)", ps, depth, &file->unknown1 ))
216 if ( !smb_io_time( "modtime", &file->mtime, ps, depth ) )
221 if ( !prs_uint32( "unknown2", ps, depth, &file->unknown2 ))
223 if ( !prs_uint32( "unknown3", ps, depth, &file->unknown3 ))
225 if ( !prs_uint32( "unknown4", ps, depth,
257 prs_hbin_block( const char *desc, prs_struct *ps, int depth, REGF_HBIN *hbin ) argument
292 prs_nk_rec( const char *desc, prs_struct *ps, int depth, REGF_NK_REC *nk ) argument
595 prs_hash_rec( const char *desc, prs_struct *ps, int depth, REGF_HASH_REC *hash ) argument
611 hbin_prs_lf_records( const char *desc, REGF_HBIN *hbin, int depth, REGF_NK_REC *nk ) argument
675 hbin_prs_sk_rec( const char *desc, REGF_HBIN *hbin, int depth, REGF_SK_REC *sk ) argument
730 hbin_prs_vk_rec( const char *desc, REGF_HBIN *hbin, int depth, REGF_VK_REC *vk, REGF_FILE *file ) argument
847 hbin_prs_vk_records( const char *desc, REGF_HBIN *hbin, int depth, REGF_NK_REC *nk, REGF_FILE *file ) argument
948 int depth = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/platforms/oaks32r/
H A Dsetup.c89 irq_desc[M32R_IRQ_INT3].depth = 1;
98 irq_desc[M32R_IRQ_MFT2].depth = 1;
107 irq_desc[M32R_IRQ_SIO0_R].depth = 1;
115 irq_desc[M32R_IRQ_SIO0_S].depth = 1;
123 irq_desc[M32R_IRQ_SIO1_R].depth = 1;
131 irq_desc[M32R_IRQ_SIO1_S].depth = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/librpc/gen_ndr/
H A Dndr_wkssvc.c90 ndr->depth++;
93 ndr->depth++;
97 ndr->depth--;
99 ndr->depth++;
103 ndr->depth--;
106 ndr->depth--;
219 ndr->depth++;
222 ndr->depth++;
226 ndr->depth--;
228 ndr->depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng-x.c141 static int depth; variable
449 depth = DisplayPlanes(display, screen);
458 if (/* depth != 8 && */ depth != 16 && depth != 24 && depth != 32) {
460 "screen depth %d not supported (only 16-, 24- or 32-bit TrueColor)\n",
461 depth);
465 XMatchVisualInfo(display, screen, depth,
466 (depth
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dkwset.c68 int depth; /* Depth of this node from the root. */ member in struct:trie
79 int mind; /* Minimum depth of an accepting node. */
80 int maxd; /* Maximum depth of any node. */
113 kwset->trie->depth = 0;
132 register int depth; local
153 depth = 1;
157 links[depth] = link;
159 dirs[depth++] = L, link = link->llink;
161 dirs[depth++] = R, link = link->rlink;
184 link->trie->depth
331 treedelta(register struct tree const *tree, register unsigned int depth, unsigned char delta[]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264dsp_init.c105 #define LF_FUNCS(type, depth) \
106 LF_FUNC(h, chroma, depth, mmxext) \
107 LF_IFUNC(h, chroma_intra, depth, mmxext) \
108 LF_FUNC(v, chroma, depth, mmxext) \
109 LF_IFUNC(v, chroma_intra, depth, mmxext) \
110 LF_FUNC(h, luma, depth, mmxext) \
111 LF_IFUNC(h, luma_intra, depth, mmxext) \
112 LF_FUNC(h, luma, depth, sse2) \
113 LF_IFUNC(h, luma_intra, depth, sse2) \
114 LF_FUNC(v, luma, depth, sse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264dsp_mmx.c251 #define LF_FUNCS(type, depth)\
252 LF_FUNC (h, chroma, depth, mmxext)\
253 LF_IFUNC(h, chroma_intra, depth, mmxext)\
254 LF_FUNC (v, chroma, depth, mmxext)\
255 LF_IFUNC(v, chroma_intra, depth, mmxext)\
256 LF_FUNC (h, luma, depth, mmxext)\
257 LF_IFUNC(h, luma_intra, depth, mmxext)\
258 LF_FUNC (h, luma, depth, sse2)\
259 LF_IFUNC(h, luma_intra, depth, sse2)\
260 LF_FUNC (v, luma, depth, sse
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-approx.c73 /* Nesting depth of parameters. This is used as an index in
75 int depth; member in struct:__anon2729
97 for (i = 0; i <= reach[id].depth; i++)
107 if (i + 1 <= reach[id].depth)
133 /* If depth is increased reset costs and counters to zero for the
137 if (value > reach->depth)
140 for (i = reach->depth + 1; i <= value; i++)
144 reach->depth = value;
363 /* Set the parameters, depth, and costs. */
365 reach_next[stateid].depth
393 int depth; local
491 int depth; local
667 int depth; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/examples/
H A Delements.c49 int depth = 0; local
50 XML_SetUserData(parser, &depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/examples/
H A Delements.c34 int depth = 0; local
35 XML_SetUserData(parser, &depth);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvidmode.h21 wxVideoMode(int width = 0, int height = 0, int depth = 0, int freq = 0)
26 bpp = depth;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/examples/
H A Delements.c49 int depth = 0; local
50 XML_SetUserData(parser, &depth);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/platforms/mappi/
H A Dsetup.c91 irq_desc[M32R_IRQ_INT0].depth = 1;
100 irq_desc[M32R_IRQ_MFT2].depth = 1;
109 irq_desc[M32R_IRQ_SIO0_R].depth = 1;
117 irq_desc[M32R_IRQ_SIO0_S].depth = 1;
125 irq_desc[M32R_IRQ_SIO1_R].depth = 1;
133 irq_desc[M32R_IRQ_SIO1_S].depth = 1;
143 irq_desc[M32R_IRQ_INT1].depth = 1;
151 irq_desc[M32R_IRQ_INT2].depth = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/video4linux/
H A Dv4lgrab.c40 #define READ_VIDEO_PIXEL(buf, format, depth, r, g, b) \
45 switch (depth) \
136 vpic.depth=8;
139 vpic.depth=6;
141 vpic.depth=4;
150 vpic.depth=24;
155 vpic.depth=16;
159 vpic.depth=15;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Drecur.c61 int depth; /* the depth */
99 const char *url, const char *referer, int depth,
106 qel->depth = depth;
115 DEBUGP (("Enqueuing %s at depth %d\n",
116 quotearg_n_style (0, escape_quoting_style, url), depth));
136 const char **url, const char **referer, int *depth,
151 *depth = qel->depth;
60 int depth; /* the depth */ member in struct:queue_element
97 url_enqueue(struct url_queue *queue, struct iri *i, const char *url, const char *referer, int depth, bool html_allowed, bool css_allowed) argument
134 url_dequeue(struct url_queue *queue, struct iri **i, const char **url, const char **referer, int *depth, bool *html_allowed, bool *css_allowed) argument
231 int depth; local
489 download_child_p(const struct urlpos *upos, struct url *parent, int depth, struct url *start_url_parsed, struct hash_table *blacklist, struct iri *iri) argument
686 descend_redirect_p(const char *redirected, struct url *orig_parsed, int depth, struct url *start_url_parsed, struct hash_table *blacklist, struct iri *iri) argument
[all...]

Completed in 323 milliseconds

1234567891011>>