Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A 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/
H A 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/
H A Dqpeg.c137 int orig_height; in qpeg_decode_inter() local
147 orig_height = height; in qpeg_decode_inter()
183 (height - me_y - me_h < 0) || (height - me_y >= orig_height) || in qpeg_decode_inter()
H A Drv34.h114 int orig_width, orig_height; member
H A Dmjpegdec.h70 int orig_height; /* size given at codec init */ member
H A Drv30.c74 h = r->orig_height; in rv30_parse_slice_header()
268 r->orig_height = avctx->coded_height; in rv30_decode_init()
H A Drv10.c58 int orig_width, orig_height; member
229 new_h = rv->orig_height; in rv20_decode_picture_header()
388 rv->orig_height = in rv10_decode_init()
H A Dmjpegdec.c145 s->orig_height = avctx->coded_height; in ff_mjpeg_decode_init()
442 s->orig_height != 0 && in ff_mjpeg_decode_sof()
443 s->height < ((s->orig_height * 3) / 4)) { in ff_mjpeg_decode_sof()
457 s->orig_height < height) in ff_mjpeg_decode_sof()
458 s->avctx->height = AV_CEIL_RSHIFT(s->orig_height, s->avctx->lowres); in ff_mjpeg_decode_sof()
2942 avctx->coded_height > s->orig_height) { in ff_mjpeg_receive_frame()
H A Dg2meet.c142 int orig_width, orig_height; member
1602 c->orig_height = avctx->height; in g2m_decode_init()

Completed in 12 milliseconds