Searched refs:basis (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dmpegvideoenc_qns_template.c35 static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) argument
72 : "r"(basis), "r"(rem), "r"(weight), "g"(scale)
77 static void DEF(add_8x8basis)(int16_t rem[64], int16_t basis[64], int scale) argument
102 : "r"(basis), "r"(rem), "g"(scale)
106 rem[i] += (basis[i]*scale + (1<<(BASIS_SHIFT - RECON_SHIFT-1)))>>(BASIS_SHIFT - RECON_SHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_mmx_qns_template.c27 static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) argument
64 : "r"(basis), "r"(rem), "r"(weight), "g"(scale)
69 static void DEF(add_8x8basis)(int16_t rem[64], int16_t basis[64], int scale) argument
94 : "r"(basis), "r"(rem), "g"(scale)
98 rem[i] += (basis[i]*scale + (1<<(BASIS_SHIFT - RECON_SHIFT-1)))>>(BASIS_SHIFT - RECON_SHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideoencdsp.h34 int16_t basis[64], int scale);
35 void (*add_8x8basis)(int16_t rem[64], int16_t basis[64], int scale);
H A Dmpegvideoencdsp.c33 int16_t basis[64], int scale)
39 int b = rem[i] + ((basis[i] * scale +
51 static void add_8x8basis_c(int16_t rem[64], int16_t basis[64], int scale) argument
56 rem[i] += (basis[i] * scale +
32 try_8x8basis_c(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) argument
H A Dmpegvideo_enc.c4004 static int16_t basis[64][64]; variable
4018 basis[perm_index][8*x + y]= lrintf(s * cos((M_PI/8.0)*i*(x+0.5)) * cos((M_PI/8.0)*j*(y+0.5)));
4052 if(basis[0][0] == 0)
4128 s->mpvencdsp.add_8x8basis(rem, basis[j], coeff);
4142 int best_score = s->mpvencdsp.try_8x8basis(rem, weight, basis[0], 0);
4186 score = s->mpvencdsp.try_8x8basis(rem, weight, basis[0],
4310 score += s->mpvencdsp.try_8x8basis(rem, weight, basis[j],
4385 s->mpvencdsp.add_8x8basis(rem, basis[j], best_unquant_change);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtfile.tex23 by line basis. It is especially well suited for working with configuration files
H A Dhworld.tex9 be done on a file by file basis (such as \#include "wx/window.h")
H A Dtxrc.tex426 The classes can be used as basis for development, freeing the
480 The generated window class can be used as basis for the full window class. The
H A Dtextfile.tex4 line basis. It also understands the differences in line termination characters
H A Dtipc.tex93 to accept or reject a connection on the basis of the topic
H A Dgrid.tex1633 grid cell index lookup on the basis of screen coordinates.
1876 grid cell index lookup on the basis of screen coordinates.
H A Dbody.tex212 `Graphplace', the basis for the wxGraphLayout library, is copyright Dr. Jos
H A Dtsamples.tex177 trivial and may be safely used as a basis for implementing the clipboard and
H A Dtdb.tex661 tuned to be COST-based, SPEED-based, or some other basis for how it gets
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddsputil.h514 int (*try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale);
515 void (*add_8x8basis)(int16_t rem[64], int16_t basis[64], int scale);
H A Dmpegvideo_enc.c3607 static int16_t basis[64][64]; variable
3621 basis[perm_index][8*x + y]= lrintf(s * cos((M_PI/8.0)*i*(x+0.5)) * cos((M_PI/8.0)*j*(y+0.5)));
3655 if(basis[0][0] == 0)
3731 s->dsp.add_8x8basis(rem, basis[j], coeff);
3745 int best_score=s->dsp.try_8x8basis(rem, weight, basis[0], 0);
3789 score= s->dsp.try_8x8basis(rem, weight, basis[0], new_coeff - old_coeff);
3912 score+= s->dsp.try_8x8basis(rem, weight, basis[j], unquant_change);
3986 s->dsp.add_8x8basis(rem, basis[j], best_unquant_change);
H A Ddsputil.c1752 static int try_8x8basis_c(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale){ argument
1757 int b= rem[i] + ((basis[i]*scale + (1<<(BASIS_SHIFT - RECON_SHIFT-1)))>>(BASIS_SHIFT - RECON_SHIFT));
1767 static void add_8x8basis_c(int16_t rem[64], int16_t basis[64], int scale){ argument
1771 rem[i] += (basis[i]*scale + (1<<(BASIS_SHIFT - RECON_SHIFT-1)))>>(BASIS_SHIFT - RECON_SHIFT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dfskeleton.S9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty.
H A Diskeleton.S9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty.
H A Dos.S9 |THE SOFTWARE is provided on an "AS IS" basis and without warranty.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Disp.S9 THE SOFTWARE is provided on an "AS IS" basis and without warranty.
H A Dilsp.S9 THE SOFTWARE is provided on an "AS IS" basis and without warranty.
H A Dftest.S9 THE SOFTWARE is provided on an "AS IS" basis and without warranty.
H A Dpfpsp.S9 THE SOFTWARE is provided on an "AS IS" basis and without warranty.
H A Ditest.S9 THE SOFTWARE is provided on an "AS IS" basis and without warranty.

Completed in 413 milliseconds

12