Searched refs:stack_len (Results 1 – 3 of 3) sorted by relevance
69 int stackrun[120], stackcb[120], stack_len; in codebook_trellis_rate() local156 stack_len = 0; in codebook_trellis_rate()165 stackrun[stack_len] = path[ppos][cb].run; in codebook_trellis_rate()166 stackcb [stack_len] = cb; in codebook_trellis_rate()169 stack_len++; in codebook_trellis_rate()173 for (i = stack_len - 1; i >= 0; i--) { in codebook_trellis_rate()
87 int stackrun[120], stackcb[120], stack_len; in encode_window_bands_info() local152 stack_len = 0; in encode_window_bands_info()161 stackrun[stack_len] = path[ppos][cb].run; in encode_window_bands_info()162 stackcb [stack_len] = cb; in encode_window_bands_info()165 stack_len++; in encode_window_bands_info()169 for (i = stack_len - 1; i >= 0; i--) { in encode_window_bands_info()
83 static int stack_len; variable88 if (next_stack_entry >= stack_len) { in push()92 if (stack_len == 0) in push()95 new_stack_len = stack_len * 2; in push()102 stack_len = new_stack_len; in push()