Lines Matching refs:cbp
170 int cbp, coded_cbp, i;
177 /* compute cbp */
178 cbp = 0;
181 cbp |= 1 << (5 - i);
184 ff_wmv2_inter_table[w->cbp_table_index][cbp + 64][1],
185 ff_wmv2_inter_table[w->cbp_table_index][cbp + 64][0]);
194 /* compute cbp */
195 cbp = 0;
200 cbp |= val << (5 - i);
216 ff_wmv2_inter_table[w->cbp_table_index][cbp][1],
217 ff_wmv2_inter_table[w->cbp_table_index][cbp][0]);