Searched refs:new_map_16x16 (Results 1 – 1 of 1) sorted by relevance
582 int vp9_set_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows, in vp9_set_active_map() argument589 if (new_map_16x16) { in vp9_set_active_map()594 new_map_16x16[(r >> 1) * cols + (c >> 1)] in vp9_set_active_map()609 int vp9_get_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows, in vp9_get_active_map() argument612 new_map_16x16) { in vp9_get_active_map()616 memset(new_map_16x16, !cpi->active_map.enabled, rows * cols); in vp9_get_active_map()623 new_map_16x16[(r >> 1) * cols + (c >> 1)] |= in vp9_get_active_map()