Searched refs:total_pixels (Results 1 – 3 of 3) sorted by relevance
302 int total_pixels = width * height; in xan_wc3_decode_frame() local357 while (total_pixels && opcode_buffer < opcode_buffer_end) { in xan_wc3_decode_frame()417 if (size > total_pixels) in xan_wc3_decode_frame()451 total_pixels -= size; in xan_wc3_decode_frame()
448 int *total_rgb, int *total_pixels, in update_block_stats() argument470 *total_pixels = 0; in update_block_stats()489 total_pixels_blk = *total_pixels + bi->block_height * bi->block_width; in update_block_stats()541 *total_pixels = total_pixels_blk; in update_block_stats()
1385 const unsigned total_pixels = surf->surf_size / surf->bpe; in gfx6_compute_surface() local1389 surf->meta_size = (total_pixels / htile_block_size) * htile_element_size; in gfx6_compute_surface()