Searched refs:rounder (Results 1 - 25 of 45) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dcelp_filters.h66 * @param rounder the amount to add for rounding (usually 0x800 or 0xfff)
78 int rounder);
H A Dacelp_vectors.h182 * @param rounder this value will be added to the sum of the two vectors
188 * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift
195 int16_t rounder,
H A Dacelp_vectors.c186 int16_t rounder,
197 rounder) >> shift);
180 ff_acelp_weighted_vector_sum( int16_t* out, const int16_t *in_a, const int16_t *in_b, int16_t weight_coeff_a, int16_t weight_coeff_b, int16_t rounder, int shift, int length) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dcelp_filters.h66 * @param rounder the amount to add for rounding (usually 0x800 or 0xfff)
78 int rounder);
H A Dacelp_vectors.h182 * @param rounder this value will be added to the sum of the two vectors
188 * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift
195 int16_t rounder,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dcelp_filters.h66 * @param rounder the amount to add for rounding (usually 0x800 or 0xfff)
78 int rounder);
H A Dacelp_vectors.h182 * @param rounder this value will be added to the sum of the two vectors
188 * out[i] = (in_a[i]*weight_a + in_b[i]*weight_b + rounder) >> shift
195 int16_t rounder,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/sparc/
H A Dsimple_idct_vis.c40 static const DECLARE_ALIGNED(8, uint16_t, rounder)[4] = {
474 : "0" (rounder), "1" (coeffs), "2" (data), "3" (dest), "4" (line_size)
527 : "0" (rounder), "1" (coeffs), "2" (data), "3" (dest), "4" (line_size), "5" (expand)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/sparc/
H A Dsimple_idct_vis.c40 static const DECLARE_ALIGNED(8, uint16_t, rounder)[4] = {
474 : "0" (rounder), "1" (coeffs), "2" (data), "3" (dest), "4" (line_size)
527 : "0" (rounder), "1" (coeffs), "2" (data), "3" (dest), "4" (line_size), "5" (expand)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/sparc/
H A Dsimple_idct_vis.c40 static const DECLARE_ALIGNED(8, uint16_t, rounder)[4] = {
474 : "0" (rounder), "1" (coeffs), "2" (data), "3" (dest), "4" (line_size)
527 : "0" (rounder), "1" (coeffs), "2" (data), "3" (dest), "4" (line_size), "5" (expand)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/x86/
H A Dsimple_idct_mmx.c220 #define ROW_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
235 #rounder ", %%mm4 \n\t"\
241 #rounder ", %%mm0 \n\t"\
363 #define DC_COND_ROW_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
387 #rounder ", %%mm4 \n\t"\
393 #rounder ", %%mm0 \n\t"\
452 //IDCT( src0, src4, src1, src5, dst, rounder, shift)
471 #define DC_COND_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
495 #rounder ", %%mm4 \n\t"\
501 #rounder ",
[all...]
H A Didct_mmx.c33 #define rounder(bias) {round (bias), round (bias)} macro
39 int16_t * table, int32_t * rounder)
54 a0 = C4*row[0] + C2*row[2] + C4*row[4] + C6*row[6] + *rounder;
55 a1 = C4*row[0] + C6*row[2] - C4*row[4] - C2*row[6] + *rounder;
56 a2 = C4*row[0] - C6*row[2] - C4*row[4] + C2*row[6] + *rounder;
57 a3 = C4*row[0] - C2*row[2] + C4*row[4] - C6*row[6] + *rounder;
105 const int32_t * const rounder)
116 paddd_m2r (*rounder, mm3); /* mm3 += rounder */
120 paddd_r2r (mm4, mm3); /* mm3 = a1 a0 + rounder */
104 mmxext_row(const int16_t * const table, const int32_t * const rounder) argument
222 mmx_row(const int16_t * const table, const int32_t * const rounder) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/x86/
H A Dsimple_idct_mmx.c220 #define ROW_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
235 #rounder ", %%mm4 \n\t"\
241 #rounder ", %%mm0 \n\t"\
363 #define DC_COND_ROW_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
387 #rounder ", %%mm4 \n\t"\
393 #rounder ", %%mm0 \n\t"\
452 //IDCT( src0, src4, src1, src5, dst, rounder, shift)
471 #define DC_COND_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
495 #rounder ", %%mm4 \n\t"\
501 #rounder ",
[all...]
H A Didct_mmx.c33 #define rounder(bias) {round (bias), round (bias)} macro
39 int16_t * table, int32_t * rounder)
54 a0 = C4*row[0] + C2*row[2] + C4*row[4] + C6*row[6] + *rounder;
55 a1 = C4*row[0] + C6*row[2] - C4*row[4] - C2*row[6] + *rounder;
56 a2 = C4*row[0] - C6*row[2] - C4*row[4] + C2*row[6] + *rounder;
57 a3 = C4*row[0] - C2*row[2] + C4*row[4] - C6*row[6] + *rounder;
105 const int32_t * const rounder)
116 paddd_m2r (*rounder, mm3); /* mm3 += rounder */
120 paddd_r2r (mm4, mm3); /* mm3 = a1 a0 + rounder */
104 mmxext_row(const int16_t * const table, const int32_t * const rounder) argument
222 mmx_row(const int16_t * const table, const int32_t * const rounder) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/x86/
H A Dsimple_idct_mmx.c220 #define ROW_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
235 #rounder ", %%mm4 \n\t"\
241 #rounder ", %%mm0 \n\t"\
363 #define DC_COND_ROW_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
387 #rounder ", %%mm4 \n\t"\
393 #rounder ", %%mm0 \n\t"\
452 //IDCT( src0, src4, src1, src5, dst, rounder, shift)
471 #define DC_COND_IDCT(src0, src4, src1, src5, dst, rounder, shift) \
495 #rounder ", %%mm4 \n\t"\
501 #rounder ",
[all...]
H A Didct_mmx.c33 #define rounder(bias) {round (bias), round (bias)} macro
39 int16_t * table, int32_t * rounder)
54 a0 = C4*row[0] + C2*row[2] + C4*row[4] + C6*row[6] + *rounder;
55 a1 = C4*row[0] + C6*row[2] - C4*row[4] - C2*row[6] + *rounder;
56 a2 = C4*row[0] - C6*row[2] - C4*row[4] + C2*row[6] + *rounder;
57 a3 = C4*row[0] - C2*row[2] + C4*row[4] - C6*row[6] + *rounder;
105 const int32_t * const rounder)
116 paddd_m2r (*rounder, mm3); /* mm3 += rounder */
120 paddd_r2r (mm4, mm3); /* mm3 = a1 a0 + rounder */
104 mmxext_row(const int16_t * const table, const int32_t * const rounder) argument
222 mmx_row(const int16_t * const table, const int32_t * const rounder) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/ppc/
H A Dgmc_altivec.c34 void gmc1_altivec(uint8_t *dst /* align 8 */, uint8_t *src /* align1 */, int stride, int h, int x16, int y16, int rounder) argument
37 const DECLARE_ALIGNED(16, unsigned short, rounder_a) = rounder;
H A Ddsputil_altivec.h37 int x16, int y16, int rounder);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/ppc/
H A Dgmc_altivec.c34 void gmc1_altivec(uint8_t *dst /* align 8 */, uint8_t *src /* align1 */, int stride, int h, int x16, int y16, int rounder) argument
37 const DECLARE_ALIGNED(16, unsigned short, rounder_a) = rounder;
H A Ddsputil_altivec.h37 int x16, int y16, int rounder);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/ppc/
H A Dgmc_altivec.c34 void gmc1_altivec(uint8_t *dst /* align 8 */, uint8_t *src /* align1 */, int stride, int h, int x16, int y16, int rounder) argument
37 const DECLARE_ALIGNED(16, unsigned short, rounder_a) = rounder;
H A Ddsputil_altivec.h37 int x16, int y16, int rounder);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c253 double rounder; /* Used for rounding floating point values */ local
469 for(idx=precision, rounder=0.4999; idx>0; idx--, rounder*=0.1);
472 for(idx=precision, rounder=0.5; idx>0; idx--, rounder*=0.1){}
474 if( xtype==etFLOAT ) realvalue += rounder;
507 realvalue += rounder;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c253 double rounder; /* Used for rounding floating point values */ local
469 for(idx=precision, rounder=0.4999; idx>0; idx--, rounder*=0.1);
472 for(idx=precision, rounder=0.5; idx>0; idx--, rounder*=0.1){}
474 if( xtype==etFLOAT ) realvalue += rounder;
507 realvalue += rounder;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlprintf.c253 double rounder; /* Used for rounding floating point values */ local
469 for(idx=precision, rounder=0.4999; idx>0; idx--, rounder*=0.1);
472 for(idx=precision, rounder=0.5; idx>0; idx--, rounder*=0.1){}
474 if( xtype==etFLOAT ) realvalue += rounder;
507 realvalue += rounder;

Completed in 223 milliseconds

12