Home
last modified time | relevance | path

Searched refs:RowContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddnxhddec.c40 typedef struct RowContext { struct
50 } RowContext; argument
54 RowContext *rows;
76 RowContext *row, int n);
83 RowContext *row, int n);
85 RowContext *row, int n);
87 RowContext *row, int n);
89 RowContext *row, int n);
91 RowContext *row, int n);
106 ctx->rows = av_mallocz_array(avctx->thread_count, sizeof(RowContext)); in dnxhd_decode_init()
[all …]