Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dproresenc_anatoliy.c55 static const int qp_start_table[] = { 8, 3, 2, 1, 1, 1}; variable
624 > qp_start_table[avctx->profile]) { in encode_slice()
631 } while (slice_size < low_bytes && *qp > qp_start_table[avctx->profile]); in encode_slice()
686 qp = qp_start_table[avctx->profile]; in prores_encode_picture()