quantize          974 libavcodec/cinepakenc.c                     info.v1_size = quantize(s, h, pict, 1, &info, ENC_UNCERTAIN);
quantize          987 libavcodec/cinepakenc.c                         info.v4_size = quantize(s, h, pict, 0, &info, ENC_UNCERTAIN);
quantize         1008 libavcodec/cinepakenc.c                     new_v1_size = quantize(s, h, pict, 1, &info, ENC_V1);
quantize         1015 libavcodec/cinepakenc.c                     new_v4_size = quantize(s, h, pict, 0, &info, ENC_V4);
quantize         1036 libavcodec/cinepakenc.c                             new_v1_size = quantize(s, h, pict, 1, &info, ENC_V1);
quantize         1044 libavcodec/cinepakenc.c                             new_v4_size = quantize(s, h, pict, 0, &info, ENC_V4);
quantize          473 libavcodec/ra144enc.c     energy = ff_energy_tab[quantize(ff_t_sqrt(energy >> 5) >> 10, ff_energy_tab,
quantize          500 libavcodec/ra144enc.c         idx = quantize(lpc_refl[i], ff_lpc_refl_cb[i], sizes[i]);
quantize          513 libavcodec/ra144enc.c     put_bits(&pb, 5, quantize(energy, ff_energy_tab, 32));
quantize         1768 libavcodec/snowenc.c                     quantize(s, b, b->ibuf, b->buf, b->stride, s->qbias);
quantize           73 libavresample/dither.c     void (*quantize)(int16_t *dst, const float *src, float *dither, int len);
quantize          231 libavresample/dither.c             c->quantize(dst[ch], src[ch],
quantize          285 libavresample/dither.c             c->quantize      = c->ddsp.quantize;
quantize          288 libavresample/dither.c             c->quantize      = quantize_c;
quantize          332 libavresample/dither.c     ddsp->quantize      = quantize_c;
quantize           38 libavresample/dither.h     void (*quantize)(int16_t *dst, const float *src, float *dither, int len);
quantize           40 libavresample/x86/dither_init.c         ddsp->quantize      = ff_quantize_sse2;