Searched refs:simple (Results 176 - 200 of 390) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dmicrosoft.mak2 fate-msmpeg4v1: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/msmpeg4v1/mpg4.avi -an
H A Dfilter-video.mak5 fate-filter-yadif-mode0: CMD = framecrc -flags bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpeg2_field_encoding.ts -vframes 30 -vf yadif=0
8 fate-filter-yadif-mode1: CMD = framecrc -flags bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpeg2_field_encoding.ts -vframes 59 -vf yadif=1
11 fate-filter-yadif10: CMD = framecrc -flags bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpeg2_field_encoding.ts -flags bitexact -pix_fmt yuv420p10le -vframes 30 -vf yadif=0
14 fate-filter-yadif16: CMD = framecrc -flags bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpeg2_field_encoding.ts -flags bitexact -pix_fmt yuv420p16le -vframes 30 -vf yadif=0
19 fate-filter-mcdeint-fast: CMD = framecrc -flags bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpeg2_field_encoding.ts -vframes 30 -vf mcdeint=fast
22 fate-filter-mcdeint-medium: CMD = framecrc -flags bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpeg2_field_encoding.ts -vframes 30 -vf mcdeint=mode=medium
147 fate-filter-hqdn3d-sample: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/smjpeg/scenwin.mjpg -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/hqdn3d -an
H A Ddemux.mak89 fate-pva-demux: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/pva/PVA_test-partial.pva -t 0.6 -acodec copy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfileconf.tex16 files have a simple format reminiscent of Windows INI files with lines of the
H A Dhtmltags.tex4 is possible to display {\it simple} HTML documents with it. (For example it works fine with pages created
H A Dtipprov.tex9 simple text file, you will want to derive a new class from wxTipProvider and
H A Dtsamples.tex17 from them, but sometimes it is not simple to just choose the right sample to
19 make it easier to find the relevant one if a simple grep through all sources
86 demonstrating a simple dynamic layout.
101 The controls sample is the main test program for most simple controls used in
239 This very simple sample shows how to use C++ exceptions in wxWidgets programs,
298 class which serves as as-simple-as-possible interface for printing HTML
304 while {\it Helpview} is a simple tool that only pops up the help window and
351 a \helpref{wxBoxSizer}{wxboxsizer} in a simple dialog and the other one
395 This is a simple example which demonstrates how to rotate an image with
405 class including placing subwindows into it and drawing simple graphic
[all...]
H A Dmodule.tex3 The module system is a very simple mechanism to allow applications (and parts
H A Drecguard.tex14 wxRecursionGuard is a very simple class which can be used to prevent reentrancy
H A Dscpdarry.tex3 This is a simple scoped smart pointer array implementation that is similar to
H A Dtipwin.tex3 Shows simple text in a popup tip window on creation. This is used by
H A Dcategory.tex219 \twocolitem{\helpref{wxMirrorDC}{wxmirrordc}}{A proxy device context allowing for simple mirroring.}
247 \twocolitem{\helpref{wxRegion}{wxregion}}{Represents a simple or complex region on a window or device context}
337 \twocolitem{\helpref{wxHashMap}{wxhashmap}}{A simple hash map implementation}
338 \twocolitem{\helpref{wxHashSet}{wxhashset}}{A simple hash set implementation}
339 \twocolitem{\helpref{wxHashTable}{wxhashtable}}{A simple hash table implementation (deprecated, use wxHashMap)}
341 \twocolitem{\helpref{wxList}{wxlist}}{A simple linked list implementation}
438 wxWidgets provides simple interprocess communications facilities
606 wxWidgets provides a set of generic classes to edit and print simple rich text with character
675 \twocolitem{\helpref{wxSimpleHelpProvider}{wxsimplehelpprovider}}{Class for simple context-sensitive help provision}
H A Dwizard.tex20 simple steps and are mainly useful to the novice users, hence it is important
21 to keep them as simple as possible.
198 It is recommended to add the first page to the page area sizer. For simple wizards,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32entry.S71 .macro CFI_STARTPROC32 simple
72 CFI_STARTPROC \simple
116 CFI_STARTPROC32 simple
284 CFI_STARTPROC32 simple
408 CFI_STARTPROC32 simple
490 CFI_STARTPROC32 simple
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_filter.c843 int ret, i, init = !fg->graph, simple = !fg->graph_desc; local
844 const char *graph_desc = simple ? fg->outputs[0]->ost->avfilter :
851 if (simple) {
885 if (simple && (!inputs || inputs->next || !outputs || outputs->next)) {
891 for (cur = inputs; !simple && init && cur; cur = cur->next)
899 if (!init || simple) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mb.c506 int simple, int pixel_shift)
514 if (!simple && FRAME_MBAFF(h)) {
562 if (simple || !CONFIG_GRAY || !(h->flags & CODEC_FLAG_GRAY)) {
608 int simple,
728 int is_h264, int simple,
502 xchg_mb_border(H264Context *h, uint8_t *src_y, uint8_t *src_cb, uint8_t *src_cr, int linesize, int uvlinesize, int xchg, int chroma444, int simple, int pixel_shift) argument
606 hl_decode_mb_predict_luma(H264Context *h, int mb_type, int is_h264, int simple, int transform_bypass, int pixel_shift, int *block_offset, int linesize, uint8_t *dest_y, int p) argument
727 hl_decode_mb_idct_luma(H264Context *h, int mb_type, int is_h264, int simple, int transform_bypass, int pixel_shift, int *block_offset, int linesize, uint8_t *dest_y, int p) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Dvp8dsp_neon.S285 .macro vp8_loop_filter, inner=0, simple=0
286 .if \simple
353 .if !\inner && !\simple
376 .if \simple
458 .macro vp8_v_loop_filter16 name, inner=0, simple=0
461 sub r0, r0, r1, lsl #1+!\simple
464 .if !\simple
473 .if !\simple
480 vp8_loop_filter inner=\inner, simple=\simple
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dvp8dsp_neon.S273 .macro vp8_loop_filter, inner=0, simple=0
274 .if \simple
341 .if !\inner && !\simple
364 .if \simple
446 .macro vp8_v_loop_filter16 name, inner=0, simple=0
449 sub r0, r0, r1, lsl #1+!\simple
452 .if !\simple
461 .if !\simple
468 vp8_loop_filter inner=\inner, simple=\simple
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A DMakefile.in50 am_libmixer_la_OBJECTS = bag.lo mixer.lo simple.lo simple_none.lo \
216 libmixer_la_SOURCES = bag.c mixer.c simple.c simple_none.c simple_abst.c
264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simple.Plo@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/
H A Dlibconfuse.spec48 program using a simple API. LibConfuse aims to be easy to use and
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.c1549 int linesize, int uvlinesize, int simple)
1562 if(!simple && FRAME_MBAFF){
1569 if(simple || !CONFIG_GRAY || !(s->flags&CODEC_FLAG_GRAY)){
1612 if(simple || !CONFIG_GRAY || !(s->flags&CODEC_FLAG_GRAY)){
1647 int simple, int pixel_shift){
1655 if(!simple && FRAME_MBAFF){
1701 if(simple || !CONFIG_GRAY || !(s->flags&CODEC_FLAG_GRAY)){
1742 static av_always_inline void hl_decode_mb_predict_luma(H264Context *h, int mb_type, int is_h264, int simple, int transform_bypass, argument
1752 if(simple || !s->encoding){
1845 static av_always_inline void hl_decode_mb_idct_luma(H264Context *h, int mb_type, int is_h264, int simple, in argument
1547 backup_mb_border(H264Context *h, uint8_t *src_y, uint8_t *src_cb, uint8_t *src_cr, int linesize, int uvlinesize, int simple) argument
1643 xchg_mb_border(H264Context *h, uint8_t *src_y, uint8_t *src_cb, uint8_t *src_cr, int linesize, int uvlinesize, int xchg, int chroma444, int simple, int pixel_shift) argument
1895 hl_decode_mb_internal(H264Context *h, int simple, int pixel_shift) argument
2105 hl_decode_mb_444_internal(H264Context *h, int simple, int pixel_shift) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A DMakefile2 # modules/mixer/simple/Makefile. Generated from Makefile.in by configure.
38 subdir = modules/mixer/simple
226 abs_builddir = $(SRC_PATH)/alsa-lib-1.0.26/modules/mixer/simple
227 abs_srcdir = $(SRC_PATH)/alsa-lib-1.0.26/modules/mixer/simple
310 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/mixer/simple/Makefile'; \
312 $(AUTOMAKE) --foreign modules/mixer/simple/Makefile
H A Dpython.c2 * Mixer Interface - python binding simple abstact module
444 sm_selem_t *simple = snd_mixer_elem_get_private(elem); local
446 if (simple->id) {
447 snd_mixer_selem_id_free(simple->id);
448 simple->id = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-utils/
H A Davahi-resolve.c36 #include <avahi-common/simple-watch.h>
266 fprintf(stderr, _("Failed to create simple poll object.\n"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-resolve.c36 #include <avahi-common/simple-watch.h>
266 fprintf(stderr, _("Failed to create simple poll object.\n"));

Completed in 137 milliseconds

1234567891011>>