Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h885 int vp9_set_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows,
888 int vp9_get_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows,
Dvp9_encoder.c723 int vp9_set_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows, in vp9_set_active_map() argument
730 if (new_map_16x16) { in vp9_set_active_map()
735 new_map_16x16[(r >> 1) * cols + (c >> 1)] in vp9_set_active_map()
750 int vp9_get_active_map(VP9_COMP *cpi, unsigned char *new_map_16x16, int rows, in vp9_get_active_map() argument
753 new_map_16x16) { in vp9_get_active_map()
757 memset(new_map_16x16, !cpi->active_map.enabled, rows * cols); in vp9_get_active_map()
764 new_map_16x16[(r >> 1) * cols + (c >> 1)] |= in vp9_get_active_map()
/external/libaom/libaom/av1/encoder/
Dencoder.c186 int av1_set_active_map(AV1_COMP *cpi, unsigned char *new_map_16x16, int rows, in av1_set_active_map() argument
195 if (new_map_16x16) { in av1_set_active_map()
200 new_map_16x16[(r >> row_scale) * cols + (c >> col_scale)] in av1_set_active_map()
215 int av1_get_active_map(AV1_COMP *cpi, unsigned char *new_map_16x16, int rows, in av1_get_active_map() argument
218 new_map_16x16) { in av1_get_active_map()
225 memset(new_map_16x16, !cpi->active_map.enabled, rows * cols); in av1_get_active_map()
232 new_map_16x16[(r >> row_scale) * cols + (c >> col_scale)] |= in av1_get_active_map()