Searched refs:hmode (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dremote-fileio.c150 mode_t hmode = 0; local
155 hmode |= S_IFREG;
157 hmode |= S_IFDIR;
159 hmode |= S_IFCHR;
162 hmode |= S_IRUSR;
164 hmode |= S_IWUSR;
166 hmode |= S_IXUSR;
169 hmode |= S_IRGRP;
173 hmode |= S_IWGRP;
177 hmode |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dremote-fileio.c150 mode_t hmode = 0; local
155 hmode |= S_IFREG;
157 hmode |= S_IFDIR;
159 hmode |= S_IFCHR;
162 hmode |= S_IRUSR;
164 hmode |= S_IWUSR;
166 hmode |= S_IXUSR;
169 hmode |= S_IRGRP;
173 hmode |= S_IWGRP;
177 hmode |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dremote-fileio.c150 mode_t hmode = 0; local
155 hmode |= S_IFREG;
157 hmode |= S_IFDIR;
159 hmode |= S_IFCHR;
162 hmode |= S_IRUSR;
164 hmode |= S_IWUSR;
166 hmode |= S_IXUSR;
169 hmode |= S_IRGRP;
173 hmode |= S_IWGRP;
177 hmode |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/x86/
H A Dvc1dsp_mmx.c420 * @param hmode Horizontal filter (expressed in quarter pixels shift).
421 * @param hmode Vertical filter.
426 int hmode, int vmode, int rnd)\
441 if (hmode) { /* Horizontal filter to apply, output to tmp */\
443 int shift = (shift_value[hmode]+shift_value[vmode])>>1;\
450 vc1_put_shift_hor_16bits[hmode](dst, stride, tmp+1, 64-rnd);\
460 vc1_put_shift_8bits[hmode](dst, src, stride, rnd, 1);\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/x86/
H A Dvc1dsp_mmx.c420 * @param hmode Horizontal filter (expressed in quarter pixels shift).
421 * @param hmode Vertical filter.
426 int hmode, int vmode, int rnd)\
441 if (hmode) { /* Horizontal filter to apply, output to tmp */\
443 int shift = (shift_value[hmode]+shift_value[vmode])>>1;\
450 vc1_put_shift_hor_16bits[hmode](dst, stride, tmp+1, 64-rnd);\
460 vc1_put_shift_8bits[hmode](dst, src, stride, rnd, 1);\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/x86/
H A Dvc1dsp_mmx.c420 * @param hmode Horizontal filter (expressed in quarter pixels shift).
421 * @param hmode Vertical filter.
426 int hmode, int vmode, int rnd)\
441 if (hmode) { /* Horizontal filter to apply, output to tmp */\
443 int shift = (shift_value[hmode]+shift_value[vmode])>>1;\
450 vc1_put_shift_hor_16bits[hmode](dst, stride, tmp+1, 64-rnd);\
460 vc1_put_shift_8bits[hmode](dst, src, stride, rnd, 1);\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dvc1dsp.c521 static void OPNAME ## vc1_mspel_mc(uint8_t *dst, const uint8_t *src, int stride, int hmode, int vmode, int rnd)\
528 if (hmode) { /* Vertical filter to apply, output to tmp */\
530 int shift = (shift_value[hmode]+shift_value[vmode])>>1;\
547 OP(dst[i], (vc1_mspel_hor_filter_16bits(tptr + i, 1, hmode)+r)>>7);\
570 OP(dst[i], vc1_mspel_filter(src + i, 1, hmode, rnd));\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dvc1dsp.c521 static void OPNAME ## vc1_mspel_mc(uint8_t *dst, const uint8_t *src, int stride, int hmode, int vmode, int rnd)\
528 if (hmode) { /* Vertical filter to apply, output to tmp */\
530 int shift = (shift_value[hmode]+shift_value[vmode])>>1;\
547 OP(dst[i], (vc1_mspel_hor_filter_16bits(tptr + i, 1, hmode)+r)>>7);\
570 OP(dst[i], vc1_mspel_filter(src + i, 1, hmode, rnd));\
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dvc1dsp.c521 static void OPNAME ## vc1_mspel_mc(uint8_t *dst, const uint8_t *src, int stride, int hmode, int vmode, int rnd)\
528 if (hmode) { /* Vertical filter to apply, output to tmp */\
530 int shift = (shift_value[hmode]+shift_value[vmode])>>1;\
547 OP(dst[i], (vc1_mspel_hor_filter_16bits(tptr + i, 1, hmode)+r)>>7);\
570 OP(dst[i], vc1_mspel_filter(src + i, 1, hmode, rnd));\

Completed in 205 milliseconds