Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dclearvideo.c75 int pmb_width, pmb_height; member
560 if (c->pmb_width * c->pmb_height > 8LL*(buf_size - bytestream2_tell(&gb))) in clv_decode_frame()
574 mvi_reset(&c->mvi, c->pmb_width, c->pmb_height, 1 << c->tile_shift); in clv_decode_frame()
577 for (i = 0; i < c->pmb_width; i++) { in clv_decode_frame()
742 c->pmb_width = (w + c->tile_size - 1) >> c->tile_shift; in clv_decode_init()
746 c->mvi.mv = av_calloc(c->pmb_width * 2, sizeof(*c->mvi.mv)); in clv_decode_init()