/dports/graphics/libfpx/libfpx-1.3.1-10/jpeg/ |
H A D | dparser.c | 234 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 D | decoder.h | 117 int quant_sel; /* quantization table selector */ member
|
H A D | dectile.c | 312 comp->quant_sel); in Get_Frame()
|
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/ |
H A D | proresenc_kostya.c | 261 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 D | proresenc_kostya.c | 261 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 D | proresenc_kostya.c | 259 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 D | proresenc_kostya.c | 260 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 D | proresenc_kostya.c | 260 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 D | proresenc_kostya.c | 216 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 D | proresenc_kostya.c | 216 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 D | ijl.h | 447 int quant_sel; member
|