lrintf           1074 fftools/ffmpeg.c         lrintf(next_picture->pkt_duration * av_q2d(ist->st->time_base) / av_q2d(enc->time_base)) > 0) {
lrintf           1075 fftools/ffmpeg.c         duration = lrintf(next_picture->pkt_duration * av_q2d(ist->st->time_base) / av_q2d(enc->time_base));
lrintf           1125 fftools/ffmpeg.c                 av_log(NULL, AV_LOG_DEBUG, "Not duplicating %d initial frames\n", (int)lrintf(delta0));
lrintf           1137 fftools/ffmpeg.c                 nb_frames = lrintf(delta);
lrintf           1704 fftools/ffmpeg.c                 int qp = lrintf(q);
lrintf             65 libavcodec/aacsbr.c         present  = lrintf(prod);
lrintf            397 libavcodec/aacsbr_template.c         num_bands_0 = lrintf(half_bands * log2f(sbr->k[1] / (float)sbr->k[0])) * 2;
lrintf            441 libavcodec/aacsbr_template.c             int num_bands_1 = lrintf(half_bands * invwarp *
lrintf            589 libavcodec/aacsbr_template.c     sbr->n_q = FFMAX(1, lrintf(sbr->spectrum_params.bs_noise_bands *
lrintf             94 libavcodec/ac3dsp.c         *dst++ = lrintf(*src++ * scale);
lrintf             95 libavcodec/ac3dsp.c         *dst++ = lrintf(*src++ * scale);
lrintf             96 libavcodec/ac3dsp.c         *dst++ = lrintf(*src++ * scale);
lrintf             97 libavcodec/ac3dsp.c         *dst++ = lrintf(*src++ * scale);
lrintf             98 libavcodec/ac3dsp.c         *dst++ = lrintf(*src++ * scale);
lrintf             99 libavcodec/ac3dsp.c         *dst++ = lrintf(*src++ * scale);
lrintf            100 libavcodec/ac3dsp.c         *dst++ = lrintf(*src++ * scale);
lrintf            101 libavcodec/ac3dsp.c         *dst++ = lrintf(*src++ * scale);
lrintf             34 libavcodec/adx.c     coeff[0] = lrintf(c * 2.0  * (1 << bits));
lrintf             35 libavcodec/adx.c     coeff[1] = lrintf(-(c * c) * (1 << bits));
lrintf            382 libavcodec/evrcdec.c     offset = lrintf(delay);
lrintf            708 libavcodec/evrcdec.c         pitch_lag = lrintf((idelay[1] + idelay[0]) / 2.0);
lrintf            851 libavcodec/evrcdec.c         pitch_lag = lrintf((idelay[1] + idelay[0]) / 2.0);
lrintf            141 libavcodec/faandct.c         data[8*0 + i]= lrintf(postscale[8*0 + i] * (tmp10 + tmp11));
lrintf            142 libavcodec/faandct.c         data[8*4 + i]= lrintf(postscale[8*4 + i] * (tmp10 - tmp11));
lrintf            146 libavcodec/faandct.c         data[8*2 + i]= lrintf(postscale[8*2 + i] * (tmp13 + tmp12));
lrintf            147 libavcodec/faandct.c         data[8*6 + i]= lrintf(postscale[8*6 + i] * (tmp13 - tmp12));
lrintf            161 libavcodec/faandct.c         data[8*5 + i]= lrintf(postscale[8*5 + i] * (z13 + z2));
lrintf            162 libavcodec/faandct.c         data[8*3 + i]= lrintf(postscale[8*3 + i] * (z13 - z2));
lrintf            163 libavcodec/faandct.c         data[8*1 + i]= lrintf(postscale[8*1 + i] * (z11 + z4));
lrintf            164 libavcodec/faandct.c         data[8*7 + i]= lrintf(postscale[8*7 + i] * (z11 - z4));
lrintf            194 libavcodec/faandct.c         data[8*0 + i] = lrintf(postscale[8*0 + i] * (tmp10 + tmp11));
lrintf            195 libavcodec/faandct.c         data[8*4 + i] = lrintf(postscale[8*4 + i] * (tmp10 - tmp11));
lrintf            199 libavcodec/faandct.c         data[8*2 + i] = lrintf(postscale[8*2 + i] * (tmp13 + tmp12));
lrintf            200 libavcodec/faandct.c         data[8*6 + i] = lrintf(postscale[8*6 + i] * (tmp13 - tmp12));
lrintf            207 libavcodec/faandct.c         data[8*1 + i] = lrintf(postscale[8*0 + i] * (tmp10 + tmp11));
lrintf            208 libavcodec/faandct.c         data[8*5 + i] = lrintf(postscale[8*4 + i] * (tmp10 - tmp11));
lrintf            212 libavcodec/faandct.c         data[8*3 + i] = lrintf(postscale[8*2 + i] * (tmp13 + tmp12));
lrintf            213 libavcodec/faandct.c         data[8*7 + i] = lrintf(postscale[8*6 + i] * (tmp13 - tmp12));
lrintf             97 libavcodec/faanidct.c             data[0*x + i]= lrintf(os07 + od07);
lrintf             98 libavcodec/faanidct.c             data[7*x + i]= lrintf(os07 - od07);
lrintf             99 libavcodec/faanidct.c             data[1*x + i]= lrintf(os16 + od16);
lrintf            100 libavcodec/faanidct.c             data[6*x + i]= lrintf(os16 - od16);
lrintf            101 libavcodec/faanidct.c             data[2*x + i]= lrintf(os25 + od25);
lrintf            102 libavcodec/faanidct.c             data[5*x + i]= lrintf(os25 - od25);
lrintf            103 libavcodec/faanidct.c             data[3*x + i]= lrintf(os34 - od34);
lrintf            104 libavcodec/faanidct.c             data[4*x + i]= lrintf(os34 + od34);
lrintf            106 libavcodec/faanidct.c             dest[0*stride + i]= av_clip_uint8(((int)dest[0*stride + i]) + lrintf(os07 + od07));
lrintf            107 libavcodec/faanidct.c             dest[7*stride + i]= av_clip_uint8(((int)dest[7*stride + i]) + lrintf(os07 - od07));
lrintf            108 libavcodec/faanidct.c             dest[1*stride + i]= av_clip_uint8(((int)dest[1*stride + i]) + lrintf(os16 + od16));
lrintf            109 libavcodec/faanidct.c             dest[6*stride + i]= av_clip_uint8(((int)dest[6*stride + i]) + lrintf(os16 - od16));
lrintf            110 libavcodec/faanidct.c             dest[2*stride + i]= av_clip_uint8(((int)dest[2*stride + i]) + lrintf(os25 + od25));
lrintf            111 libavcodec/faanidct.c             dest[5*stride + i]= av_clip_uint8(((int)dest[5*stride + i]) + lrintf(os25 - od25));
lrintf            112 libavcodec/faanidct.c             dest[3*stride + i]= av_clip_uint8(((int)dest[3*stride + i]) + lrintf(os34 - od34));
lrintf            113 libavcodec/faanidct.c             dest[4*stride + i]= av_clip_uint8(((int)dest[4*stride + i]) + lrintf(os34 + od34));
lrintf            115 libavcodec/faanidct.c             dest[0*stride + i]= av_clip_uint8(lrintf(os07 + od07));
lrintf            116 libavcodec/faanidct.c             dest[7*stride + i]= av_clip_uint8(lrintf(os07 - od07));
lrintf            117 libavcodec/faanidct.c             dest[1*stride + i]= av_clip_uint8(lrintf(os16 + od16));
lrintf            118 libavcodec/faanidct.c             dest[6*stride + i]= av_clip_uint8(lrintf(os16 - od16));
lrintf            119 libavcodec/faanidct.c             dest[2*stride + i]= av_clip_uint8(lrintf(os25 + od25));
lrintf            120 libavcodec/faanidct.c             dest[5*stride + i]= av_clip_uint8(lrintf(os25 - od25));
lrintf            121 libavcodec/faanidct.c             dest[3*stride + i]= av_clip_uint8(lrintf(os34 - od34));
lrintf            122 libavcodec/faanidct.c             dest[4*stride + i]= av_clip_uint8(lrintf(os34 + od34));
lrintf            156 libavcodec/iirfilter.c     c->cx[0] = lrintf(x0 / c->gain);
lrintf            157 libavcodec/iirfilter.c     c->cx[1] = lrintf(x1 / c->gain);
lrintf            210 libavcodec/iirfilter.c #define CONV_S16(dest, source) dest = av_clip_int16(lrintf(source));
lrintf           1946 libavcodec/jpeg2000dec.c                         int val = lrintf(*datap) + (1 << (cbps - 1));                             \
lrintf             63 libavcodec/librsvgdec.c             dimensions.width  = lrintf(dimensions.height * default_ar);
lrintf             65 libavcodec/librsvgdec.c             dimensions.height = lrintf(dimensions.width  / default_ar);
lrintf            139 libavcodec/lpc.c         lpc_out[i] = av_clip(lrintf(error), -qmax, qmax);
lrintf           4279 libavcodec/mpegvideo_enc.c                     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)));
lrintf            212 libavcodec/nellymoserenc.c         LUT[av_clip ((lrintf(val) >> 8) + LUT_add, 0, LUT_size - 1)]; \
lrintf            377 libavcodec/opus_pvq.c         y[i] = lrintf(res*X[i]);
lrintf            458 libavcodec/opus_pvq.c     return lrintf(32768.0f*atan2f(sqrtf(e[1]), sqrtf(e[0]))/M_PI);
lrintf            345 libavcodec/opusenc.c             int q_en = lrintf(diff);
lrintf            352 libavcodec/opusenc_psy.c     f_out->spread = av_clip_uintp2(lrintf(tonal), 2);
lrintf            358 libavcodec/opusenc_psy.c     f_out->framebits = lrintf(rate);
lrintf            130 libavcodec/snow.c         ff_qexp[i]= lrintf(v);
lrintf            776 libavfilter/avf_showcqt.c                 *lp++ = lrintf(mul * c[x].rgb.r);
lrintf            777 libavfilter/avf_showcqt.c                 *lp++ = lrintf(mul * c[x].rgb.g);
lrintf            778 libavfilter/avf_showcqt.c                 *lp++ = lrintf(mul * c[x].rgb.b);
lrintf            793 libavfilter/avf_showcqt.c         *lpy++ = lrintf(mul * c[x].yuv.y + 16.0f); \
lrintf            794 libavfilter/avf_showcqt.c         *lpu++ = lrintf(mul * c[x].yuv.u + 128.0f); \
lrintf            795 libavfilter/avf_showcqt.c         *lpv++ = lrintf(mul * c[x].yuv.v + 128.0f); \
lrintf            806 libavfilter/avf_showcqt.c         *lpy++ = lrintf(mul * c[x].yuv.y + 16.0f); \
lrintf            872 libavfilter/avf_showcqt.c                 *lp++ = lrintf(c[x].rgb.r);
lrintf            873 libavfilter/avf_showcqt.c                 *lp++ = lrintf(c[x].rgb.g);
lrintf            874 libavfilter/avf_showcqt.c                 *lp++ = lrintf(c[x].rgb.b);
lrintf            881 libavfilter/avf_showcqt.c                 *lp++ = lrintf(a * lpa[0] + (1.0f - a) * c[x].rgb.r);
lrintf            882 libavfilter/avf_showcqt.c                 *lp++ = lrintf(a * lpa[1] + (1.0f - a) * c[x].rgb.g);
lrintf            883 libavfilter/avf_showcqt.c                 *lp++ = lrintf(a * lpa[2] + (1.0f - a) * c[x].rgb.b);
lrintf            893 libavfilter/avf_showcqt.c         *lpy = lrintf(c.yuv.y + 16.0f); \
lrintf            894 libavfilter/avf_showcqt.c         *lpu = lrintf(c.yuv.u + 128.0f); \
lrintf            895 libavfilter/avf_showcqt.c         *lpv = lrintf(c.yuv.v + 128.0f); \
lrintf            902 libavfilter/avf_showcqt.c         *lpy = lrintf(a * (*lpay) + (1.0f - a) * (c.yuv.y + 16.0f)); \
lrintf            903 libavfilter/avf_showcqt.c         *lpu = lrintf(a * (*lpau) + (1.0f - a) * (c.yuv.u + 128.0f)); \
lrintf            904 libavfilter/avf_showcqt.c         *lpv = lrintf(a * (*lpav) + (1.0f - a) * (c.yuv.v + 128.0f)); \
lrintf            913 libavfilter/avf_showcqt.c         *lpy = lrintf(c.yuv.y + 16.0f); \
lrintf            918 libavfilter/avf_showcqt.c         *lpy = lrintf(a * (*lpay) + (1.0f - a) * (c.yuv.y + 16.0f)); \
lrintf            927 libavfilter/avf_showcqt.c         *lpu = lrintf(c.yuv.u + 128.0f); \
lrintf            928 libavfilter/avf_showcqt.c         *lpv = lrintf(c.yuv.v + 128.0f); \
lrintf            935 libavfilter/avf_showcqt.c         *lpu = lrintf(a0 * lpau[0] + a1 * lpau[1] + b * (c.yuv.u + 128.0f)); \
lrintf            936 libavfilter/avf_showcqt.c         *lpv = lrintf(a0 * lpav[0] + a1 * lpav[1] + b * (c.yuv.v + 128.0f)); \
lrintf            944 libavfilter/avf_showcqt.c         *lpu = lrintf(c.yuv.u + 128.0f); \
lrintf            945 libavfilter/avf_showcqt.c         *lpv = lrintf(c.yuv.v + 128.0f); \
lrintf            955 libavfilter/avf_showcqt.c         *lpu = lrintf(a0 * lpau[0] + a1 * lpau[1] + a2 * lpau[lsau] + a3 * lpau[lsau+1] \
lrintf            957 libavfilter/avf_showcqt.c         *lpv = lrintf(a0 * lpav[0] + a1 * lpav[1] + a2 * lpav[lsav] + a3 * lpav[lsav+1] \
lrintf           1058 libavfilter/avf_showcqt.c         *lp++ = lrintf(c[x].rgb.r);
lrintf           1059 libavfilter/avf_showcqt.c         *lp++ = lrintf(c[x].rgb.g);
lrintf           1060 libavfilter/avf_showcqt.c         *lp++ = lrintf(c[x].rgb.b);
lrintf           1072 libavfilter/avf_showcqt.c         *lpy++ = lrintf(c[x].yuv.y + 16.0f);
lrintf           1073 libavfilter/avf_showcqt.c         *lpu++ = lrintf(c[x].yuv.u + 128.0f);
lrintf           1074 libavfilter/avf_showcqt.c         *lpv++ = lrintf(c[x].yuv.v + 128.0f);
lrintf           1075 libavfilter/avf_showcqt.c         *lpy++ = lrintf(c[x+1].yuv.y + 16.0f);
lrintf           1077 libavfilter/avf_showcqt.c             *lpu++ = lrintf(c[x+1].yuv.u + 128.0f);
lrintf           1078 libavfilter/avf_showcqt.c             *lpv++ = lrintf(c[x+1].yuv.v + 128.0f);
lrintf            973 libavfilter/avf_showspectrum.c             float *out = &s->color_buffer[ch][3 * FFMIN(lrintf(row), h-1)];
lrintf           1324 libavfilter/avf_showspectrum.c                 *p = lrintf(av_clipf(s->combine_buffer[3 * y + plane], 0, 255));
lrintf           1352 libavfilter/avf_showspectrum.c                 *p = lrintf(av_clipf(s->combine_buffer[3 * x + plane], 0, 255));
lrintf            667 libavfilter/vf_bm3d.c             dstp[j] = av_clip_uint8(lrintf(sum_num / sum_den));
lrintf            695 libavfilter/vf_bm3d.c             dstp[j] = av_clip_uintp2_c(lrintf(sum_num / sum_den), depth);
lrintf             80 libavfilter/vf_qp.c         s->lut[i + 129] = lrintf(temp_val);
lrintf            132 libavfilter/vf_qp.c                 out_qp_table_buf->data[x + s->qstride * y] = lrintf(temp_val);
lrintf            343 libavfilter/vf_readeia608.c         run = lrintf(s->code[i].size / bit_size);
lrintf            396 libavfilter/vf_v360.c     const int i = lrintf(dv) + 1;
lrintf            397 libavfilter/vf_v360.c     const int j = lrintf(du) + 1;
lrintf            423 libavfilter/vf_v360.c     ker[0] = lrintf((1.f - du) * (1.f - dv) * 16385.f);
lrintf            424 libavfilter/vf_v360.c     ker[1] = lrintf(       du  * (1.f - dv) * 16385.f);
lrintf            425 libavfilter/vf_v360.c     ker[2] = lrintf((1.f - du) *        dv  * 16385.f);
lrintf            426 libavfilter/vf_v360.c     ker[3] = lrintf(       du  *        dv  * 16385.f);
lrintf            465 libavfilter/vf_v360.c             ker[i * 3 + j] = lrintf(du_coeffs[j] * dv_coeffs[i] * 16385.f);
lrintf            510 libavfilter/vf_v360.c             ker[i * 4 + j] = lrintf(du_coeffs[j] * dv_coeffs[i] * 16385.f);
lrintf            563 libavfilter/vf_v360.c             ker[i * 4 + j] = lrintf(du_coeffs[j] * dv_coeffs[i] * 16385.f);
lrintf            605 libavfilter/vf_v360.c             ker[i * 4 + j] = lrintf(du_coeffs[j] * dv_coeffs[i] * 16385.f);
lrintf            658 libavfilter/vf_v360.c             ker[i * 4 + j] = lrintf(du_coeffs[j] * dv_coeffs[i] * 16385.f);
lrintf           1420 libavfilter/vf_v360.c                 new_ui = av_clip(lrintf(0.5f * new_ewi * (uf + 1.f)), 0, new_ewi - 1);
lrintf           1421 libavfilter/vf_v360.c                 new_vi = av_clip(lrintf(0.5f * new_ehi * (vf + 1.f)), 0, new_ehi - 1);
lrintf           1566 libavfilter/vf_v360.c                 new_ui = av_clip(lrintf(0.5f *     ewi * (uf + 1.f)), 0,     ewi - 1);
lrintf           1567 libavfilter/vf_v360.c                 new_vi = av_clip(lrintf(0.5f * new_ehi * (vf + 1.f)), 0, new_ehi - 1);
lrintf           1646 libavfilter/vf_v360.c                 new_ui = av_clip(lrintf(0.5f * new_ewi * (uf + 1.f)), 0, new_ewi - 1);
lrintf           1647 libavfilter/vf_v360.c                 new_vi = av_clip(lrintf(0.5f *     ehi * (vf + 1.f)), 0,     ehi - 1);
lrintf           4030 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4031 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4036 libavfilter/vf_v360.c         w = lrintf(wf / 4.f * 3.f);
lrintf           4037 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4042 libavfilter/vf_v360.c         w = lrintf(wf / 4.f);
lrintf           4043 libavfilter/vf_v360.c         h = lrintf(hf * 3.f);
lrintf           4048 libavfilter/vf_v360.c         w = lrintf(wf / 2.f * 3.f);
lrintf           4049 libavfilter/vf_v360.c         h = lrintf(hf / 2.f);
lrintf           4054 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4055 libavfilter/vf_v360.c         h = lrintf(hf / 8.f * 9.f);
lrintf           4060 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4061 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4066 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4067 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4072 libavfilter/vf_v360.c         w = lrintf(wf / 4.f * 5.f);
lrintf           4073 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4078 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4079 libavfilter/vf_v360.c         h = lrintf(hf * 2.f);
lrintf           4084 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4085 libavfilter/vf_v360.c         h = lrintf(hf * 2.f);
lrintf           4090 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4091 libavfilter/vf_v360.c         h = lrintf(hf * 2.f);
lrintf           4096 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4097 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4102 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4103 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4108 libavfilter/vf_v360.c         w = lrintf(wf * 0.5f);
lrintf           4109 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4114 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4115 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4120 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4121 libavfilter/vf_v360.c         h = lrintf(hf * 0.5f);
lrintf           4126 libavfilter/vf_v360.c         w = lrintf(wf / 2.f);
lrintf           4127 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4132 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4133 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4138 libavfilter/vf_v360.c         w = lrintf(wf / 4.f * 3.f);
lrintf           4139 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4144 libavfilter/vf_v360.c         w = lrintf(wf);
lrintf           4145 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf           4150 libavfilter/vf_v360.c         w = lrintf(wf / 2.f);
lrintf           4151 libavfilter/vf_v360.c         h = lrintf(hf);
lrintf            337 libavfilter/vsrc_mandelbrot.c                                 c = lrintf((sinf(zr)+1)*127) + lrintf((sinf(zr/1.234)+1)*127)*256*256 + lrintf((sinf(zr/100)+1)*127)*256;
lrintf            341 libavfilter/vsrc_mandelbrot.c                                 c = lrintf((sinf(zr)+1)*127) + lrintf((sinf(zr/1.234)+1)*127)*256*256 + lrintf((sinf(zr/100)+1)*127)*256;
lrintf            379 libavfilter/vsrc_mandelbrot.c                     c= lrintf((s->zyklus[closest_index][0]/closest+1)*127+dv) + lrintf((s->zyklus[closest_index][1]/closest+1)*127+dv)*256;
lrintf            123 libavformat/dump.c     uint64_t v = lrintf(d * 100);
lrintf            207 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_U8,  uint8_t, AV_SAMPLE_FMT_FLT, float,   av_clip_uint8(  lrintf(*(const float *)pi * (1  <<  7)) + 0x80))
lrintf            208 libavresample/audio_convert.c CONV_FUNC_GROUP(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_FLT, float,   av_clip_int16(  lrintf(*(const float *)pi * (1  << 15))))
lrintf            120 libavresample/audio_mix.c MIX_FUNC_GENERIC(S16P, FLT, int16_t, float,   float,   av_clip_int16(lrintf(sum)))
lrintf            158 libavresample/audio_mix.c         *dst++ = av_clip_int16(lrintf(*src0++ * m0 + *src1++ * m1));
lrintf            159 libavresample/audio_mix.c         *dst++ = av_clip_int16(lrintf(*src0++ * m0 + *src1++ * m1));
lrintf            160 libavresample/audio_mix.c         *dst++ = av_clip_int16(lrintf(*src0++ * m0 + *src1++ * m1));
lrintf            161 libavresample/audio_mix.c         *dst++ = av_clip_int16(lrintf(*src0++ * m0 + *src1++ * m1));
lrintf            165 libavresample/audio_mix.c         *dst++ = av_clip_int16(lrintf(*src0++ * m0 + *src1++ * m1));
lrintf            128 libavresample/dither.c         dst[i] = av_clip_int16(lrintf(src[i] * S16_SCALE + dither[i]));
lrintf            198 libavresample/dither.c             dst[i]             = av_clip_int16(lrintf(sample));
lrintf            201 libavresample/dither.c             dst[i]             = av_clip_int16(lrintf(sample + dither[i]));
lrintf            423 libavresample/dither.c     c->mute_dither_threshold = lrintf(sample_rate * MUTE_THRESHOLD_SEC);
lrintf             87 libavutil/tx_priv.h #define RESCALE(x) (lrintf((x) * 2147483648.0))
lrintf             78 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_U8 , uint8_t, AV_SAMPLE_FMT_FLT, av_clip_uint8(  lrintf(*(const float*)pi * (1<<7)) + 0x80))
lrintf             79 libswresample/audioconvert.c CONV_FUNC(AV_SAMPLE_FMT_S16, int16_t, AV_SAMPLE_FMT_FLT, av_clip_int16(  lrintf(*(const float*)pi * (1<<15))))
lrintf            409 libswresample/rematrix.c                 ((int*)s->native_matrix)[i * nb_in + j] = lrintf(target);
lrintf            463 libswresample/rematrix.c                 ((int*)s->native_matrix)[i * nb_in + j] = lrintf(target);
lrintf            477 libswresample/rematrix.c             s->matrix32[i][j]= lrintf(s->matrix[i][j] * 32768);
lrintf            207 libswresample/resample.c                 ((int16_t*)filter)[ph * alloc + i] = av_clip_int16(lrintf(tab[i] * scale / norm));
lrintf            972 libswscale/input.c         dst[i] = av_clip_uint16(lrintf(65535.0f * rdpx(src[3] + i)));
lrintf            987 libswscale/input.c         int g = av_clip_uint16(lrintf(65535.0f * rdpx(src[0] + i)));
lrintf            988 libswscale/input.c         int b = av_clip_uint16(lrintf(65535.0f * rdpx(src[1] + i)));
lrintf            989 libswscale/input.c         int r = av_clip_uint16(lrintf(65535.0f * rdpx(src[2] + i)));
lrintf           1006 libswscale/input.c         int g = av_clip_uint16(lrintf(65535.0f * rdpx(src[0] + i)));
lrintf           1007 libswscale/input.c         int b = av_clip_uint16(lrintf(65535.0f * rdpx(src[1] + i)));
lrintf           1008 libswscale/input.c         int r = av_clip_uint16(lrintf(65535.0f * rdpx(src[2] + i)));
lrintf           1024 libswscale/input.c         dst[i] = av_clip_uint16(lrintf(65535.0f * src[i]));
lrintf           1036 libswscale/input.c         dst[i] = av_clip_uint16(lrintf(65535.0f * av_int2float(av_bswap32(src[i]))));
lrintf           1655 libswscale/swscale_unscaled.c             dstPtr[x] = av_clip_uint8(lrintf(255.0f * srcPtr[x]));