Home
last modified time | relevance | path

Searched refs:get_primary_ref_frame_buf (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/common/
Dav1_common_int.h869 static INLINE RefCntBuffer *get_primary_ref_frame_buf( in get_primary_ref_frame_buf() function
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c4876 cm->prev_frame = get_primary_ref_frame_buf(cm); in read_uncompressed_header()
4878 get_primary_ref_frame_buf(cm) == NULL) { in read_uncompressed_header()
5171 *cm->fc = get_primary_ref_frame_buf(cm)->frame_context; in av1_decode_frame_headers_and_setup()
/external/libaom/libaom/av1/encoder/
Dbitstream.c1944 const RefCntBuffer *buf = get_primary_ref_frame_buf(cm); in is_mode_ref_delta_meaningful()
1995 const RefCntBuffer *buf = get_primary_ref_frame_buf(cm); in encode_loopfilter()
Dencoder.c628 const RefCntBuffer *const primary_ref_buf = get_primary_ref_frame_buf(cm); in setup_frame()
639 cm->prev_frame = get_primary_ref_frame_buf(cm); in setup_frame()
5531 } else if (get_primary_ref_frame_buf(cm) == NULL) { in encode_with_recode_loop()