Home
last modified time | relevance | path

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

/dports/graphics/libfpx/libfpx-1.3.1-10/jpeg/
H A Ddparser.c234 comp->quant_sel = *p++; in DP_Parse_SOF()
405 (frame->comps[j].quant_sel < 0) || /* or out of range */ in DP_Parse_SOS()
406 (frame->comps[j].quant_sel > 1)) { in DP_Parse_SOS()
417 comp->quant_table = quant_tables[frame->comps[j].quant_sel]; in DP_Parse_SOS()
H A Ddecoder.h117 int quant_sel; /* quantization table selector */ member
H A Ddectile.c312 comp->quant_sel); in Get_Frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dproresenc_kostya.c261 int quant_sel; member
1045 if (ctx->quant_sel != QUANT_MAT_DEFAULT) { in encode_frame()
1260 if (ctx->quant_sel == -1) { in encode_init()
1264 ctx->quant_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1265 ctx->quant_chroma_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1397 { "quant_mat", "quantiser matrix", OFFSET(quant_sel), AV_OPT_TYPE_INT,
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dproresenc_kostya.c261 int quant_sel; member
1045 if (ctx->quant_sel != QUANT_MAT_DEFAULT) { in encode_frame()
1260 if (ctx->quant_sel == -1) { in encode_init()
1264 ctx->quant_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1265 ctx->quant_chroma_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1397 { "quant_mat", "quantiser matrix", OFFSET(quant_sel), AV_OPT_TYPE_INT,
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dproresenc_kostya.c259 int quant_sel; member
1043 if (ctx->quant_sel != QUANT_MAT_DEFAULT) { in encode_frame()
1258 if (ctx->quant_sel == -1) { in encode_init()
1262 ctx->quant_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1263 ctx->quant_chroma_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1395 { "quant_mat", "quantiser matrix", OFFSET(quant_sel), AV_OPT_TYPE_INT,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c260 int quant_sel; member
1044 if (ctx->quant_sel != QUANT_MAT_DEFAULT) { in encode_frame()
1259 if (ctx->quant_sel == -1) { in encode_init()
1263 ctx->quant_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1264 ctx->quant_chroma_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1396 { "quant_mat", "quantiser matrix", OFFSET(quant_sel), AV_OPT_TYPE_INT,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c260 int quant_sel; member
1044 if (ctx->quant_sel != QUANT_MAT_DEFAULT) { in encode_frame()
1259 if (ctx->quant_sel == -1) { in encode_init()
1263 ctx->quant_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1264 ctx->quant_chroma_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1396 { "quant_mat", "quantiser matrix", OFFSET(quant_sel), AV_OPT_TYPE_INT,
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dproresenc_kostya.c216 int quant_sel; member
982 if (ctx->quant_sel != QUANT_MAT_DEFAULT) { in encode_frame()
1192 if (ctx->quant_sel == -1) in encode_init()
1195 ctx->quant_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1317 { "quant_mat", "quantiser matrix", OFFSET(quant_sel), AV_OPT_TYPE_INT,
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dproresenc_kostya.c216 int quant_sel; member
982 if (ctx->quant_sel != QUANT_MAT_DEFAULT) { in encode_frame()
1192 if (ctx->quant_sel == -1) in encode_init()
1195 ctx->quant_mat = prores_quant_matrices[ctx->quant_sel]; in encode_init()
1317 { "quant_mat", "quantiser matrix", OFFSET(quant_sel), AV_OPT_TYPE_INT,
/dports/games/cake/cake_src/cake/jpeg/
H A Dijl.h447 int quant_sel; member