Searched refs:prev_idx (Results 1 – 4 of 4) sorted by relevance
11 static uint32_t prev_idx = 0; in cpu_mips_get_random() local17 } while (idx == prev_idx); in cpu_mips_get_random()18 prev_idx = idx; in cpu_mips_get_random()
347 const int prev_idx = cm->lst_fb_idx; in vp8dx_receive_compressed_data() local348 cm->fb_idx_ref_cnt[prev_idx]--; in vp8dx_receive_compressed_data()350 vp8_yv12_copy_frame(&cm->yv12_fb[prev_idx], in vp8dx_receive_compressed_data()
1501 prev_idx = 01514 shortest_matches[curr] = curr[:max(prev_idx, curr_idx) + 1]1515 prev_idx = curr_idx1520 prev_idx = curr_idx + 1 # next will need at least one more char
3751 int *prev_idx = 0; in icvWriteSparseMat() local3789 for( ; idx[k] == prev_idx[k]; k++ ) in icvWriteSparseMat()3796 prev_idx = idx; in icvWriteSparseMat()