Searched refs:IMG_LEN (Results 1 – 1 of 1) sorted by relevance
520 #define IMG_LEN(rect_h, w, rect_w, bpp) (((rect_h) * w) * bpp) macro529 *len0 = IMG_LEN(rect->h, img->width, rect->w, bpp); in get_len()