Searched refs:frame_idx_r (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_util/ |
D | debug_util.c | 19 static int frame_idx_r = 0; variable 25 void bitstream_queue_set_frame_read(int frame_idx) { frame_idx_r = frame_idx; } in bitstream_queue_set_frame_read() 27 int bitstream_queue_get_frame_read(void) { return frame_idx_r; } in bitstream_queue_get_frame_read() 208 frame_idx_r, frame_offset, plane, pixel_c, pixel_r, blk_w, blk_h); in mismatch_check_block_pre() 254 frame_idx_r, frame_offset, plane, pixel_c, pixel_r, blk_w, blk_h); in mismatch_check_block_tx()
|