Lines Matching defs:height
66 int pixel_limit = s->frame->linesize[0] * s->avctx->height;
152 int pixel_limit = s->frame->linesize[0] * s->avctx->height;
210 int pixel_limit = s->frame->linesize[0] * s->avctx->height;
261 int pixel_limit = s->frame->linesize[0] * s->avctx->height;
308 int pixel_limit = s->frame->linesize[0] * s->avctx->height;
363 int pixel_limit = s->frame->linesize[0] * s->avctx->height;
454 int height, row_ptr;
484 height = bytestream2_get_be16(&s->g);
486 if (height > s->avctx->height - start_line) {
492 height = s->avctx->height;
502 qtrle_decode_1bpp(s, row_ptr, height);
508 qtrle_decode_2n4bpp(s, row_ptr, height, 2);
514 qtrle_decode_2n4bpp(s, row_ptr, height, 4);
520 qtrle_decode_8bpp(s, row_ptr, height);
525 qtrle_decode_16bpp(s, row_ptr, height);
529 qtrle_decode_24bpp(s, row_ptr, height);
533 qtrle_decode_32bpp(s, row_ptr, height);