Searched refs:frame_idx_r (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_util/ |
D | vpx_debug_util.c | 18 static int frame_idx_r = 0; variable 24 void bitstream_queue_set_frame_read(int frame_idx) { frame_idx_r = frame_idx; } in bitstream_queue_set_frame_read() 26 int bitstream_queue_get_frame_read(void) { return frame_idx_r; } in bitstream_queue_get_frame_read() 213 frame_idx_r, plane, pixel_c, pixel_r, blk_w, blk_h); in mismatch_check_block_pre() 261 frame_idx_r, plane, pixel_c, pixel_r, blk_w, blk_h); in mismatch_check_block_tx()
|
/external/libaom/libaom/aom_util/ |
D | debug_util.c | 19 static int frame_idx_r = 0; variable 28 frame_idx_r = frame_idx; in aom_bitstream_queue_set_frame_read() 31 int aom_bitstream_queue_get_frame_read(void) { return frame_idx_r; } in aom_bitstream_queue_get_frame_read() 212 frame_idx_r, frame_offset, plane, pixel_c, pixel_r, blk_w, blk_h); in mismatch_check_block_pre() 258 frame_idx_r, frame_offset, plane, pixel_c, pixel_r, blk_w, blk_h); in mismatch_check_block_tx()
|