Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c552 int high_bytes = (tgt_bits + (tgt_bits >> 3)) >> 3; in encode_slice() local
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 3 milliseconds