Lines Matching refs:t_frame
2476 ctx->t_frame = 0;
3006 if (ctx->t_frame == 0)
3007 ctx->t_frame = s->pb_time;
3008 if (ctx->t_frame == 0)
3009 ctx->t_frame = 1; // 1/0 protection
3010 s->pp_field_time = (ROUNDED_DIV(s->last_non_b_time, ctx->t_frame) -
3011 ROUNDED_DIV(s->last_non_b_time - s->pp_time, ctx->t_frame)) * 2;
3012 s->pb_field_time = (ROUNDED_DIV(s->time, ctx->t_frame) -
3013 ROUNDED_DIV(s->last_non_b_time - s->pp_time, ctx->t_frame)) * 2;
3537 s->t_frame = s1->t_frame;