Home
last modified time | relevance | path

Searched refs:aheight (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Divi.c86 int buf_size = band->pitch * band->aheight; in ivi_mc()
340 band->aheight = height_aligned; in ff_ivi_init_planes()
504 int buf_size = band->pitch * band->aheight - offs; in ivi_decode_coded_blocks()
667 mb->ypos + dmv_y + band->mb_size + cy > band->aheight) { in ivi_decode_blocks()
682 mb->ypos + dmv_y + band->mb_size + cy > band->aheight) { in ivi_decode_blocks()
707 int buf_size = band->pitch * band->aheight - buf_offs; in ivi_decode_blocks()
816 || mb->ypos + dmv_y + mb_size + cy > band->aheight) { in ivi_process_empty_tile()
Divi.h149 int aheight; ///< aligned band height member
Dg2meet.c867 int extrabytes, tile_width, tile_height, awidth, aheight; in epic_jb_decode_tile() local
899 aheight = FFALIGN(tile_height, 16); in epic_jb_decode_tile()
970 (aheight >> 3) * bstride * sizeof(*c->kempf_flags)); in epic_jb_decode_tile()
985 memset(c->jpeg_tile, 0, c->tile_stride * aheight); in epic_jb_decode_tile()
986 jpg_decode_data(&c->jc, awidth, aheight, src, src_size, in epic_jb_decode_tile()