Searched refs:DEPTH (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264dsp_init.c29 #define IDCT_ADD_FUNC(NUM, DEPTH, OPT) \
30 void ff_h264_idct ## NUM ## _add_ ## DEPTH ## _ ## OPT(uint8_t *dst, \
48 #define IDCT_ADD_REP_FUNC(NUM, REP, DEPTH, OPT) \
49 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \
70 #define IDCT_ADD_REP_FUNC2(NUM, REP, DEPTH, OPT) \
71 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \
93 #define LF_FUNC(DIR, TYPE, DEPTH, OPT) \
94 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT(uint8_t *pix, \
99 #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \
100 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ##
[all...]
H A Dh264_intrapred_init.c27 #define PRED4x4(TYPE, DEPTH, OPT) \
28 void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
48 #define PRED8x8(TYPE, DEPTH, OPT) \
49 void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
59 #define PRED8x8L(TYPE, DEPTH, OPT)\
60 void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
89 #define PRED16x16(TYPE, DEPTH, OPT)\
90 void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, \
H A Dh264chroma_init.c56 #define CHROMA_MC(OP, NUM, DEPTH, OPT) \
57 void ff_ ## OP ## _h264_chroma_mc ## NUM ## _ ## DEPTH ## _ ## OPT \
H A Dh264_qpel.c410 #define LUMA_MC_OP(OP, NUM, DEPTH, TYPE, OPT) \
411 void ff_ ## OP ## _h264_qpel ## NUM ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT \
414 #define LUMA_MC_ALL(DEPTH, TYPE, OPT) \
415 LUMA_MC_OP(put, 4, DEPTH, TYPE, OPT) \
416 LUMA_MC_OP(avg, 4, DEPTH, TYPE, OPT) \
417 LUMA_MC_OP(put, 8, DEPTH, TYPE, OPT) \
418 LUMA_MC_OP(avg, 8, DEPTH, TYPE, OPT) \
419 LUMA_MC_OP(put, 16, DEPTH, TYPE, OPT) \
420 LUMA_MC_OP(avg, 16, DEPTH, TYPE, OPT)
422 #define LUMA_MC_816(DEPTH, TYP
[all...]
H A Dhevcdsp_init.c32 #define LFC_FUNC(DIR, DEPTH, OPT) \
33 void ff_hevc_ ## DIR ## _loop_filter_chroma_ ## DEPTH ## _ ## OPT(uint8_t *_pix, ptrdiff_t _stride, int *_tc, uint8_t *_no_p, uint8_t *_no_q);
35 #define LFL_FUNC(DIR, DEPTH, OPT) \
36 void ff_hevc_ ## DIR ## _loop_filter_luma_ ## DEPTH ## _ ## OPT(uint8_t *_pix, ptrdiff_t stride, int *_beta, int *_tc, \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264dsp_mmx.c30 #define IDCT_ADD_FUNC(NUM, DEPTH, OPT) \
31 void ff_h264_idct ## NUM ## _add_ ## DEPTH ## _ ## OPT (uint8_t *dst, int16_t *block, int stride);
49 #define IDCT_ADD_REP_FUNC(NUM, REP, DEPTH, OPT) \
50 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \
73 #define IDCT_ADD_REP_FUNC2(NUM, REP, DEPTH, OPT) \
74 void ff_h264_idct ## NUM ## _add ## REP ## _ ## DEPTH ## _ ## OPT \
244 #define LF_FUNC(DIR, TYPE, DEPTH, OPT) \
245 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *pix, int stride, \
247 #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \
248 void ff_deblock_ ## DIR ## _ ## TYPE ## _ ## DEPTH ##
[all...]
H A Dh264_intrapred_init.c24 #define PRED4x4(TYPE, DEPTH, OPT) \
25 void ff_pred4x4_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, const uint8_t *topright, int stride);
43 #define PRED8x8(TYPE, DEPTH, OPT) \
44 void ff_pred8x8_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int stride);
53 #define PRED8x8L(TYPE, DEPTH, OPT)\
54 void ff_pred8x8l_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int has_topleft, int has_topright, int stride);
80 #define PRED16x16(TYPE, DEPTH, OPT)\
81 void ff_pred16x16_ ## TYPE ## _ ## DEPTH ## _ ## OPT (uint8_t *src, int stride);
H A Dh264_qpel_mmx.c1207 #define LUMA_MC_OP(OP, NUM, DEPTH, TYPE, OPT) \
1208 void ff_ ## OP ## _h264_qpel ## NUM ## _ ## TYPE ## _ ## DEPTH ## _ ## OPT \
1211 #define LUMA_MC_ALL(DEPTH, TYPE, OPT) \
1212 LUMA_MC_OP(put, 4, DEPTH, TYPE, OPT) \
1213 LUMA_MC_OP(avg, 4, DEPTH, TYPE, OPT) \
1214 LUMA_MC_OP(put, 8, DEPTH, TYPE, OPT) \
1215 LUMA_MC_OP(avg, 8, DEPTH, TYPE, OPT) \
1216 LUMA_MC_OP(put, 16, DEPTH, TYPE, OPT) \
1217 LUMA_MC_OP(avg, 16, DEPTH, TYPE, OPT)
1219 #define LUMA_MC_816(DEPTH, TYP
[all...]
H A Ddsputil_mmx.c1927 #define CHROMA_MC(OP, NUM, DEPTH, OPT) \
1928 void ff_ ## OP ## _h264_chroma_mc ## NUM ## _ ## DEPTH ## _ ## OPT \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/minix/
H A Ditree_v1.c5 enum {DEPTH = 3, DIRECT = 7}; /* Only double indirect */ enumerator in enum:__anon16738
24 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH])
H A Ditree_v2.c4 enum {DIRECT = 7, DEPTH = 4}; /* Have triple indirect */ enumerator in enum:__anon16739
26 static int block_to_path(struct inode * inode, long block, int offsets[DEPTH])
H A Ditree_common.c32 Indirect chain[DEPTH],
109 Indirect chain[DEPTH],
149 int offsets[DEPTH];
150 Indirect chain[DEPTH];
218 int offsets[DEPTH],
219 Indirect chain[DEPTH],
297 int offsets[DEPTH];
298 Indirect chain[DEPTH];
337 while (first_whole < DEPTH-1) {
353 unsigned blocks, res, direct = DIRECT, i = DEPTH;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndcpcm.cpp424 void ResamplingShrink_##DEPTH##(const void *source, void *destination, wxUint32 len)
426 wxUint##DEPTH## *source_data, *dest_data;
429 source_data = (wxUint##DEPTH## *)source;
430 dest_data = (wxUint##DEPTH## *)destination;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/sysv/
H A Ditree.c13 enum {DIRECT = 10, DEPTH = 4}; /* Have triple indirect */ enumerator in enum:__anon16959
22 static int block_to_path(struct inode *inode, long block, int offsets[DEPTH])
205 int offsets[DEPTH];
206 Indirect chain[DEPTH];
366 int offsets[DEPTH];
367 Indirect chain[DEPTH];
412 while (n < DEPTH) {
432 unsigned blocks, res, direct = DIRECT, i = DEPTH;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_signalstats.c255 #define DEPTH 256 macro
268 unsigned int histy[DEPTH] = {0},
269 histu[DEPTH] = {0},
270 histv[DEPTH] = {0},
272 histsat[DEPTH] = {0}; // limited to 8 bit data.
352 for (fil = 0; fil < DEPTH; fil++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c358 #define DEPTH ctxt->vstate->depth macro
362 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
363 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
365 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
366 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
4731 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4816 DEPTH++;
4828 DEPTH++;
4838 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4841 DEPTH
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c363 #define DEPTH ctxt->vstate->depth macro
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
4857 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4942 DEPTH++;
4954 DEPTH++;
4964 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4967 DEPTH
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dvalid.c363 #define DEPTH ctxt->vstate->depth macro
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
4857 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4942 DEPTH++;
4954 DEPTH++;
4964 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4967 DEPTH
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.c358 #define DEPTH ctxt->vstate->depth macro
362 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
363 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
365 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
366 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
4731 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4816 DEPTH++;
4828 DEPTH++;
4838 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4841 DEPTH
[all...]

Completed in 376 milliseconds