Lines Matching defs:height
222 for (y = 0; y < avctx->height; y += 16) {
274 for (y = 0; y < avctx->height; y += 16) {
361 int width, height;
384 height = avctx->height;
393 height = 240;
397 height = 240;
401 height = 704;
405 height = 288;
409 height = 288;
413 height = 576;
438 avctx->height != height) {
446 ret = ff_set_dimensions(avctx, width, height);