Home | History | Annotate | Download | only in enc

Lines Matching refs:num_tokens

536     const HuffmanTreeToken* const tokens, const int num_tokens,
539 for (i = 0; i < num_tokens; ++i) {
565 int num_tokens;
572 num_tokens = VP8LCreateCompressedHuffmanTree(tree, tokens, max_tokens);
577 for (i = 0; i < num_tokens; ++i) {
588 int trimmed_length = num_tokens;
591 int i = num_tokens;
607 length = write_trimmed_length ? trimmed_length : num_tokens;