Home | History | Annotate | Download | only in enc

Lines Matching refs:kStorageOrder

263   static const uint8_t kStorageOrder[CODE_LENGTH_CODES] = {
270 if (code_length_bitdepth[kStorageOrder[codes_to_store - 1]] != 0) {
276 VP8LWriteBits(bw, 3, code_length_bitdepth[kStorageOrder[i]]);