Searched refs:active_map (Results 1 – 2 of 2) sorted by relevance
428 store_byte(vb, go->active_map[i]); in go7007_motion_regions()431 if (!(go->active_map[y * stride + (x >> 3)] & (1 << (x & 7)))) in go7007_motion_regions()491 if (stride * y + (x >> 3) < sizeof(go->active_map)) in write_bitmap_word()492 go->active_map[stride * y + (x >> 3)] |= in write_bitmap_word()621 memset(go->active_map, 0, in go7007_parse_video_stream()622 sizeof(go->active_map)); in go7007_parse_video_stream()
229 unsigned char active_map[216]; member