Lines Matching refs:block_height
77 int block_height;
130 bi->block_height = bi->image_height % 4;
132 bi->block_height = 4;
207 for (y = 0; y < bi->block_height; y++) {
248 for (y = 0; y < bi->block_height; y++) {
274 count = bi->block_height * bi->block_width;
279 for (i = 0; i < bi->block_height; i++) {
326 for (i = 0; i < bi->block_height; i++) {
489 total_pixels_blk = *total_pixels + bi->block_height * bi->block_width;
494 for (y = 0; y < bi->block_height; y++) {