Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Drv10.c163 int rpr_max; in rv20_decode_picture_header() local
212 rpr_max = s->avctx->extradata[1] & 7; in rv20_decode_picture_header()
213 if (rpr_max) { in rv20_decode_picture_header()
215 int rpr_bits = av_log2(rpr_max) + 1; in rv20_decode_picture_header()
262 av_log(s->avctx, AV_LOG_DEBUG, "F %d/%d/%d\n", f, rpr_bits, rpr_max); in rv20_decode_picture_header()

Completed in 2 milliseconds