Searched refs:field_h (Results 1 – 1 of 1) sorted by relevance
70 int field_h = (avctx->height + !field) >> 1; in decode_frame() local71 int field_size, min_field_size = avctx->width * 2 * field_h; in decode_frame()90 for (i = 0; i < field_h; i++) { in decode_frame()91 if (s->change_field_order && field && i == field_h - 1) in decode_frame()