Home
last modified time | relevance | path

Searched refs:new_map_16x16 (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c582 int vp9_set_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows, in vp9_set_active_map() argument
589 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() argument
612 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()