Searched refs:fheight (Results 1 – 3 of 3) sorted by relevance
1084 int fheight = avctx->height; in predict_motion() local1116 fheight = fheight >> 1; in predict_motion()1133 offsety + height + (mv.y + 1 >> 1) > fheight) in predict_motion()
2609 int fheight = ttSHORT(info->data + info->hhea + 4) - ttSHORT(info->data + info->hhea + 6); in stbtt_ScaleForPixelHeight() local2610 return (float) height / fheight; in stbtt_ScaleForPixelHeight()