Home
last modified time | relevance | path

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

/third_party/boost/boost/test/utils/
Dxml_printer.hpp68 std::map<char,char const*>::const_iterator found_ref = char_type.find( c ); in print_escaped() local
70 if( found_ref != char_type.end() ) in print_escaped()
71 where_to << '&' << found_ref->second << ';'; in print_escaped()
/third_party/ffmpeg/libavcodec/
Dcbs_vp9.h118 uint8_t found_ref[VP9_REFS_PER_FRAME]; member
Dcbs_vp9_syntax_template.c112 fs(1, found_ref[i], 1, i); in FUNC()
113 if (current->found_ref[i]) { in FUNC()
Dcbs_av1.h196 uint8_t found_ref[AV1_REFS_PER_FRAME]; member
Dcbs_av1_syntax_template.c537 flags(found_ref[i], 1, i); in FUNC()
538 if (current->found_ref[i]) { in FUNC()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp9statefulparser.c1080 guint8 found_ref = 0; in parse_frame_size_with_refs() local
1084 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()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_av1.c601 bool found_ref; in frame_size_with_refs() local
605 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()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.c1927 gboolean found_ref = FALSE; in gst_av1_parse_frame_size_with_refs() local
1933 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()