vpx_active_map Struct Reference
[WebM VP8 Encoder]
vpx active region map More...
#include <vp8cx.h>
Data Fields |
|
| unsigned char * | active_map |
| unsigned int | rows |
| unsigned int | cols |
Detailed Description
vpx active region map
These defines the data structures for active region map
Field Documentation
| unsigned char* vpx_active_map::active_map |
specify an on (1) or off (0) each 16x16 region within a frame
| unsigned int vpx_active_map::rows |
number of rows
| unsigned int vpx_active_map::cols |
number of cols
The documentation for this struct was generated from the following file:
- vpx/vp8cx.h
Generated on Fri May 11 11:24:51 2012 for WebM VP8 Codec SDK by
1.6.3


