Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegvideo.c2271 const int height_of_mb = 4 - s->avctx->lowres; in ff_init_block_index() local
2288 s->dest[0] += s->mb_y * linesize << height_of_mb; in ff_init_block_index()
2289 s->dest[1] += s->mb_y * uvlinesize << (height_of_mb - s->chroma_y_shift); in ff_init_block_index()
2290 s->dest[2] += s->mb_y * uvlinesize << (height_of_mb - s->chroma_y_shift); in ff_init_block_index()
2292 s->dest[0] += (s->mb_y>>1) * linesize << height_of_mb; in ff_init_block_index()
2293 s->dest[1] += (s->mb_y>>1) * uvlinesize << (height_of_mb - s->chroma_y_shift); in ff_init_block_index()
2294 s->dest[2] += (s->mb_y>>1) * uvlinesize << (height_of_mb - s->chroma_y_shift); in ff_init_block_index()