Searched refs:frame_buf_idx_w (Results 1 – 2 of 2) sorted by relevance
86 static int frame_buf_idx_w = 0; variable98 frame_buf_idx_w = (frame_buf_idx_w + 1) % max_frame_buf_num; in mismatch_move_frame_idx_w()99 if (frame_buf_idx_w == frame_buf_idx_r) { in mismatch_move_frame_idx_w()107 memset(frame_pre[frame_buf_idx_w][plane], 0, in mismatch_reset_frame()108 sizeof(frame_pre[frame_buf_idx_w][plane][0]) * frame_size); in mismatch_reset_frame()109 memset(frame_tx[frame_buf_idx_w][plane], 0, in mismatch_reset_frame()110 sizeof(frame_tx[frame_buf_idx_w][plane][0]) * frame_size); in mismatch_reset_frame()115 if (frame_buf_idx_w == frame_buf_idx_r) { in mismatch_move_frame_idx_r()133 frame_pre[frame_buf_idx_w][plane] in mismatch_record_block_pre()166 frame_tx[frame_buf_idx_w][plane] in mismatch_record_block_tx()
78 static int frame_buf_idx_w = 0; variable92 frame_buf_idx_w = (frame_buf_idx_w + 1) % MAX_FRAME_BUF_NUM; in mismatch_move_frame_idx_w()93 if (frame_buf_idx_w == frame_buf_idx_r) { in mismatch_move_frame_idx_w()102 memset(frame_pre[frame_buf_idx_w][plane], 0, in mismatch_reset_frame()103 sizeof(frame_pre[frame_buf_idx_w][plane][0]) * frame_size); in mismatch_reset_frame()104 memset(frame_tx[frame_buf_idx_w][plane], 0, in mismatch_reset_frame()105 sizeof(frame_tx[frame_buf_idx_w][plane][0]) * frame_size); in mismatch_reset_frame()110 if (frame_buf_idx_w == frame_buf_idx_r) { in mismatch_move_frame_idx_r()130 frame_pre[frame_buf_idx_w][plane] in mismatch_record_block_pre()164 frame_tx[frame_buf_idx_w][plane] in mismatch_record_block_tx()