Searched refs:step (Results 1 - 25 of 472) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmss34dsp.c64 #define DCT_TEMPLATE(blk, step, SOP, shift) \
65 const int t0 = -39409 * blk[7 * step] - 58980 * blk[1 * step]; \
66 const int t1 = 39410 * blk[1 * step] - 58980 * blk[7 * step]; \
67 const int t2 = -33410 * blk[5 * step] - 167963 * blk[3 * step]; \
68 const int t3 = 33410 * blk[3 * step] - 167963 * blk[5 * step]; \
69 const int t4 = blk[3 * step]
[all...]
H A Dadpcm.h36 int step; member in struct:ADPCMChannelStatus
H A Drv40dsp.c316 const int step = C ? stride : 1;\
318 OP(dst[0], (A*src[0] + E*src[step+0] + bias));\
319 OP(dst[1], (A*src[1] + E*src[step+1] + bias));\
320 OP(dst[2], (A*src[2] + E*src[step+2] + bias));\
321 OP(dst[3], (A*src[3] + E*src[step+3] + bias));\
353 const int step = C ? stride : 1;\
355 OP(dst[0], (A*src[0] + E*src[step+0] + bias));\
356 OP(dst[1], (A*src[1] + E*src[step+1] + bias));\
357 OP(dst[2], (A*src[2] + E*src[step+2] + bias));\
358 OP(dst[3], (A*src[3] + E*src[step
424 rv40_weak_loop_filter(uint8_t *src, const int step, const ptrdiff_t stride, const int filter_p1, const int filter_q1, const int alpha, const int beta, const int lim_p0q0, const int lim_q1, const int lim_p1) argument
492 rv40_strong_loop_filter(uint8_t *src, const int step, const ptrdiff_t stride, const int alpha, const int lims, const int dmode, const int chroma) argument
564 rv40_loop_filter_strength(uint8_t *src, int step, ptrdiff_t stride, int beta, int beta2, int edge, int *p1, int *q1) argument
[all...]
H A Dh264chroma_template.c47 const int step= C ? stride : 1;\
49 OP(dst[0], (A*src[0] + E*src[step+0]));\
82 const int step= C ? stride : 1;\
84 OP(dst[0], (A*src[0] + E*src[step+0]));\
85 OP(dst[1], (A*src[1] + E*src[step+1]));\
122 const int step= C ? stride : 1;\
124 OP(dst[0], (A*src[0] + E*src[step+0]));\
125 OP(dst[1], (A*src[1] + E*src[step+1]));\
126 OP(dst[2], (A*src[2] + E*src[step+2]));\
127 OP(dst[3], (A*src[3] + E*src[step
[all...]
H A Dfic.c82 static av_always_inline void fic_idct(int16_t *blk, int step, int shift, int rnd) argument
84 const int t0 = 27246 * blk[3 * step] + 18405 * blk[5 * step];
85 const int t1 = 27246 * blk[5 * step] - 18405 * blk[3 * step];
86 const int t2 = 6393 * blk[7 * step] + 32139 * blk[1 * step];
87 const int t3 = 6393 * blk[1 * step] - 32139 * blk[7 * step];
92 const int t8 = 17734 * blk[2 * step]
[all...]
H A Dutvideodec.c81 uint8_t *dst, int step, int stride,
107 for (i = 0; i < width * step; i += step) {
153 for (i = 0; i < width * step; i += step) {
185 static void restore_rgb_planes(uint8_t *src, int step, int stride, int width, argument
192 for (i = 0; i < width * step; i += step) {
203 static void restore_median(uint8_t *src, int step, int stride, argument
222 for (i = step;
80 decode_plane(UtvideoContext *c, int plane_no, uint8_t *dst, int step, int stride, int width, int height, const uint8_t *src, int use_pred) argument
257 restore_median_il(uint8_t *src, int step, int stride, int width, int height, int slices, int rmode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/tests/
H A Dalign.c62 unsigned long align_test(lzo_bytep block, lzo_uint len, lzo_uint step) argument
73 assert(step > 0);
74 assert(step <= 65536L);
75 assert((step & (step - 1)) == 0);
77 for (offset = step; offset < len; offset += step)
79 k1 = LZO_PTR_ALIGN_UP(b1+1,step);
83 printf("error 1: i %lu step %ld offset %ld: "
85 i, (long) step, (lon
158 lzo_uint step; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadpcm.h34 int step; member in struct:ADPCMChannelStatus
H A Drv40dsp.c221 const int step = C ? stride : 1;\
223 OP(dst[0], (A*src[0] + E*src[step+0] + bias));\
224 OP(dst[1], (A*src[1] + E*src[step+1] + bias));\
225 OP(dst[2], (A*src[2] + E*src[step+2] + bias));\
226 OP(dst[3], (A*src[3] + E*src[step+3] + bias));\
258 const int step = C ? stride : 1;\
260 OP(dst[0], (A*src[0] + E*src[step+0] + bias));\
261 OP(dst[1], (A*src[1] + E*src[step+1] + bias));\
262 OP(dst[2], (A*src[2] + E*src[step+2] + bias));\
263 OP(dst[3], (A*src[3] + E*src[step
317 rv40_weak_loop_filter(uint8_t *src, const int step, const int stride, const int filter_p1, const int filter_q1, const int alpha, const int beta, const int lim_p0q0, const int lim_q1, const int lim_p1) argument
385 rv40_strong_loop_filter(uint8_t *src, const int step, const int stride, const int alpha, const int lims, const int dmode, const int chroma) argument
457 rv40_loop_filter_strength(uint8_t *src, int step, int stride, int beta, int beta2, int edge, int *p1, int *q1) argument
[all...]
H A Dutvideo.c113 uint8_t *dst, int step, int stride,
139 for (i = 0; i < width * step; i += step) {
172 for (i = 0; i < width * step; i += step)
187 for (i = 0; i < width * step; i += step) {
220 static void restore_rgb_planes(uint8_t *src, int step, int stride, int width, int height) argument
226 for (i = 0; i < width * step; i += step) {
112 decode_plane(UtvideoContext *c, int plane_no, uint8_t *dst, int step, int stride, int width, int height, const uint8_t *src, int src_size, int use_pred) argument
237 restore_median(uint8_t *src, int step, int stride, int width, int height, int slices, int rmode) argument
290 restore_median_il(uint8_t *src, int step, int stride, int width, int height, int slices, int rmode) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtlv.h41 #define TLV_DB_SCALE_ITEM(min, step, mute) \
43 (min), ((step) & 0xffff) | ((mute) ? 0x10000 : 0)
44 #define DECLARE_TLV_DB_SCALE(name, min, step, mute) \
45 unsigned int name[] = { TLV_DB_SCALE_ITEM(min, step, mute) }
47 /* dB scale specified with min/max values instead of step */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dqsort.h101 unsigned i, j, step;\
102 for(step=1; step<(num); step+=step){\
103 for(i=0; i<(num); i+=2*step){\
104 unsigned a[2] = {i, i+step};\
105 unsigned end = FFMIN(i+2*step, (num));\
106 for(j=i; a[0]<i+step && a[1]<end; j++){\
110 if(a[0]>=i+step)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dtlb-sh5.c24 cpu_data->dtlb.step = 0x10;
26 cpu_data->dtlb.first = DTLB_FIXED | cpu_data->dtlb.step;
31 cpu_data->dtlb.step);
35 cpu_data->itlb.step = 0x10;
37 cpu_data->itlb.first = ITLB_FIXED | cpu_data->itlb.step;
41 cpu_data->itlb.step);
61 cpu_data->dtlb.first += cpu_data->dtlb.step;
62 cpu_data->dtlb.next += cpu_data->dtlb.step;
99 if (entry < (cpu_data->dtlb.first - cpu_data->dtlb.step))
103 cpu_data->dtlb.first -= cpu_data->dtlb.step;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess.c438 static av_always_inline void do_a_deblock_C(uint8_t *src, int step, argument
446 src+= step*4; // src points to begin of the 8x8 Block
450 if(((unsigned)(src[-1*step] - src[0*step] + dcOffset)) < dcThreshold) numEq++;
451 if(((unsigned)(src[ 0*step] - src[1*step] + dcOffset)) < dcThreshold) numEq++;
452 if(((unsigned)(src[ 1*step] - src[2*step] + dcOffset)) < dcThreshold) numEq++;
453 if(((unsigned)(src[ 2*step] - src[3*step]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/mb862xx/
H A Dmb862xxfb_accel.c75 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy, argument
101 (GDC_CMD_BITMAP << 16) | (2 + (step * height));
106 memcpy(&cmd[9 + i * step], line, step << 2);
110 for (k = 0; k < step; k++)
111 cmd[9 + i * step + k] =
112 cpu_to_be32(cmd[9 + i * step + k]);
124 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy, argument
134 (GDC_CMD_BLT_DRAW << 16) | (2 + (height * step));
144 for (j = 0; j < step;
163 mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy, u16 width, u16 height, u32 fgcolor, u32 bgcolor, const struct fb_image *image, struct fb_info *info) argument
197 u16 step; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_urlglob.h46 int step; member in struct:__anon1029::__anon1030::__anon1032
53 unsigned long step; member in struct:__anon1029::__anon1030::__anon1033
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess.c436 static av_always_inline void do_a_deblock_C(uint8_t *src, int step, int stride, PPContext *c){ argument
442 src+= step*4; // src points to begin of the 8x8 Block
446 if(((unsigned)(src[-1*step] - src[0*step] + dcOffset)) < dcThreshold) numEq++;
447 if(((unsigned)(src[ 0*step] - src[1*step] + dcOffset)) < dcThreshold) numEq++;
448 if(((unsigned)(src[ 1*step] - src[2*step] + dcOffset)) < dcThreshold) numEq++;
449 if(((unsigned)(src[ 2*step] - src[3*step]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dcascade.c37 float process_one(codebook *b,float *a,int dim,int step,int addmul, argument
44 temp=a[j*step];
45 a[j*step]-=base;
50 vorbis_book_besterror(b,a,step,addmul);
H A Dresidue_entropy30 my$step=$#nums/$groupn;
31 for(my$i=0;$i<$step;$i++){
33 for(my$j=$i;$j<$#nums;$j+=$step){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dpattern.c89 int flags; /* properties of that step */
111 int *states; /* the array of step indexes */
138 int step; member in struct:_xmlStepState
338 * Add a step to an XSLT Compiled Match
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
476 states->states[states->nbstates].step = step;
479 fprintf(stderr, "Push: %d, %s\n", step, node->name);
496 xmlStepOpPtr step; local
503 step
1574 xmlStepOp step; local
1856 xmlStreamStep step; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dpattern.c89 int flags; /* properties of that step */
111 int *states; /* the array of step indexes */
138 int step; member in struct:_xmlStepState
338 * Add a step to an XSLT Compiled Match
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
476 states->states[states->nbstates].step = step;
479 fprintf(stderr, "Push: %d, %s\n", step, node->name);
496 xmlStepOpPtr step; local
503 step
1576 xmlStepOp step; local
1858 xmlStreamStep step; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dpattern.c89 int flags; /* properties of that step */
111 int *states; /* the array of step indexes */
138 int step; member in struct:_xmlStepState
338 * Add a step to an XSLT Compiled Match
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
476 states->states[states->nbstates].step = step;
479 fprintf(stderr, "Push: %d, %s\n", step, node->name);
496 xmlStepOpPtr step; local
503 step
1576 xmlStepOp step; local
1858 xmlStreamStep step; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dpattern.c89 int flags; /* properties of that step */
111 int *states; /* the array of step indexes */
138 int step; member in struct:_xmlStepState
338 * Add a step to an XSLT Compiled Match
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
476 states->states[states->nbstates].step = step;
479 fprintf(stderr, "Push: %d, %s\n", step, node->name);
496 xmlStepOpPtr step; local
503 step
1574 xmlStepOp step; local
1856 xmlStreamStep step; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dtlb_64.h31 tlb += cpu_data->dtlb.step)
41 tlb += cpu_data->itlb.step)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dreadprofile.c20 * - skip step size (index 0)
52 unsigned int step; local
130 step = buf[0];
132 printf("Sampling_step: %i\n", step);
178 while (indx < (next_add-add0)/step) {
184 printf("\t%"PRIx64"\t%u\n", (indx - 1)*step + add0, buf[indx]);
204 for (scan = (fn_add-add0)/step + 1;
205 scan < (next_add-add0)/step; scan++) {
208 addr = (scan - 1)*step + add0;

Completed in 384 milliseconds

1234567891011>>