Lines Matching refs:pc
32 ParseContext pc;
42 uint64_t state = ctx->pc.state64;
50 if (ctx->pc.frame_start_found <= 8) {
53 if (ctx->pc.frame_start_found == 0) {
57 ctx->pc.frame_start_found = 1;
61 } else if (ctx->pc.frame_start_found == 8) {
63 ctx->pc.frame_start_found = 0;
66 ctx->pc.frame_start_found++;
68 if (ctx->pc.index + i > 15) {
73 ctx->pc.state64 = 0;
76 } else if (ctx->pc.frame_start_found)
77 ctx->pc.frame_start_found++;
79 ctx->pc.state64 = state;
87 ctx->pc.frame_start_found = 0;
93 if (ff_combine_frame(&ctx->pc, next, &buf, &buf_size) < 0)
97 ctx->pc.frame_start_found = FFMAX(ctx->pc.frame_start_found - i - 1, 0);
99 ctx->pc.frame_start_found = 0;