Lines Matching full:extra
23 #define ZERO_TOKEN 0 /* 0 Extra Bits 0+0 */
24 #define ONE_TOKEN 1 /* 1 Extra Bits 0+1 */
25 #define TWO_TOKEN 2 /* 2 Extra Bits 0+1 */
26 #define THREE_TOKEN 3 /* 3 Extra Bits 0+1 */
27 #define FOUR_TOKEN 4 /* 4 Extra Bits 0+1 */
28 #define DCT_VAL_CATEGORY1 5 /* 5-6 Extra Bits 1+1 */
29 #define DCT_VAL_CATEGORY2 6 /* 7-10 Extra Bits 2+1 */
30 #define DCT_VAL_CATEGORY3 7 /* 11-18 Extra Bits 3+1 */
31 #define DCT_VAL_CATEGORY4 8 /* 19-34 Extra Bits 4+1 */
32 #define DCT_VAL_CATEGORY5 9 /* 35-66 Extra Bits 5+1 */
33 #define DCT_VAL_CATEGORY6 10 /* 67+ Extra Bits 11+1 */
34 #define DCT_EOB_TOKEN 11 /* EOB Extra Bits 0+0 */