Home
last modified time | relevance | path

Searched refs:max_frame_buf_num (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/aom_util/
Ddebug_util.c83 static int max_frame_buf_num = 5; variable
94 frame_buf_idx_w = (frame_buf_idx_w + 1) % max_frame_buf_num; in mismatch_move_frame_idx_w()
115 frame_buf_idx_r = (frame_buf_idx_r + 1) % max_frame_buf_num; in mismatch_move_frame_idx_r()