Searched refs:vlc (Results 26 - 29 of 29) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmsmpeg4.c40 * - (encoding) select best vlc/dc table
139 /* build the table which associate a (x,y) motion vector to a vlc */
859 escape coding (same as H263) and more vlc tables.
1052 /* init all vlc decoding tables */
1075 init_vlc(&mv->vlc, MV_VLC_BITS, mv->n + 1,
1705 if(SHOW_UBITS(re, &s->gb, 1)) av_log(s->avctx, AV_LOG_ERROR, "cool a new vlc code ,contact the ffmpeg developers and upload the file\n");
1740 av_log(s->avctx, AV_LOG_ERROR, "illegal 3. esc, vlc encoding possible\n");
1767 av_log(s->avctx, AV_LOG_ERROR, "illegal vlc code in ESC3 level=%d\n", level);
1785 av_log(s->avctx, AV_LOG_ERROR, "illegal vlc code in ESC2 level=%d\n", level);
1805 av_log(s->avctx, AV_LOG_ERROR, "illegal vlc cod
[all...]
H A Dmpeg12.c77 INIT_VLC_STATIC(&rl.vlc, TEX_VLC_BITS, rl.n + 2,\
89 for(i=0; i<rl->vlc.table_size; i++){
90 int code= rl->vlc.table[i][0];
91 int len = rl->vlc.table[i][1];
H A Dmpegvideo.c751 for(i=0; i<rl->vlc.table_size; i++){
752 int code= rl->vlc.table[i][0];
753 int len = rl->vlc.table[i][1];
H A Dh263.c3234 skip_bits(&s->gb, 3); /* intra dc vlc threshold */
4632 code = get_vlc2(&s->gb, rl->vlc.table, TEX_VLC_BITS, 2);
4634 av_log(s->avctx, AV_LOG_ERROR, "illegal ac vlc code at %dx%d\n", s->mb_x, s->mb_y);
4712 av_log(s->avctx, AV_LOG_ERROR, "illegal dc vlc\n");
4904 av_log(s->avctx, AV_LOG_ERROR, "illegal 3. esc, vlc encoding possible\n");

Completed in 130 milliseconds

12