Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Donyxc_int.h698 static INLINE int frame_might_allow_ref_frame_mvs(const AV1_COMMON *cm) { in frame_might_allow_ref_frame_mvs() function
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c5267 if (frame_might_allow_ref_frame_mvs(cm)) in read_uncompressed_header()
5433 if (cm->allow_ref_frame_mvs && !frame_might_allow_ref_frame_mvs(cm)) { in read_uncompressed_header()
/external/libaom/libaom/av1/encoder/
Dbitstream.c3020 if (frame_might_allow_ref_frame_mvs(cm)) { in write_uncompressed_header_obu()
Dencoder.c4822 cm->allow_ref_frame_mvs &= frame_might_allow_ref_frame_mvs(cm); in encode_frame_to_data_rate()