Searched refs:sub (Results 326 - 350 of 878) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddvdsubdec.c463 AVSubtitle *sub = data; local
466 is_menu = decode_dvd_subtitles(sub, buf, buf_size);
474 if (!is_menu && find_smallest_bounding_rectangle(sub) == 0)
479 sub->start_display_time,
480 sub->end_display_time);
481 ppm_save("/tmp/a.ppm", sub->rects[0]->pict.data[0],
482 sub->rects[0]->w, sub->rects[0]->h, sub->rects[0]->pict.data[1]);
H A Damrwbdec.c1086 int sub, i, ret; local
1144 for (sub = 0; sub < 4; sub++)
1145 ff_amrwb_lsp2lpc(ctx->isp[sub], ctx->lp_coef[sub], LP_ORDER);
1147 for (sub = 0; sub < 4; sub++) {
1148 const AMRWBSubFrame *cur_subframe = &cf->subframe[sub];
[all...]
H A Ddvbsubdec.c1302 int buf_size, AVSubtitle *sub)
1315 sub->rects = NULL;
1316 sub->start_display_time = 0;
1317 sub->end_display_time = ctx->time_out * 1000;
1318 sub->format = 0;
1325 sub->num_rects = ctx->display_list_size;
1327 if (sub->num_rects > 0){
1328 sub->rects = av_mallocz(sizeof(*sub->rects) * sub
1301 dvbsub_display_end_segment(AVCodecContext *avctx, const uint8_t *buf, int buf_size, AVSubtitle *sub) argument
1393 AVSubtitle *sub = data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_qpel_10bit.asm77 sub r1, r3
427 sub r0, r2
450 sub r4, r2
451 sub r0, r2
539 sub r0, r2
540 sub r4, r2
632 sub r1, r2
634 sub r1, r2
636 sub r1, r2
638 sub r
[all...]
H A Dac3dsp.asm53 sub offsetq, 256
57 sub offsetq, 256
61 sub expnq, mmsize
120 sub lend, mmsize
172 sub lend, mmsize*32/%2
224 sub lend, 8
248 sub lend, 8
297 sub lenq, 32
301 sub lenq, 16
H A Dh264_intrapred_10bit.asm58 sub r0, r2
97 sub r0, r2
137 sub r0, r2
197 sub r0, r2
221 sub r0, r2
251 sub r0, r2
280 sub r0, r2
314 sub r0, r1
360 sub r0, r1
437 sub r
[all...]
H A Dh264_intrapred.asm57 sub r0, r1
72 sub r0, r1
140 sub r0, r1
210 sub r0, r1
224 sub r2d, r3d
253 sub r0, r1
264 sub r2d, r4d
265 sub r3d, r4d
359 sub r5, e_reg
363 sub r
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dlossless_videodsp.asm34 %macro INT16_LOOP 2 ; %1 = a/u (aligned/unaligned), %2 = add/sub
42 sub wq, 2
48 sub tmpw, [src2q+wq]
105 INT16_LOOP a, sub
115 INT16_LOOP a, sub
117 INT16_LOOP u, sub
151 sub eax, wd
H A Dh264_intrapred_10bit.asm57 sub r0, r2
95 sub r0, r2
134 sub r0, r2
177 sub r0, r2
201 sub r0, r2
231 sub r0, r2
260 sub r0, r2
294 sub r0, r1
340 sub r0, r1
417 sub r
[all...]
H A Dh264_intrapred.asm57 sub r0, r1
73 sub r0, r1
135 sub r0, r1
196 sub r0, r1
210 sub r2d, r3d
237 sub r0, r1
248 sub r2d, r4d
249 sub r3d, r4d
339 sub r5, e_reg
343 sub r
[all...]
H A Dh264_chromamc.asm88 sub r3d, 4
213 sub rsp, 16 ; AA and DD
372 sub r3d, 2
385 sub r4d, r6d
389 sub r4d, r5d ; x*(8-y)<<16 | (8-x)*(8-y)
418 sub r3d, 1
487 sub r4, r6
490 sub r6d, r5d
534 sub r3d, 2
543 sub r
[all...]
H A Dhpeldsp.asm78 sub r3d, 4
122 sub r3d, 4
166 sub r3d, 4
213 sub r3d, 4
233 sub r0, r2
251 sub r3d, 4
271 sub r0, r2
291 sub r3d, 4
333 sub r3d, 4
365 sub r3
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dh264cmc_neon.S50 sub w6, w14, w7
51 sub w12, w13, w7
52 sub w4, w7, w13
53 sub w4, w4, w14
221 sub w6, w14, w7
222 sub w12, w13, w7
223 sub w4, w7, w13
224 sub w4, w4, w14
371 sub w6, w14, w7
372 sub w1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dmatch32.asm98 sub edx,MAX_DIST ; limit = strstart-MAX_DIST
101 sub edx,edx ; limit = NIL
142 sub cl,[esi-2] ; cl = 0 if first bytes equal
143 sub eax,edi ; eax = len
144 sub esi,window_off ; esi = match - (2 + offset(window))
145 sub esi,eax ; esi = cur_match (= match - len)
146 sub cl,1 ; set carry if cl == 0 (can't use DEC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dmatch32.asm116 sub edx,MAX_DIST ; limit = strstart-MAX_DIST
119 sub edx,edx ; limit = NIL
159 sub cl,[esi-2] ; cl = 0 if first bytes equal
160 sub eax,edi ; eax = len
161 sub esi,2+offset _window ; esi = match - (2 + offset(window))
162 sub esi,eax ; esi = cur_match (= match - len)
163 sub cl,1 ; set carry if cl == 0 (can't use DEC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dfloat_dsp.asm46 sub lenq, 64
106 sub lenq, 64
143 sub lenq, mmsize
182 sub lenq, 2*mmsize
238 sub len1q, mmsize
277 sub lenq, 2*mmsize
320 sub lenq, 2*mmsize
337 sub v1q, offsetq
338 sub v2q, offsetq
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A DU1memcpy.S154 sub %o0, %o1, %GLOBAL_SPARE
155 sub %g2, 0x40, %g2
156 sub %g0, %g2, %g2
157 sub %o2, %g2, %o2
200 sub %o2, %GLOBAL_SPARE, %g3
205 sub %g3, 0x8, %g3
206 sub %o2, %GLOBAL_SPARE, %o2
216 sub %GLOBAL_SPARE, 0x80, %GLOBAL_SPARE
226 sub %o3, %g2, %o3
462 sub
[all...]
H A Dudiv.S101 sub %g7, 1, %g7
129 sub %o3, %o5, %o3
139 sub %o3, %o5, %o3
144 sub %o2, 1, %o2
162 sub %o4, 1, %o4
343 sub %o2, 1, %o2
H A Durem.S99 sub %g7, 1, %g7
127 sub %o3, %o5, %o3
137 sub %o3, %o5, %o3
142 sub %o2, 1, %o2
160 sub %o4, 1, %o4
357 sub %o0, %o2, %o0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/seq/
H A Dseq_hw.c156 static int snd_seq_hw_get_port_subscription(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) argument
159 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_GET_SUBSCRIPTION, sub) < 0) {
166 static int snd_seq_hw_subscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) argument
169 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_SUBSCRIBE_PORT, sub) < 0) {
176 static int snd_seq_hw_unsubscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) argument
179 if (ioctl(hw->fd, SNDRV_SEQ_IOCTL_UNSUBSCRIBE_PORT, sub) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtmlcell.tex18 Container is kind of cell that may contain sub-cells. Its size depends
19 on number and sizes of its sub-cells (and also depends on width of window).
37 {\it sub-container} of the old one. (If you want to create a new container with
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxmlregexp.h207 xmlExpNodePtr sub);
211 xmlExpNodePtr sub);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxmlregexp.h207 xmlExpNodePtr sub);
211 xmlExpNodePtr sub);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexBasic.cxx233 !strcmp(token, "sub") ||
239 !strcmp(token, "end sub") ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/wlp/
H A Dsysfs.c488 unsigned sub; local
496 result = sscanf(buf, "%u", &sub);
497 if (sub <= max_sub)
498 wlp->dev_info->prim_dev_type.OUIsubdiv = sub;
528 unsigned sub; local
536 result = sscanf(buf, "%u", &sub);
537 if (sub <= max_sub)
538 wlp->dev_info->prim_dev_type.subID = sub;

Completed in 149 milliseconds

<<11121314151617181920>>