Searched refs:active_map (Results 1 – 3 of 3) sorted by relevance
422 store_byte(vb, go->active_map[i]); in go7007_motion_regions()425 if (!(go->active_map[y * stride + (x >> 3)] & (1 << (x & 7)))) in go7007_motion_regions()486 if (stride * y + (x >> 3) < sizeof(go->active_map)) in write_bitmap_word()487 go->active_map[stride * y + (x >> 3)] |= in write_bitmap_word()616 memset(go->active_map, 0, in go7007_parse_video_stream()617 sizeof(go->active_map)); in go7007_parse_video_stream()
221 unsigned char active_map[216]; member
83 unsigned long active_map; member142 clear_bit(level, &zwsm->active_map); in zstd_reclaim_timer_fn()205 set_bit(ZSTD_BTRFS_MAX_LEVEL - 1, &zwsm->active_map); in zstd_alloc_workspace_manager()255 for_each_set_bit_from(i, &zwsm->active_map, ZSTD_BTRFS_MAX_LEVEL) { in zstd_find_workspace()265 clear_bit(i, &zwsm->active_map); in zstd_find_workspace()352 set_bit(workspace->level, &zwsm->active_map); in zstd_put_workspace()