Lines Matching defs:pc
33 ParseContext pc;
43 uint64_t state = bpc->pc.state64;
51 if (bpc->pc.frame_start_found <= 2+4+4) {
54 if (bpc->pc.frame_start_found == 0) {
58 bpc->pc.frame_start_found = 1;
60 } else if (bpc->pc.frame_start_found == 2+4+4) {
64 bpc->pc.frame_start_found = 0;
67 bpc->pc.frame_start_found++;
70 if (bpc->pc.index + i > 17) {
75 bpc->pc.state64 = 0;
78 } else if (bpc->pc.frame_start_found)
79 bpc->pc.frame_start_found++;
81 bpc->pc.state64 = state;
89 bpc->pc.frame_start_found = 0;
95 if (ff_combine_frame(&bpc->pc, next, &buf, &buf_size) < 0)
99 bpc->pc.frame_start_found = FFMAX(bpc->pc.frame_start_found - i - 1, 0);
101 bpc->pc.frame_start_found = 0;