Home
last modified time | relevance | path

Searched refs:is_ref (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/boost/yap/
Dprint.hpp160 bool is_ref = false, in operator ()()
172 else if (is_ref) in operator ()()
197 bool is_ref = false, in operator ()()
223 bool is_ref = false, in operator ()()
238 else if (is_ref) in operator ()()
254 bool is_ref = false, in print_impl() argument
279 else if (is_ref) in print_impl()
288 else if (is_ref) in print_impl()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_vp.c220 unsigned *is_ref, in nouveau_vp3_fill_picparm_mpeg12_vp() argument
226 *is_ref = desc->picture_coding_type <= 2; in nouveau_vp3_fill_picparm_mpeg12_vp()
269 unsigned *is_ref, in nouveau_vp3_fill_picparm_mpeg4_vp() argument
274 *is_ref = desc->vop_coding_type <= 1; in nouveau_vp3_fill_picparm_mpeg4_vp()
316 unsigned *is_ref, in nouveau_vp3_fill_picparm_h264_vp() argument
322 *is_ref = d->is_reference; in nouveau_vp3_fill_picparm_h264_vp()
428 unsigned *is_ref, in nouveau_vp3_fill_picparm_vc1_vp() argument
434 *is_ref = d->picture_type <= 1; in nouveau_vp3_fill_picparm_vc1_vp()
458 unsigned *caps, unsigned *is_ref, in nouveau_vp3_vp_caps() argument
467 *caps = nouveau_vp3_fill_picparm_mpeg12_vp(dec, desc.mpeg12, refs, is_ref, vp); in nouveau_vp3_vp_caps()
[all …]
Dnouveau_vp3_video.h229 unsigned *caps, unsigned *is_ref,
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv98_video.h37 unsigned *vp_caps, unsigned *is_ref,
43 unsigned caps, unsigned is_ref,
Dnv98_video.c43 unsigned vp_caps, is_ref; in nv98_decoder_decode_bitstream() local
53 &vp_caps, &is_ref, refs); in nv98_decoder_decode_bitstream()
58 nv98_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nv98_decoder_decode_bitstream()
Dnv98_video_bsp.c39 unsigned *vp_caps, unsigned *is_ref, in nv98_decoder_bsp() argument
108 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nv98_decoder_bsp()
Dnv98_video_vp.c70 unsigned caps, unsigned is_ref, in nv98_decoder_vp() argument
111 …if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_b… in nv98_decoder_vp()
Dnv84_video_vp.c85 bool is_ref = desc->is_reference; in nv84_decoder_vp_h264() local
122 PUSH_SPACE(push, 5 + 16 + 3 + 2 + 6 + (is_ref ? 2 : 0) + 3 + 2 + 4 + 2); in nv84_decoder_vp_h264()
194 if (is_ref) { in nv84_decoder_vp_h264()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.h43 unsigned comm_seq, unsigned *vp_caps, unsigned *is_ref,
49 unsigned caps, unsigned is_ref,
Dnvc0_video.c75 unsigned vp_caps, is_ref; in nvc0_decoder_end_frame() local
81 ret = nvc0_decoder_bsp_end(dec, desc, target, comm_seq, &vp_caps, &is_ref, refs); in nvc0_decoder_end_frame()
86 nvc0_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nvc0_decoder_end_frame()
Dnvc0_video_bsp.c136 unsigned *vp_caps, unsigned *is_ref, in nvc0_decoder_bsp_end() argument
161 nouveau_vp3_vp_caps(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nvc0_decoder_bsp_end()
Dnvc0_video_vp.c70 unsigned caps, unsigned is_ref, in nvc0_decoder_vp() argument
111 …if (!is_ref && (dec->refs[target->valid_ref].decoded_top && dec->refs[target->valid_ref].decoded_b… in nvc0_decoder_vp()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Ddirac_parse.h43 #define SCHRO_PARSE_CODE_PICTURE(is_ref,n_refs,is_lowdelay,is_noarith) \ argument
44 (8 | ((is_ref)<<2) | (n_refs) | ((is_lowdelay)<<7) | ((is_noarith)<<6))
/third_party/boost/boost/python/
Dargs.hpp116 BOOST_STATIC_CONSTANT(bool, is_ref = detail::is_reference<T>::value);
120 BOOST_STATIC_CONSTANT(bool, value = (is_ref & is_key));
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Ddirac_parse.h41 #define SCHRO_PARSE_CODE_PICTURE(is_ref,n_refs,is_lowdelay,is_noarith) \ argument
42 (8 | ((is_ref)<<2) | (n_refs) | ((is_lowdelay)<<7) | ((is_noarith)<<6))
/third_party/boost/boost/python/converter/
Dpointer_type_id.hpp15 template <bool is_ref = false>
/third_party/skia/third_party/externals/angle2/scripts/
Dprocess_angle_perf_results.py133 is_ref = '.reference' in benchmark_name
150 if not is_ref:
631 logdog_dict, is_ref, upload_failure): argument
661 if is_ref:
/third_party/boost/boost/type_traits/detail/
Dis_function_cxx_03.hpp36 template<bool is_ref = true>
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Ddeal_ref_and_split_unsupported_transdata.cc40 if (op_info != nullptr && op_info->is_ref()) { in FindRefOriginNode()
258 if (op_info == nullptr || !op_info->is_ref()) { in Process()
261 if (op_info->is_ref()) { in Process()
/third_party/boost/libs/variant/test/
Dvariant_get_test.cpp171 bool is_ref = boost::is_lvalue_reference<T>::value; in check_get_on_types_impl() local
172 (void)is_ref; in check_get_on_types_impl()
173 if (!is_ref) { in check_get_on_types_impl()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.h70 return op_info->is_ref(); in IsTbeRef()
/third_party/ffmpeg/libavcodec/
Dindeo4.c637 int is_prev_ref = 0, is_ref = 0; in switch_buffers() local
651 is_ref = 1; in switch_buffers()
655 if (is_prev_ref && is_ref) { in switch_buffers()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h160 bool is_ref() const { return !ref_infos_.empty(); } in is_ref() function
/third_party/mindspore/third_party/proto/tensorflow/
Dop_def.proto48 bool is_ref = 16; field
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc382 force_fresh = op_info->is_ref() || force_fresh; in SetWeightFormat()

12