dct_quantize_trellis_c 71 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 249 libavcodec/mpegvideo_enc.c s->dct_quantize = dct_quantize_trellis_c;