Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtargaenc.c157 if (avctx->coder_type == FF_CODER_TYPE_RAW) in targa_encode_frame()
Dsunrastenc.c145 switch (avctx->coder_type) { in sunrast_encode_init()
Dsgienc.c112 if (avctx->coder_type == FF_CODER_TYPE_RAW) in encode_frame()
Dlibopenh264enc.c215 if (s->coder < 0 && avctx->coder_type == FF_CODER_TYPE_AC) in svc_encode_init()
Dlibx264.c752 if (avctx->coder_type >= 0) in X264_init()
753 x4->coder = avctx->coder_type == FF_CODER_TYPE_AC; in X264_init()
Dffv1enc.c559 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()
Davcodec.h1455 int coder_type; member
Dqsvenc.c672 if (avctx->coder_type >= 0) in init_video_param()
673 q->cavlc = avctx->coder_type == FF_CODER_TYPE_VLC; in init_video_param()
Djpeg2000dec.c1756 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()
Doptions_table.h231 {"coder", NULL, OFFSET(coder_type), AV_OPT_TYPE_INT, {.i64 = DEFAULT }, INT_MIN, INT_MAX, V|E, "cod…