Lines Matching defs:bpc
46 XBMParseContext *bpc = s->priv_data;
48 bpc->count = 1;
57 XBMParseContext *bpc = s->priv_data;
58 uint64_t state = bpc->pc.state64;
59 uint16_t state16 = bpc->state16;
74 bpc->count++;
76 if ((state == KEY && bpc->count == 1)) {
81 bpc->count = 0;
86 bpc->pc.state64 = state;
87 bpc->state16 = state16;
88 if (ff_combine_frame(&bpc->pc, next, &buf, &buf_size) < 0) {