Lines Matching defs:cbp
166 int i, cbp;
167 cbp = 0;
170 cbp |= 1 << (5 - i);
171 return cbp;
254 int mvd, mv_diff_x, mv_diff_y, i, cbp;
255 cbp = 63; // avoid warning
261 /* compute cbp */
262 cbp = get_cbp(s, block);
267 if ((cbp | mvd) == 0) {
292 if (cbp)
297 if (s->dquant && cbp) {
323 av_assert1(cbp > 0);
325 ff_h261_cbp_tab[cbp - 1][1],
326 ff_h261_cbp_tab[cbp - 1][0]);