Searched refs:frame_idx_w (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_util/ |
D | debug_util.c | 17 static int frame_idx_w = 0; variable 22 frame_idx_w = frame_idx; in aom_bitstream_queue_set_frame_write() 25 int aom_bitstream_queue_get_frame_writee(void) { return frame_idx_w; } in aom_bitstream_queue_get_frame_writee() 144 if (frame_idx_w == ref_frame_idx && plane == ref_plane && in mismatch_record_block_pre() 151 frame_idx_w, frame_offset, plane, pixel_c, pixel_r, blk_w, blk_h); in mismatch_record_block_pre() 177 if (frame_idx_w == ref_frame_idx && plane == ref_plane && frame_offset == ref_frame_offset && in mismatch_record_block_tx() 183 frame_idx_w, frame_offset, plane, pixel_c, pixel_r, blk_w, blk_h); in mismatch_record_block_tx()
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_debug_util.c | 17 static int frame_idx_w = 0; variable 20 void bitstream_queue_set_frame_write(int frame_idx) { frame_idx_w = frame_idx; } in bitstream_queue_set_frame_write() 22 int bitstream_queue_get_frame_write(void) { return frame_idx_w; } in bitstream_queue_get_frame_write() 141 if (frame_idx_w == ref_frame_idx && plane == ref_plane && in mismatch_record_block_pre() 147 frame_idx_w, plane, pixel_c, pixel_r, blk_w, blk_h); in mismatch_record_block_pre() 175 if (frame_idx_w == ref_frame_idx && plane == ref_plane && in mismatch_record_block_tx() 181 frame_idx_w, plane, pixel_c, pixel_r, blk_w, blk_h); in mismatch_record_block_tx()
|