Home | History | Annotate | Download | only in enc

Lines Matching defs:base_id

115   uint32_t base_id = TOKEN_ID(coeff_type, n, ctx, 0);
116 if (!AddToken(tokens, last >= 0, base_id + 0)) {
124 if (!AddToken(tokens, v != 0, base_id + 1)) {
126 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
129 if (!AddToken(tokens, v > 1, base_id + 2)) {
132 if (!AddToken(tokens, v > 4, base_id + 3)) {
133 if (AddToken(tokens, v != 2, base_id + 4))
134 AddToken(tokens, v == 4, base_id + 5);
135 } else if (!AddToken(tokens, v > 10, base_id + 6)) {
136 if (!AddToken(tokens, v > 6, base_id + 7)) {
146 AddToken(tokens, 0, base_id + 8);
147 AddToken(tokens, 0, base_id + 9);
152 AddToken(tokens, 0, base_id + 8);
153 AddToken(tokens, 1, base_id + 9);
158 AddToken(tokens, 1, base_id + 8);
159 AddToken(tokens, 0, base_id + 10);
164 AddToken(tokens, 1, base_id + 8);
165 AddToken(tokens, 1, base_id + 10);
178 base_id = TOKEN_ID(coeff_type, VP8EncBands[n], ctx, 0);
179 if (n == 16 || !AddToken(tokens, n <= last, base_id + 0)) {