Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_util/
Ddebug_util.c82 static int frame_buf_idx_w = 0; variable
94 frame_buf_idx_w = (frame_buf_idx_w + 1) % max_frame_buf_num; in mismatch_move_frame_idx_w()
95 if (frame_buf_idx_w == frame_buf_idx_r) { in mismatch_move_frame_idx_w()
103 memset(frame_pre[frame_buf_idx_w][plane], 0, in mismatch_reset_frame()
104 sizeof(frame_pre[frame_buf_idx_w][plane][0]) * frame_size); in mismatch_reset_frame()
105 memset(frame_tx[frame_buf_idx_w][plane], 0, in mismatch_reset_frame()
106 sizeof(frame_tx[frame_buf_idx_w][plane][0]) * frame_size); in mismatch_reset_frame()
111 if (frame_buf_idx_w == frame_buf_idx_r) { in mismatch_move_frame_idx_r()
129 frame_pre[frame_buf_idx_w][plane] in mismatch_record_block_pre()
162 frame_tx[frame_buf_idx_w][plane] in mismatch_record_block_tx()