Lines Matching refs:codes_to_store
268 int codes_to_store = CODE_LENGTH_CODES;269 for (; codes_to_store > 4; --codes_to_store) {270 if (code_length_bitdepth[kStorageOrder[codes_to_store - 1]] != 0) {274 VP8LWriteBits(bw, 4, codes_to_store - 4);275 for (i = 0; i < codes_to_store; ++i) {