xf 554 libavcodec/cbs_av1.c xf(width, name, current->name, 0, MAX_UINT_BITS(width), 0, ) xf 556 libavcodec/cbs_av1.c xf(width, name, current->name, range_min, range_max, 0, ) xf 562 libavcodec/cbs_av1.c xf(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__) xf 564 libavcodec/cbs_av1.c xf(width, name, current->name, range_min, range_max, subs, __VA_ARGS__) xf 566 libavcodec/cbs_av1.c xf(1, name, current->name, 0, 1, subs, __VA_ARGS__) xf 572 libavcodec/cbs_av1.c xf(width, name, fixed_value, value, value, 0, ); \ xf 627 libavcodec/cbs_av1.c xf(1, name.delta_coded, delta_coded, 0, 1, 0, ); \ xf 704 libavcodec/cbs_av1.c xf(1, name.delta_coded, current->name != 0, 0, 1, 0, ); \ xf 1602 libavcodec/cbs_av1_syntax_template.c xf(b, frame_header_copy[i], xf 1846 libavcodec/cbs_av1_syntax_template.c xf(8, itu_t_t35_payload_bytes[i], current->payload[i], xf 1940 libavcodec/cbs_av1_syntax_template.c xf(8, obu_padding_byte[i], current->payload[i], 0x00, 0xff, 1, i); xf 256 libavcodec/cbs_vp9.c xf(width, name, current->name, 0, ) xf 260 libavcodec/cbs_vp9.c xf(width, name, current->name, subs, __VA_ARGS__) xf 297 libavcodec/cbs_vp9.c xf(1, name.delta_coded, delta_coded, 0, ); \ xf 308 libavcodec/cbs_vp9.c xf(1, name.prob_coded, prob_coded, subs, __VA_ARGS__); \ xf 310 libavcodec/cbs_vp9.c xf(8, name.prob, prob, subs, __VA_ARGS__); \ xf 368 libavcodec/cbs_vp9.c xf(1, name.delta_coded, !!current->name, 0, ); \ xf 374 libavcodec/cbs_vp9.c xf(1, name.prob_coded, current->name != 255, subs, __VA_ARGS__); \ xf 376 libavcodec/cbs_vp9.c xf(8, name.prob, current->name, subs, __VA_ARGS__); \ xf 90 libavfilter/vf_xfade.c AVFrame *xf[2]; xf 105 libavfilter/vf_xfade.c const AVFrame *xf[2]; xf 1305 libavfilter/vf_xfade.c AVFrame *in = s->xf[nb]; xf 1461 libavfilter/vf_xfade.c s->transitionf(ctx, td->xf[0], td->xf[1], td->out, td->progress, slice_start, slice_end, jobnr); xf 1478 libavfilter/vf_xfade.c td.xf[0] = a, td.xf[1] = b, td.out = out, td.progress = progress; xf 1515 libavfilter/vf_xfade.c s->xf[0] = ff_inlink_peek_frame(ctx->inputs[0], 0); xf 1516 libavfilter/vf_xfade.c if (s->xf[0]) { xf 1518 libavfilter/vf_xfade.c s->first_pts = s->xf[0]->pts; xf 1520 libavfilter/vf_xfade.c s->pts = s->xf[0]->pts; xf 1521 libavfilter/vf_xfade.c if (s->first_pts + s->offset_pts > s->xf[0]->pts) { xf 1522 libavfilter/vf_xfade.c s->xf[0] = NULL; xf 1532 libavfilter/vf_xfade.c if (s->xf[0] && ff_inlink_queued_frames(ctx->inputs[1]) > 0) { xf 1533 libavfilter/vf_xfade.c ff_inlink_consume_frame(ctx->inputs[0], &s->xf[0]); xf 1534 libavfilter/vf_xfade.c ff_inlink_consume_frame(ctx->inputs[1], &s->xf[1]); xf 1536 libavfilter/vf_xfade.c s->last_pts = s->xf[1]->pts; xf 1537 libavfilter/vf_xfade.c s->pts = s->xf[0]->pts; xf 1538 libavfilter/vf_xfade.c if (s->xf[0]->pts - (s->first_pts + s->offset_pts) > s->duration_pts) xf 1540 libavfilter/vf_xfade.c ret = xfade_frame(ctx, s->xf[0], s->xf[1]); xf 1541 libavfilter/vf_xfade.c av_frame_free(&s->xf[0]); xf 1542 libavfilter/vf_xfade.c av_frame_free(&s->xf[1]); xf 1560 libavfilter/vf_xfade.c if (!s->eof[0] && !s->xf[0]) xf 68 libavfilter/vf_xfade_opencl.c AVFrame *xf[2]; xf 176 libavfilter/vf_xfade_opencl.c mem = (cl_mem)ctx->xf[0]->data[plane]; xf 180 libavfilter/vf_xfade_opencl.c mem = (cl_mem)ctx->xf[1]->data[plane]; xf 201 libavfilter/vf_xfade_opencl.c err = av_frame_copy_props(output, ctx->xf[0]); xf 288 libavfilter/vf_xfade_opencl.c ctx->xf[0] = ff_inlink_peek_frame(avctx->inputs[0], 0); xf 289 libavfilter/vf_xfade_opencl.c if (ctx->xf[0]) { xf 291 libavfilter/vf_xfade_opencl.c ctx->first_pts = ctx->xf[0]->pts; xf 293 libavfilter/vf_xfade_opencl.c ctx->pts = ctx->xf[0]->pts; xf 294 libavfilter/vf_xfade_opencl.c if (ctx->first_pts + ctx->offset_pts > ctx->xf[0]->pts) { xf 295 libavfilter/vf_xfade_opencl.c ctx->xf[0] = NULL; xf 305 libavfilter/vf_xfade_opencl.c if (ctx->xf[0] && ff_inlink_queued_frames(avctx->inputs[1]) > 0) { xf 306 libavfilter/vf_xfade_opencl.c ff_inlink_consume_frame(avctx->inputs[0], &ctx->xf[0]); xf 307 libavfilter/vf_xfade_opencl.c ff_inlink_consume_frame(avctx->inputs[1], &ctx->xf[1]); xf 309 libavfilter/vf_xfade_opencl.c ctx->last_pts = ctx->xf[1]->pts; xf 310 libavfilter/vf_xfade_opencl.c ctx->pts = ctx->xf[0]->pts; xf 311 libavfilter/vf_xfade_opencl.c if (ctx->xf[0]->pts - (ctx->first_pts + ctx->offset_pts) > ctx->duration_pts) xf 313 libavfilter/vf_xfade_opencl.c ret = xfade_frame(avctx, ctx->xf[0], ctx->xf[1]); xf 314 libavfilter/vf_xfade_opencl.c av_frame_free(&ctx->xf[0]); xf 315 libavfilter/vf_xfade_opencl.c av_frame_free(&ctx->xf[1]); xf 333 libavfilter/vf_xfade_opencl.c if (!ctx->eof[0] && !ctx->xf[0])