HomeSort by: relevance | last modified time | path
    Searched refs:rep_index (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder_optimum_fast.c 48 uint32_t rep_index = 0; local
74 rep_index = i;
114 *back_res = rep_index;
lzma_encoder_optimum_normal.c 76 get_pure_rep_price(const lzma_lzma1_encoder *const coder, const uint32_t rep_index,
81 if (rep_index == 0) {
87 if (rep_index == 1) {
92 rep_index - 2);
101 get_rep_price(const lzma_lzma1_encoder *const coder, const uint32_t rep_index,
106 + get_pure_rep_price(coder, rep_index, state, pos_state);
602 for (uint32_t rep_index = 0; rep_index < REPS; ++rep_index) {
603 const uint8_t *const buf_back = buf - reps[rep_index] - 1
    [all...]

Completed in 74 milliseconds