vpx_active_map Struct Reference

vpx active region map More...

Public Attributes

unsigned char * active_map
 specify an on (1) or off (0) each 16x16 region within a frame More...
 
unsigned int rows
 number of rows More...
 
unsigned int cols
 number of cols More...
 

Detailed Description

vpx active region map

These defines the data structures for active region map

Member Data Documentation

◆ active_map

unsigned char * vpx_active_map::active_map

specify an on (1) or off (0) each 16x16 region within a frame

◆ cols

unsigned int vpx_active_map::cols

number of cols

◆ rows

unsigned int vpx_active_map::rows

number of rows