Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Ddecoder.c330 if (pbi->hold_ref_buf) { in release_frame_buffers()
335 pbi->hold_ref_buf = 0; in release_frame_buffers()
361 assert(IMPLIES(!pbi->hold_ref_buf, in swap_frame_buffers()
363 assert(IMPLIES(!pbi->hold_ref_buf, in swap_frame_buffers()
417 assert(IMPLIES(!pbi->camera_frame_header_ready, !pbi->hold_ref_buf)); in swap_frame_buffers()
426 pbi->hold_ref_buf = 0; in swap_frame_buffers()
460 if (!pbi->camera_frame_header_ready) pbi->hold_ref_buf = 0; in av1_receive_compressed_data()
Ddecoder.h201 int hold_ref_buf; // Boolean: whether we are holding reference buffers in member
Ddecodeframe.c4770 pbi->hold_ref_buf = 1; in generate_next_ref_frame_map()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c295 pbi->hold_ref_buf = 0; in swap_frame_buffers()
320 if (pbi->hold_ref_buf == 1) { in release_fb_on_decoder_exit()
339 pbi->hold_ref_buf = 0; in release_fb_on_decoder_exit()
391 pbi->hold_ref_buf = 0; in vp9_receive_compressed_data()
Dvp9_decoder.h88 int hold_ref_buf; // hold the reference buffer. member
Dvp9_decodeframe.c2356 pbi->hold_ref_buf = 1; in read_uncompressed_header()