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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmv2.h47 int cbp_table_index; member in struct:Wmv2Context
H A Dwmv2enc.c113 w->cbp_table_index= map[cbp_index];
116 w->cbp_table_index= map[cbp_index];
119 w->cbp_table_index= map[cbp_index];
171 ff_wmv2_inter_table[w->cbp_table_index][cbp + 64][1],
172 ff_wmv2_inter_table[w->cbp_table_index][cbp + 64][0]);
202 ff_wmv2_inter_table[w->cbp_table_index][cbp][1],
203 ff_wmv2_inter_table[w->cbp_table_index][cbp][0]);
H A Dwmv2dec.c172 w->cbp_table_index= map[cbp_index];
175 w->cbp_table_index= map[cbp_index];
178 w->cbp_table_index= map[cbp_index];
216 w->cbp_table_index,
357 code = get_vlc2(&s->gb, ff_mb_non_intra_vlc[w->cbp_table_index].table, MB_NON_INTRA_VLC_BITS, 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmv2.h46 int cbp_table_index; member in struct:Wmv2Context
H A Dwmv2enc.c112 w->cbp_table_index= map[cbp_index];
115 w->cbp_table_index= map[cbp_index];
118 w->cbp_table_index= map[cbp_index];
170 wmv2_inter_table[w->cbp_table_index][cbp + 64][1],
171 wmv2_inter_table[w->cbp_table_index][cbp + 64][0]);
199 wmv2_inter_table[w->cbp_table_index][cbp][1],
200 wmv2_inter_table[w->cbp_table_index][cbp][0]);
H A Dwmv2dec.c172 w->cbp_table_index= map[cbp_index];
175 w->cbp_table_index= map[cbp_index];
178 w->cbp_table_index= map[cbp_index];
216 w->cbp_table_index,
360 code = get_vlc2(&s->gb, ff_mb_non_intra_vlc[w->cbp_table_index].table, MB_NON_INTRA_VLC_BITS, 3);

Completed in 68 milliseconds