Lines Matching full:codes_to_store
255 int codes_to_store = CODE_LENGTH_CODES;256 for (; codes_to_store > 4; --codes_to_store) {257 if (code_length_bitdepth[kStorageOrder[codes_to_store - 1]] != 0) {261 VP8LWriteBits(bw, 4, codes_to_store - 4);262 for (i = 0; i < codes_to_store; ++i) {