Home
last modified time | relevance | path

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

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dproresenc_anatoliy.c51 static const int qp_start_table[4] = { 4, 1, 1, 1 }; variable
422 > qp_start_table[avctx->profile]) { in encode_slice()
429 } while (slice_size < low_bytes && *qp > qp_start_table[avctx->profile]); in encode_slice()
457 qp = qp_start_table[avctx->profile]; in prores_encode_picture()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dproresenc_anatoliy.c51 static const int qp_start_table[4] = { 4, 1, 1, 1 }; variable
422 > qp_start_table[avctx->profile]) { in encode_slice()
429 } while (slice_size < low_bytes && *qp > qp_start_table[avctx->profile]); in encode_slice()
457 qp = qp_start_table[avctx->profile]; in prores_encode_picture()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dproresenc_anatoliy.c55 static const int qp_start_table[5] = { 8, 3, 2, 1, 1}; variable
462 > qp_start_table[avctx->profile]) { in encode_slice()
469 } while (slice_size < low_bytes && *qp > qp_start_table[avctx->profile]); in encode_slice()
497 qp = qp_start_table[avctx->profile]; in prores_encode_picture()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dproresenc_anatoliy.c53 static const int qp_start_table[] = { 8, 3, 2, 1, 1, 1}; variable
622 > qp_start_table[avctx->profile]) { in encode_slice()
629 } while (slice_size < low_bytes && *qp > qp_start_table[avctx->profile]); in encode_slice()
684 qp = qp_start_table[avctx->profile]; in prores_encode_picture()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dproresenc_anatoliy.c53 static const int qp_start_table[] = { 8, 3, 2, 1, 1, 1}; variable
622 > qp_start_table[avctx->profile]) { in encode_slice()
629 } while (slice_size < low_bytes && *qp > qp_start_table[avctx->profile]); in encode_slice()
684 qp = qp_start_table[avctx->profile]; in prores_encode_picture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c52 static const int qp_start_table[6] = { 8, 3, 2, 1, 1, 1}; variable
620 > qp_start_table[avctx->profile]) { in encode_slice()
627 } while (slice_size < low_bytes && *qp > qp_start_table[avctx->profile]); in encode_slice()
682 qp = qp_start_table[avctx->profile]; in prores_encode_picture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c52 static const int qp_start_table[] = { 8, 3, 2, 1, 1, 1}; variable
621 > qp_start_table[avctx->profile]) { in encode_slice()
628 } while (slice_size < low_bytes && *qp > qp_start_table[avctx->profile]); in encode_slice()
683 qp = qp_start_table[avctx->profile]; in prores_encode_picture()