Home
last modified time | relevance | path

Searched refs:IVI_MBs_PER_TILE (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Divi.h286 #define IVI_MBs_PER_TILE(tile_width, tile_height, mb_size) \ macro
H A Dindeo5.c471 if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)) { in decode_mb_info()
473 tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, band->mb_size)); in decode_mb_info()
H A Divi.c371 tile->num_MBs = IVI_MBs_PER_TILE(tile->width, tile->height, in ivi_init_tiles()
763 if (tile->num_MBs != IVI_MBs_PER_TILE(tile->width, tile->height, mb_size)) { in ivi_process_empty_tile()
766 tile->num_MBs, IVI_MBs_PER_TILE(tile->width, tile->height, mb_size)); in ivi_process_empty_tile()

Completed in 8 milliseconds