Searched refs:aheight (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | ivi.c | 86 int buf_size = band->pitch * band->aheight; in ivi_mc() 342 band->aheight = height_aligned; in ff_ivi_init_planes() 506 int buf_size = band->pitch * band->aheight - offs; in ivi_decode_coded_blocks() 669 mb->ypos + dmv_y + band->mb_size + cy > band->aheight) { in ivi_decode_blocks() 684 mb->ypos + dmv_y + band->mb_size + cy > band->aheight) { in ivi_decode_blocks() 709 int buf_size = band->pitch * band->aheight - buf_offs; in ivi_decode_blocks() 818 || mb->ypos + dmv_y + mb_size + cy > band->aheight) { in ivi_process_empty_tile()
|
H A D | ivi.h | 149 int aheight; ///< aligned band height member
|
H A D | g2meet.c | 869 int extrabytes, tile_width, tile_height, awidth, aheight; in epic_jb_decode_tile() local 901 aheight = FFALIGN(tile_height, 16); in epic_jb_decode_tile() 972 (aheight >> 3) * bstride * sizeof(*c->kempf_flags)); in epic_jb_decode_tile() 987 memset(c->jpeg_tile, 0, c->tile_stride * aheight); in epic_jb_decode_tile() 988 jpg_decode_data(&c->jc, awidth, aheight, src, src_size, in epic_jb_decode_tile()
|
Completed in 7 milliseconds