Home
last modified time | relevance | path

Searched refs:decrease_ref_count (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/decoder/
Ddecoder.c332 decrease_ref_count(cm->next_ref_frame_map[ref_index], pool); in release_frame_buffers()
338 decrease_ref_count(cm->cur_frame, pool); in release_frame_buffers()
370 decrease_ref_count(cm->ref_frame_map[ref_index], pool); in swap_frame_buffers()
380 decrease_ref_count(cm->ref_frame_map[ref_index], pool); in swap_frame_buffers()
393 decrease_ref_count(cm->cur_frame, pool); in swap_frame_buffers()
403 decrease_ref_count(pbi->output_frames[0], pool); in swap_frame_buffers()
409 decrease_ref_count(cm->cur_frame, pool); in swap_frame_buffers()
420 decrease_ref_count(cm->cur_frame, pool); in swap_frame_buffers()
Ddecoder.h282 static INLINE void decrease_ref_count(RefCntBuffer *const buf, in decrease_ref_count() function
Ddecodeframe.c4738 decrease_ref_count(cm->ref_frame_map[i], pool); in reset_ref_frame_map()
5123 decrease_ref_count(buf, pool); in read_uncompressed_header()
5141 decrease_ref_count(buf, pool); in read_uncompressed_header()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c279 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers()
283 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers()
292 decrease_ref_count(old_idx, frame_bufs, pool); in swap_frame_buffers()
325 decrease_ref_count(old_idx, frame_bufs, pool); in release_fb_on_decoder_exit()
329 decrease_ref_count(old_idx, frame_bufs, pool); in release_fb_on_decoder_exit()
337 decrease_ref_count(old_idx, frame_bufs, pool); in release_fb_on_decoder_exit()
399 decrease_ref_count(cm->new_fb_idx, frame_bufs, pool); in vp9_receive_compressed_data()
Dvp9_decoder.h134 static INLINE void decrease_ref_count(int idx, RefCntBuffer *const frame_bufs, in decrease_ref_count() function
/external/libaom/libaom/av1/
Dav1_dx_iface.c628 decrease_ref_count(pbi->output_frames[j], pool); in decoder_decode()