Searched refs:scaling (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcngdec.c111 float scaling; local
136 scaling = sqrt(e * p->energy / 1081109975);
139 p->excitation[i] = scaling * r;
H A Dwmalosslessdec.c146 int scaling; member in struct:WmallDecodeCtx::__anon3287
476 s->cdlms[c][i].scaling = get_bits(&s->gb, 4);
486 cbits = av_log2(s->cdlms[c][i].scaling + 1);
487 if ((1 << cbits) < s->cdlms[c][i].scaling + 1)
492 shift_r = 32 - s->cdlms[c][i].scaling - 2;
787 pred = 1 << (s->cdlms[ch][ilms].scaling - 1);
796 input = residue + (pred >> s->cdlms[ch][ilms].scaling);
821 int scaling = s->acfilter_scaling; local
834 pred >>= scaling; local
841 pred >>= scaling; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Drichtextprintout.tex28 Calculates scaling and text, header and footer rectangles.
H A Dtfont.tex41 current mapping mode. However, user scaling on a device context will also
H A Dprint.tex788 advice on achieving the correct scaling for the page.
988 Dividing the printer PPI by the screen PPI can give a suitable scaling factor
989 for drawing text onto the printer. Remember to multiply this by a scaling factor
992 scaling calculations for you.
1005 Dividing the printer PPI by the screen PPI can give a suitable scaling factor
1006 for drawing text onto the printer. If you are doing your own scaling, remember
1007 to multiply this by a scaling factor to take the preview DC size into account.
1115 want to do your own scaling prior to calling wxDC drawing calls, for example, if
1120 paper rectangle, page rectangle, or page margins rectangle to perform your own scaling.
H A Dtprint.tex78 The scaling of the drawn image typically differs from the screen to the preview
83 screen and printer PPI and scaling. See the printing sample for examples of how
H A Dimage.tex954 Changes the size of the image in-place by scaling it: after a call to this function,
970 Changes the size of the image in-place without scaling it by adding either a border
1101 scaling bitmaps in general as the only other way to scale bitmaps
1108 \twocolitem{{\bf wxIMAGE\_QUALITY\_NORMAL}}{Uses the normal default scaling method of pixel replication}
1119 It should also be noted that the high quality scaling may not work as expected
1120 when using a single mask colour for transparency, as the scaling will blur the
1152 Returns a resized version of this image without scaling it by adding either a border
H A Dtlw.tex251 window title bar) instead of scaling, with possibly bad looking results, the
H A Ddc.tex1040 Sets the device origin (i.e., the origin in pixels after scaling has been
1182 Sets the user scaling factor, useful for applications which require
H A Dfunction.tex2628 Gets the scaling factor for PostScript output. The default is 1.0, 1.0.
2685 Sets the scaling factor for PostScript output. The default is 1.0, 1.0.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dscale.asm2 ;* x86-optimized horizontal line scaling functions
34 ; horizontal line scaling
108 %if %3 == 4 ; filterSize == 4 scaling
163 %else ; %3 == 8, i.e. filterSize == 8 scaling
239 %else ; %3 == X, i.e. any filterSize scaling
H A Doutput.asm2 ;* x86-optimized vertical line scaling functions
43 ; vertical line scaling
374 ; actual pixel scaling
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dscale.asm2 ;* x86-optimized horizontal line scaling functions
35 ; horizontal line scaling
105 %if %3 == 4 ; filterSize == 4 scaling
160 %else ; %3 == 8, i.e. filterSize == 8 scaling
236 %else ; %3 == X, i.e. any filterSize scaling
H A Doutput.asm2 ;* x86-optimized vertical line scaling functions
44 ; vertical line scaling
371 ; actual pixel scaling
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Ddecbin.S56 | A5. Form the final binary number by scaling the mantissa by
479 | ( ) fp1: scaling factor - 10**(abs(exp))
H A Dsrem_mod.S384 | ;result of the scaling
H A Dbindec.S63 | RZ mode is forced for the scaling operation to insure
439 | RZ mode is forced for the scaling operation to insure
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_internal.h602 unsigned char scaling; member in struct:wvlan_lt_rsp
H A Dwl_main.c3010 DBG_TRACE( DbgInfo, "Scaling : 0x%02x.\n", lt_rsp->ltRsp.ltRsp.scaling );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/svg/
H A Ddcsvg.tex593 Sets the device origin (i.e., the origin in pixels after scaling has been
723 Sets the user scaling factor, useful for applications which require
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfpsp.S10068 # ;result of the scaling
11619 # normalized then we really don't need to go through this scaling. but for now,
12079 # skip the scaling and unscaling...
12852 # skip the scaling and unscaling...
13475 # skip the scaling and unscaling...
14628 # Do addition after scaling exponents such that exception won't #
15081 # Do subtraction after scaling exponents such that exception won't#
16009 bra.b stzs_norm # finish scaling
16135 bra.b stzd_norm # finish scaling
23040 # A5. Form the final binary number by scaling th
[all...]

Completed in 255 milliseconds