Go to the documentation of this file.
21 #ifndef AVCODEC_WMV2_H
22 #define AVCODEC_WMV2_H
29 #define SKIP_TYPE_NONE 0
30 #define SKIP_TYPE_MPEG 1
31 #define SKIP_TYPE_ROW 2
32 #define SKIP_TYPE_COL 3
61 static const uint8_t map[3][3] = {
67 return map[(s->
qscale > 10) + (s->
qscale > 20)][cbp_index];