Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu.h315 return GET_BITS(desc, 28, 25); in brw_message_desc_mlen()
317 return GET_BITS(desc, 23, 20); in brw_message_desc_mlen()
324 return GET_BITS(desc, 24, 20); in brw_message_desc_rlen()
326 return GET_BITS(desc, 19, 16); in brw_message_desc_rlen()
335 return GET_BITS(desc, 19, 19); in brw_message_desc_header_present()
349 return GET_BITS(ex_desc, 9, 6); in brw_message_ex_desc_ex_mlen()
379 return GET_BITS(desc, 3, 0); in brw_urb_desc_msg_type()
433 return GET_BITS(desc, 7, 0); in brw_sampler_desc_binding_table_index()
440 return GET_BITS(desc, 11, 8); in brw_sampler_desc_sampler()
447 return GET_BITS(desc, 16, 12); in brw_sampler_desc_msg_type()
[all …]
Dbrw_inst.h649 brw_inst_set_bits(inst, 123, 122, GET_BITS(value, 31, 30)); in brw_inst_set_send_desc()
650 brw_inst_set_bits(inst, 71, 67, GET_BITS(value, 29, 25)); in brw_inst_set_send_desc()
651 brw_inst_set_bits(inst, 55, 51, GET_BITS(value, 24, 20)); in brw_inst_set_send_desc()
652 brw_inst_set_bits(inst, 121, 113, GET_BITS(value, 19, 11)); in brw_inst_set_send_desc()
653 brw_inst_set_bits(inst, 91, 81, GET_BITS(value, 10, 0)); in brw_inst_set_send_desc()
704 brw_inst_set_bits(inst, 127, 124, GET_BITS(value, 31, 28)); in brw_inst_set_send_ex_desc()
705 brw_inst_set_bits(inst, 97, 96, GET_BITS(value, 27, 26)); in brw_inst_set_send_ex_desc()
706 brw_inst_set_bits(inst, 65, 64, GET_BITS(value, 25, 24)); in brw_inst_set_send_ex_desc()
707 brw_inst_set_bits(inst, 47, 35, GET_BITS(value, 23, 11)); in brw_inst_set_send_ex_desc()
708 brw_inst_set_bits(inst, 103, 99, GET_BITS(value, 10, 6)); in brw_inst_set_send_ex_desc()
[all …]
Dbrw_eu_defines.h59 #define GET_BITS(data, high, low) ((data & INTEL_MASK((high), (low))) >> (low)) macro
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpinfo.c237 #define GET_BITS(v, n) \ macro
258 GET_BITS(use_segment, 1); in ParseLossySegmentHeader()
262 GET_BITS(update_map, 1); in ParseLossySegmentHeader()
263 GET_BITS(update_data, 1); in ParseLossySegmentHeader()
271 GET_BITS(a_delta, 1); in ParseLossySegmentHeader()
275 GET_BITS(bit, 1); in ParseLossySegmentHeader()
280 GET_BITS(bit, 1); in ParseLossySegmentHeader()
293 GET_BITS(bit, 1); in ParseLossySegmentHeader()
294 if (bit) GET_BITS(prob_segment[i], 8); in ParseLossySegmentHeader()
308 GET_BITS(simple_filter, 1); in ParseLossyFilterHeader()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dwebpinfo.c237 #define GET_BITS(v, n) \ macro
258 GET_BITS(use_segment, 1); in ParseLossySegmentHeader()
262 GET_BITS(update_map, 1); in ParseLossySegmentHeader()
263 GET_BITS(update_data, 1); in ParseLossySegmentHeader()
271 GET_BITS(a_delta, 1); in ParseLossySegmentHeader()
275 GET_BITS(bit, 1); in ParseLossySegmentHeader()
280 GET_BITS(bit, 1); in ParseLossySegmentHeader()
293 GET_BITS(bit, 1); in ParseLossySegmentHeader()
294 if (bit) GET_BITS(prob_segment[i], 8); in ParseLossySegmentHeader()
308 GET_BITS(simple_filter, 1); in ParseLossyFilterHeader()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdphuff.c342 r = GET_BITS(s); in decode_mcu_DC_first()
419 r = GET_BITS(s); in decode_mcu_AC_first()
430 r = GET_BITS(r); in decode_mcu_AC_first()
489 if (GET_BITS(1)) in decode_mcu_DC_refine()
563 if (GET_BITS(1)) in decode_mcu_AC_refine()
572 r = GET_BITS(r); in decode_mcu_AC_refine()
587 if (GET_BITS(1)) { in decode_mcu_AC_refine()
621 if (GET_BITS(1)) { in decode_mcu_AC_refine()
Djdhuff.c462 code = GET_BITS(l); in jpeg_huff_decode()
470 code |= GET_BITS(1); in jpeg_huff_decode()
585 r = GET_BITS(s); in decode_mcu_slow()
613 r = GET_BITS(s); in decode_mcu_slow()
681 r = GET_BITS(s); in decode_mcu_fast()
703 r = GET_BITS(s); in decode_mcu_fast()
Djdhuff.h159 #define GET_BITS(nbits) \ macro
228 s |= GET_BITS(1); \
/third_party/libjpeg-turbo/
Djdphuff.c330 r = GET_BITS(s); in decode_mcu_DC_first()
408 r = GET_BITS(s); in decode_mcu_AC_first()
419 r = GET_BITS(r); in decode_mcu_AC_first()
479 if (GET_BITS(1)) in decode_mcu_DC_refine()
554 if (GET_BITS(1)) in decode_mcu_AC_refine()
563 r = GET_BITS(r); in decode_mcu_AC_refine()
578 if (GET_BITS(1)) { in decode_mcu_AC_refine()
612 if (GET_BITS(1)) { in decode_mcu_AC_refine()
Djdhuff.c445 code = GET_BITS(l); in jpeg_huff_decode()
453 code |= GET_BITS(1); in jpeg_huff_decode()
574 r = GET_BITS(s); in decode_mcu_slow()
610 r = GET_BITS(s); in decode_mcu_slow()
684 r = GET_BITS(s); in decode_mcu_fast()
709 r = GET_BITS(s); in decode_mcu_fast()
Djdhuff.h165 #define GET_BITS(nbits) \ macro
234 s |= GET_BITS(1); \
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdphuff.c330 r = GET_BITS(s); in decode_mcu_DC_first()
408 r = GET_BITS(s); in decode_mcu_AC_first()
419 r = GET_BITS(r); in decode_mcu_AC_first()
479 if (GET_BITS(1)) in decode_mcu_DC_refine()
554 if (GET_BITS(1)) in decode_mcu_AC_refine()
563 r = GET_BITS(r); in decode_mcu_AC_refine()
578 if (GET_BITS(1)) { in decode_mcu_AC_refine()
612 if (GET_BITS(1)) { in decode_mcu_AC_refine()
Djdhuff.c445 code = GET_BITS(l); in jpeg_huff_decode()
453 code |= GET_BITS(1); in jpeg_huff_decode()
574 r = GET_BITS(s); in decode_mcu_slow()
610 r = GET_BITS(s); in decode_mcu_slow()
678 r = GET_BITS(s); in decode_mcu_fast()
700 r = GET_BITS(s); in decode_mcu_fast()
Djdhuff.h165 #define GET_BITS(nbits) \ macro
234 s |= GET_BITS(1); \
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph261pay.c137 #define GET_BITS(br,val,nbits) G_STMT_START { \ macro
562 GET_BITS (br, &val, PSC_LEN); in parse_picture_header()
566 GET_BITS (br, &val, PTYPE_LEN); in parse_picture_header()
577 GET_BITS (br, &val, GBSC_LEN); in parse_gob_header()
580 GET_BITS (br, &gob->gn, GN_LEN); in parse_gob_header()
583 GET_BITS (br, &gob->gquant, GQUANT_LEN); in parse_gob_header()
585 GET_BITS (br, &val, GEI_LEN); in parse_gob_header()
588 GET_BITS (br, &val, GEI_LEN); in parse_gob_header()
620 GET_BITS (br, &mb->quant, MQUANT_LEN); in parse_mb()
/third_party/bzip2/
D0002-CVE-2019-12900.patch22 GET_BITS(BZ_X_SELECTOR_1, nGroups, 3);
24 GET_BITS(BZ_X_SELECTOR_2, nSelectors, 15);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \ macro
Dgstvc1parser.c445 GET_BITS (br, 1, &invert); in bitplane_decoding()
471 GET_BITS (br, 1, &v); in bitplane_decoding()
/third_party/mesa3d/docs/relnotes/
D19.0.0.rst1405 - intel/eu: Use GET_BITS in brw_inst_set_send_ex_desc
/third_party/gstreamer/gstplugins_bad/
DChangeLog163453 GET_BITS is a macro for gst_bit_reader_get_bits_uint32, which cannot