Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_util/
Dvpx_debug_util.c86 frame_tx[MAX_FRAME_BUF_NUM][3] variable
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()
164 frame_tx[frame_buf_idx_w][plane] in mismatch_record_block_tx()
247 if (frame_tx[frame_buf_idx_r][plane] in mismatch_check_block_tx()
265 printf("%d ", frame_tx[frame_buf_idx_r][plane] in mismatch_check_block_tx()
/external/libaom/libaom/aom_util/
Ddebug_util.c93 frame_tx[5][3][MAX_FRAME_STRIDE * MAX_FRAME_HEIGHT]; // prediction + txfm variable
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()
166 frame_tx[frame_buf_idx_w][plane] in mismatch_record_block_tx()
245 if (frame_tx[frame_buf_idx_r][plane] in mismatch_check_block_tx()
262 printf("%d ", frame_tx[frame_buf_idx_r][plane] in mismatch_check_block_tx()