Searched refs:cbp_table_index (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwmv2.h46 int cbp_table_index; member in struct:Wmv2Context
H A Dwmv2enc.c125 w->cbp_table_index= map[cbp_index];
128 w->cbp_table_index= map[cbp_index];
131 w->cbp_table_index= map[cbp_index];
183 wmv2_inter_table[w->cbp_table_index][cbp + 64][1],
184 wmv2_inter_table[w->cbp_table_index][cbp + 64][0]);
216 wmv2_inter_table[w->cbp_table_index][cbp][1],
217 wmv2_inter_table[w->cbp_table_index][cbp][0]);
H A Dwmv2dec.c181 w->cbp_table_index= map[cbp_index];
184 w->cbp_table_index= map[cbp_index];
187 w->cbp_table_index= map[cbp_index];
225 w->cbp_table_index,
373 code = get_vlc2(&s->gb, ff_mb_non_intra_vlc[w->cbp_table_index].table, MB_NON_INTRA_VLC_BITS, 3);

Completed in 53 milliseconds