Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_util/
Ddebug_util.c86 static int frame_buf_idx_w = 0; variable
98 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()
/external/libvpx/libvpx/vpx_util/
Dvpx_debug_util.c78 static int frame_buf_idx_w = 0; variable
92 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()