Searched refs:found_ref (Results 1 – 8 of 8) sorted by relevance
68 std::map<char,char const*>::const_iterator found_ref = char_type.find( c ); in print_escaped() local70 if( found_ref != char_type.end() ) in print_escaped()71 where_to << '&' << found_ref->second << ';'; in print_escaped()
118 uint8_t found_ref[VP9_REFS_PER_FRAME]; member
112 fs(1, found_ref[i], 1, i); in FUNC()113 if (current->found_ref[i]) { in FUNC()
196 uint8_t found_ref[AV1_REFS_PER_FRAME]; member
537 flags(found_ref[i], 1, i); in FUNC()538 if (current->found_ref[i]) { in FUNC()
1080 guint8 found_ref = 0; in parse_frame_size_with_refs() local1084 VP9_READ_BIT (found_ref); in parse_frame_size_with_refs()1086 if (found_ref) { in parse_frame_size_with_refs()1095 if (found_ref == 0) { in parse_frame_size_with_refs()
601 bool found_ref; in frame_size_with_refs() local605 found_ref = av1_f(vlc, 1); in frame_size_with_refs()606 if (found_ref) { in frame_size_with_refs()620 if (!found_ref) { in frame_size_with_refs()
1927 gboolean found_ref = FALSE; in gst_av1_parse_frame_size_with_refs() local1933 found_ref = AV1_READ_BIT_CHECKED (br, &retval); in gst_av1_parse_frame_size_with_refs()1937 if (found_ref == 1) { in gst_av1_parse_frame_size_with_refs()1948 if (found_ref == 0) { in gst_av1_parse_frame_size_with_refs()