Home
last modified time | relevance | path

Searched refs:qp_end_table (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c56 static const int qp_end_table[] = { 13, 9, 6, 6, 5, 4}; variable
615 if (slice_size > high_bytes && *qp < qp_end_table[avctx->profile]) { in encode_slice()
622 } while (slice_size > high_bytes && *qp < qp_end_table[avctx->profile]); in encode_slice()

Completed in 2 milliseconds