Home | History | Annotate | Download | only in enc

Lines Matching refs:num_tokens

285     const HuffmanTreeToken* const tokens, const int num_tokens,
288 for (i = 0; i < num_tokens; ++i) {
312 int num_tokens;
323 num_tokens = VP8LCreateCompressedHuffmanTree(tree, tokens, max_tokens);
327 for (i = 0; i < num_tokens; ++i) {
340 int trimmed_length = num_tokens;
343 int i = num_tokens;
359 length = write_trimmed_length ? trimmed_length : num_tokens;