Searched defs:upb (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h52 namespace upb { namespace in namespace:google
56 } // namespace upb
292 friend class LIBPROTOBUF_EXPORT upb::google_opensource::GMR_Handlers;
H A Drepeated_field.h59 namespace upb { namespace in namespace:google
63 } // namespace upb
238 // To parse directly into a proto2 generated class, the upb class GMR_Handlers
240 friend class LIBPROTOBUF_EXPORT upb::google_opensource::GMR_Handlers;
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpx_opj.cpp103 static void sycc_to_rgb(int offset, int upb, int y, int cb, int cr, argument
112 } else if(r > upb) {
113 r = upb;
118 } else if(g > upb) {
119 g = upb;
124 } else if(b > upb) {
125 b = upb;
132 int maxw, maxh, max, i, offset, upb; local
135 upb = (1 << i) - 1;
146 sycc_to_rgb(offset, upb, *
165 int maxw, maxh, max, offset, upb; local
218 int maxw, maxh, max, offset, upb; local
[all...]

Completed in 125 milliseconds