Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/decoder/
Ddecodemv.c896 #define READ_REF_BIT(pname) \ macro
938 const int bit = READ_REF_BIT(uni_comp_ref_p); in read_ref_frames()
943 const int bit1 = READ_REF_BIT(uni_comp_ref_p1); in read_ref_frames()
945 const int bit2 = READ_REF_BIT(uni_comp_ref_p2); in read_ref_frames()
965 const int bit = READ_REF_BIT(comp_ref_p); in read_ref_frames()
968 const int bit1 = READ_REF_BIT(comp_ref_p1); in read_ref_frames()
971 const int bit2 = READ_REF_BIT(comp_ref_p2); in read_ref_frames()
976 const int bit_bwd = READ_REF_BIT(comp_bwdref_p); in read_ref_frames()
978 const int bit1_bwd = READ_REF_BIT(comp_bwdref_p1); in read_ref_frames()
984 const int bit0 = READ_REF_BIT(single_ref_p1); in read_ref_frames()
[all …]