Home | History | Annotate | Download | only in enc

Lines Matching refs:symbol

261   // This sequence is tuned from that, but more weighted for lower symbol count,
408 VP8LWriteBits(bw, 1, 0); // Code bit for small (1 bit) symbol value.
426 const int symbol = code->codes[code_index];
427 VP8LWriteBits(bw, depth, symbol);
493 const uint16_t histogram_symbols[1] = { 0 }; // only one tree, one symbol