Home
last modified time | relevance | path

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

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