Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dspherical.c45 uint64_t orig_height = (uint64_t) height * UINT32_MAX / in av_spherical_tile_bounds() local
50 *top = (orig_height * map->bound_top + UINT32_MAX - 1) / UINT32_MAX; in av_spherical_tile_bounds()
52 *bottom = orig_height - height - *top; in av_spherical_tile_bounds()
/third_party/skia/third_party/externals/harfbuzz/util/
Dhelper-cairo-ansi.hh180 unsigned int orig_height = height; in helper_cairo_surface_write_to_ansi_stream() local
192 if (height < orig_height) in helper_cairo_surface_write_to_ansi_stream()
/third_party/ffmpeg/libavcodec/
Dqpeg.c135 int orig_height; in qpeg_decode_inter() local
145 orig_height = height; in qpeg_decode_inter()
181 (height - me_y - me_h < 0) || (height - me_y >= orig_height) || in qpeg_decode_inter()
Drv34.h114 int orig_width, orig_height; member
Drv30.c72 h = r->orig_height; in rv30_parse_slice_header()
266 r->orig_height = avctx->coded_height; in rv30_decode_init()
Dmjpegdec.h68 int orig_height; /* size given at codec init */ member
Drv10.c55 int orig_width, orig_height; member
227 new_h = rv->orig_height; in rv20_decode_picture_header()
387 rv->orig_height = in rv10_decode_init()
Dmjpegdec.c142 s->orig_height = avctx->coded_height; in ff_mjpeg_decode_init()
437 s->orig_height != 0 && in ff_mjpeg_decode_sof()
438 s->height < ((s->orig_height * 3) / 4)) { in ff_mjpeg_decode_sof()
452 s->orig_height < height) in ff_mjpeg_decode_sof()
453 s->avctx->height = AV_CEIL_RSHIFT(s->orig_height, s->avctx->lowres); in ff_mjpeg_decode_sof()
2868 avctx->coded_height > s->orig_height) { in ff_mjpeg_receive_frame()
Dg2meet.c141 int orig_width, orig_height; member
1603 c->orig_height = avctx->height; in g2m_decode_init()