rounder           146 libavcodec/acelp_vectors.c                  rounder) >> shift);
rounder            70 libavcodec/celp_filters.c         int sum = rounder;
rounder          1287 libavcodec/dsputil.c         dst[0]= (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1] + rounder)>>8;
rounder          1288 libavcodec/dsputil.c         dst[1]= (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2] + rounder)>>8;
rounder          1289 libavcodec/dsputil.c         dst[2]= (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3] + rounder)>>8;
rounder          1290 libavcodec/dsputil.c         dst[3]= (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4] + rounder)>>8;
rounder          1291 libavcodec/dsputil.c         dst[4]= (A*src[4] + B*src[5] + C*src[stride+4] + D*src[stride+5] + rounder)>>8;
rounder          1292 libavcodec/dsputil.c         dst[5]= (A*src[5] + B*src[6] + C*src[stride+5] + D*src[stride+6] + rounder)>>8;
rounder          1293 libavcodec/dsputil.c         dst[6]= (A*src[6] + B*src[7] + C*src[stride+6] + D*src[stride+7] + rounder)>>8;
rounder          1294 libavcodec/dsputil.c         dst[7]= (A*src[7] + B*src[8] + C*src[stride+7] + D*src[stride+8] + rounder)>>8;
rounder           209 libavcodec/dsputil.h     void (*gmc1)(uint8_t *dst/*align 8*/, uint8_t *src/*align 1*/, int srcStride, int h, int x16, int y16, int rounder);
rounder            39 libavcodec/ppc/gmc_altivec.c         {rounder, rounder, rounder, rounder,
rounder            40 libavcodec/ppc/gmc_altivec.c          rounder, rounder, rounder, rounder};
rounder           340 libavcodec/sh4/qpel.c         dst[0]= (A*t0 + B*t1 + C*t2 + D*t3 + rounder)>>8;
rounder           342 libavcodec/sh4/qpel.c         dst[1]= (A*t1 + B*t0 + C*t3 + D*t2 + rounder)>>8;
rounder           344 libavcodec/sh4/qpel.c         dst[2]= (A*t0 + B*t1 + C*t2 + D*t3 + rounder)>>8;
rounder           346 libavcodec/sh4/qpel.c         dst[3]= (A*t1 + B*t0 + C*t3 + D*t2 + rounder)>>8;
rounder           348 libavcodec/sh4/qpel.c         dst[4]= (A*t0 + B*t1 + C*t2 + D*t3 + rounder)>>8;
rounder           350 libavcodec/sh4/qpel.c         dst[5]= (A*t1 + B*t0 + C*t3 + D*t2 + rounder)>>8;
rounder           352 libavcodec/sh4/qpel.c         dst[6]= (A*t0 + B*t1 + C*t2 + D*t3 + rounder)>>8;
rounder           354 libavcodec/sh4/qpel.c         dst[7]= (A*t1 + B*t0 + C*t3 + D*t2 + rounder)>>8;
rounder           473 libavcodec/sparc/simple_idct_vis.c         : "0" (rounder), "1" (coeffs), "2" (data), "3" (dest), "4" (line_size)
rounder           526 libavcodec/sparc/simple_idct_vis.c         : "0" (rounder), "1" (coeffs), "2" (data), "3" (dest), "4" (line_size), "5" (expand)
rounder            55 libavcodec/x86/idct_mmx.c     a0 = C4*row[0] + C2*row[2] + C4*row[4] + C6*row[6] + *rounder;
rounder            56 libavcodec/x86/idct_mmx.c     a1 = C4*row[0] + C6*row[2] - C4*row[4] - C2*row[6] + *rounder;
rounder            57 libavcodec/x86/idct_mmx.c     a2 = C4*row[0] - C6*row[2] - C4*row[4] + C2*row[6] + *rounder;
rounder            58 libavcodec/x86/idct_mmx.c     a3 = C4*row[0] - C2*row[2] + C4*row[4] - C6*row[6] + *rounder;
rounder           117 libavcodec/x86/idct_mmx.c     paddd_m2r (*rounder, mm3);          /* mm3 += rounder */
rounder           129 libavcodec/x86/idct_mmx.c     paddd_m2r (*rounder, mm0);          /* mm0 += rounder */
rounder           235 libavcodec/x86/idct_mmx.c     paddd_m2r (*rounder, mm3);          /* mm3 += rounder */
rounder           247 libavcodec/x86/idct_mmx.c     paddd_m2r (*rounder, mm0);          /* mm0 += rounder */
rounder           545 libavcodec/x86/idct_mmx.c     rounder ((1 << (COL_SHIFT - 1)) - 0.5);
rounder           546 libavcodec/x86/idct_mmx.c static const int32_t rounder4[] ATTR_ALIGN(8) = rounder (0);
rounder           548 libavcodec/x86/idct_mmx.c     rounder (1.25683487303);        /* C1*(C1/C4+C1+C7)/2 */
rounder           550 libavcodec/x86/idct_mmx.c     rounder (-0.25);                /* C1*(C7/C4+C7-C1)/2 */
rounder           552 libavcodec/x86/idct_mmx.c     rounder (0.60355339059);        /* C2 * (C6+C2)/2 */
rounder           554 libavcodec/x86/idct_mmx.c     rounder (-0.25);                /* C2 * (C6-C2)/2 */
rounder           556 libavcodec/x86/idct_mmx.c     rounder (0.087788325588);       /* C3*(-C3/C4+C3+C5)/2 */
rounder           558 libavcodec/x86/idct_mmx.c     rounder (-0.441341716183);      /* C3*(-C5/C4+C5-C3)/2 */
rounder           189 libavcodec/x86/idct_sse2_xvid.c     rounder",     %%xmm0              \n\t" \
rounder           234 libavcodec/x86/simple_idct_mmx.c         #rounder ", %%mm4               \n\t"\
rounder           240 libavcodec/x86/simple_idct_mmx.c         #rounder ", %%mm0               \n\t"\
rounder           386 libavcodec/x86/simple_idct_mmx.c         #rounder ", %%mm4               \n\t"\
rounder           392 libavcodec/x86/simple_idct_mmx.c         #rounder ", %%mm0               \n\t"\
rounder           494 libavcodec/x86/simple_idct_mmx.c         #rounder ", %%mm4               \n\t"\
rounder           500 libavcodec/x86/simple_idct_mmx.c         #rounder ", %%mm0               \n\t"\
rounder           581 libavcodec/x86/simple_idct_mmx.c         #rounder ", %%mm4               \n\t"\
rounder           587 libavcodec/x86/simple_idct_mmx.c         #rounder ", %%mm0               \n\t"\
rounder           649 libavcodec/x86/simple_idct_mmx.c         #rounder ", %%mm4               \n\t"\
rounder           655 libavcodec/x86/simple_idct_mmx.c         #rounder ", %%mm0               \n\t"\