Searched refs:coder_type (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | targaenc.c | 157 if (avctx->coder_type == FF_CODER_TYPE_RAW) in targa_encode_frame()
|
D | sunrastenc.c | 145 switch (avctx->coder_type) { in sunrast_encode_init()
|
D | sgienc.c | 112 if (avctx->coder_type == FF_CODER_TYPE_RAW) in encode_frame()
|
D | libopenh264enc.c | 215 if (s->coder < 0 && avctx->coder_type == FF_CODER_TYPE_AC) in svc_encode_init()
|
D | libx264.c | 752 if (avctx->coder_type >= 0) in X264_init() 753 x4->coder = avctx->coder_type == FF_CODER_TYPE_AC; in X264_init()
|
D | ffv1enc.c | 559 if (avctx->coder_type != -1) in encode_init() 560 s->ac = avctx->coder_type > 0 ? AC_RANGE_CUSTOM_TAB : AC_GOLOMB_RICE; in encode_init()
|
D | avcodec.h | 1455 int coder_type; member
|
D | qsvenc.c | 672 if (avctx->coder_type >= 0) in init_video_param() 673 q->cavlc = avctx->coder_type == FF_CODER_TYPE_VLC; in init_video_param()
|
D | jpeg2000dec.c | 1756 int coder_type; in decode_cblk() local 1796 if (passno && (coder_type = needs_termination(codsty->cblk_style, pass_cnt))) { in decode_cblk() 1807 ff_mqc_initdec(&t1->mqc, cblk->data + cblk->data_start[++term_cnt], coder_type == 2, 0); in decode_cblk()
|
D | options_table.h | 231 {"coder", NULL, OFFSET(coder_type), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E, "cod…
|