dct_quantize_trellis_c   80 libavcodec/mpegvideo_enc.c static int dct_quantize_trellis_c(MpegEncContext *s, int16_t *block, int n, int qscale, int *overflow);
dct_quantize_trellis_c  282 libavcodec/mpegvideo_enc.c         s->dct_quantize  = dct_quantize_trellis_c;