Home
last modified time | relevance | path

Searched refs:left_type (Results 1 – 25 of 33) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dh264_mvpred.h66 if (!MB_FIELD(sl) && IS_INTERLACED(sl->left_type[0])) { in fetch_diagonal_mv()
70 if (MB_FIELD(sl) && !IS_INTERLACED(sl->left_type[0])) { in fetch_diagonal_mv()
276 if (USES_LIST(sl->left_type[LTOP], 0)) { in pred_pskip_motion()
279 FIX_MV_MBAFF(sl->left_type[LTOP], left_ref, A, 0); in pred_pskip_motion()
282 } else if (sl->left_type[LTOP]) { in pred_pskip_motion()
423 sl->left_type[LTOP] = h->cur_pic.mb_type[left_xy[LTOP]]; in fill_decode_neighbors()
424 sl->left_type[LBOT] = h->cur_pic.mb_type[left_xy[LBOT]]; in fill_decode_neighbors()
432 sl->left_type[LTOP] = sl->left_type[LBOT] = 0; in fill_decode_neighbors()
439 sl->left_type[LTOP] = sl->left_type[LBOT] = 0; in fill_decode_neighbors()
449 int topleft_type, top_type, topright_type, left_type[LEFT_MBS]; in fill_decode_caches() local
[all …]
Dh264_loopfilter.c252 int left_type = sl->left_type[LTOP]; in h264_filter_mb_fast_internal() local
275 if(left_type) in h264_filter_mb_fast_internal()
296 if(left_type){ in h264_filter_mb_fast_internal()
328 if(left_type){ in h264_filter_mb_fast_internal()
345 if(left_type){ in h264_filter_mb_fast_internal()
371 …int mask_edge0 = 3*((mask_edge1>>1) & ((5*left_type)>>5)&1); // (mb_type & (MB_TYPE_16x16 | MB_TYP… in h264_filter_mb_fast_internal()
377 if( IS_INTRA(left_type) ) in h264_filter_mb_fast_internal()
395 if(left_type) in h264_filter_mb_fast_internal()
484 const int mbm_type = dir == 0 ? sl->left_type[LTOP] : sl->top_type; in filter_mb_dir()
735 && IS_INTERLACED(mb_type ^ sl->left_type[LTOP]) in ff_h264_filter_mb()
[all …]
Dh264_slice.c2239 int left_type[LEFT_MBS], in fill_filter_caches_inter()
2260 if (!IS_INTERLACED(mb_type ^ left_type[LTOP])) { in fill_filter_caches_inter()
2261 if (USES_LIST(left_type[LTOP], list)) { in fill_filter_caches_inter()
2322 int top_type, left_type[LEFT_MBS]; in fill_filter_caches() local
2369 left_type[LTOP] = h->cur_pic.mb_type[left_xy[LTOP]]; in fill_filter_caches()
2370 left_type[LBOT] = h->cur_pic.mb_type[left_xy[LBOT]]; in fill_filter_caches()
2375 left_type[LTOP] = left_type[LBOT] = 0; in fill_filter_caches()
2380 left_type[LTOP] = left_type[LBOT] = 0; in fill_filter_caches()
2383 sl->left_type[LTOP] = left_type[LTOP]; in fill_filter_caches()
2384 sl->left_type[LBOT] = left_type[LBOT]; in fill_filter_caches()
[all …]
Dh264_cabac.c1303 if (sl->left_type[LTOP] & (MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM)) in decode_cabac_intra_mb_type()
1386 if (sl->left_type[LTOP] && h->chroma_pred_mode_table[mba_xy] != 0) in decode_cabac_mb_chroma_pre_mode()
1963 if (!IS_DIRECT(sl->left_type[LTOP] - 1)) in ff_h264_decode_mb_cabac()
2349 if (sl->left_type[LEFT(i)] && !IS_8x8DCT(sl->left_type[LEFT(i)])) { in ff_h264_decode_mb_cabac()
2366 if (sl->left_type[LEFT(i)] && !IS_8x8DCT(sl->left_type[LEFT(i)])) { in ff_h264_decode_mb_cabac()
2372 nnz_cache[3+8*12 + 2*8*i]= !IS_INTRA_PCM(sl->left_type[LEFT(i)]) ? 0 : 64; in ff_h264_decode_mb_cabac()
/third_party/boost/boost/multiprecision/
Dnumber.hpp1047 typedef typename Exp::left_type left_type; in do_assign() typedef
1048 do_assign(e.left(), typename left_type::tag_type()); in do_assign()
1054 typedef typename Exp::left_type left_type; in do_assign() typedef
1057 BOOST_CONSTEXPR int const left_depth = left_type::depth; in do_assign()
1076 do_add(e.left(), typename left_type::tag_type()); in do_assign()
1080 do_assign(e.left(), typename left_type::tag_type()); in do_assign()
1086 do_add(e.left(), typename left_type::tag_type()); in do_assign()
1092 typedef typename Exp::left_type left_type; in do_assign() typedef
1095 BOOST_CONSTEXPR int const left_depth = left_type::depth; in do_assign()
1114 do_subtract(e.left(), typename left_type::tag_type()); in do_assign()
[all …]
/third_party/boost/boost/fusion/algorithm/transformation/
Derase.hpp94 typedef iterator_range<seq_first_type, first_type> left_type; typedef
96 typedef joint_view<left_type, right_type> type;
110 typedef typename result_of::left_type left_type; in erase() typedef
114 left_type left( in erase()
129 typedef typename result_of::left_type left_type; in erase() typedef
133 left_type left(fusion::begin(seq), first); in erase()
Dinsert_range.hpp30 typedef iterator_range<first_type, pos_type> left_type; typedef
32 typedef joint_view<left_type, Range> left_insert_type;
43 typedef typename result_of::left_type left_type; in insert_range() typedef
48 left_type left(fusion::begin(seq), convert_iterator<Position>::call(pos)); in insert_range()
Dinsert.hpp34 typedef iterator_range<first_type, pos_type> left_type; typedef
37 typedef joint_view<left_type, single_view const> left_insert_type;
54 typedef typename result_of::left_type left_type; in insert() typedef
60 left_type left(fusion::begin(seq), convert_iterator<Position>::call(pos)); in insert()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_logicals.cpp198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
247 if (!left_type || in LogicalsPass()
248 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass()
253 if (_.GetDimension(result_type) != _.GetDimension(left_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
247 if (!left_type || in LogicalsPass()
248 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass()
253 if (_.GetDimension(result_type) != _.GetDimension(left_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/third_party/spirv-tools/source/val/
Dvalidate_logicals.cpp198 const uint32_t left_type = _.GetOperandTypeId(inst, 3); in LogicalsPass() local
220 if (result_type != left_type || result_type != right_type) in LogicalsPass()
244 const uint32_t left_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
247 if (!left_type || in LogicalsPass()
248 (!_.IsIntScalarType(left_type) && !_.IsIntVectorType(left_type))) in LogicalsPass()
253 if (_.GetDimension(result_type) != _.GetDimension(left_type)) in LogicalsPass()
269 if (_.GetBitWidth(left_type) != _.GetBitWidth(right_type)) in LogicalsPass()
/third_party/boost/boost/spirit/home/support/auto/
Dmeta_create.hpp82 typedef typename remove_const_ref<T2>::type left_type; typedef
88 traits::not_is_unused<left_type>
89 , proto::result_of::make_expr<OpTag, left_type, right_type>
131 typedef typename remove_const_ref<T1>::type left_type; typedef
137 traits::not_is_unused<left_type>
138 , proto::result_of::make_expr<OpTag, left_type, right_type>
/third_party/boost/boost/multiprecision/detail/
Dnumber_base.hpp519 typedef typename arg_type<Arg1>::type left_type; typedef
520 typedef typename left_type::result_type left_result_type;
521 typedef typename left_type::result_type result_type;
635 BOOST_MP_CXX14_CONSTEXPR left_type left() const in left()
637 return left_type(arg); in left()
642 static const unsigned depth = left_type::depth + 1;
889 typedef typename arg_type<Arg1>::type left_type; typedef
891 typedef typename left_type::result_type left_result_type;
1007 BOOST_MP_CXX14_CONSTEXPR left_type left() const in left()
1009 return left_type(arg1); in left()
[all …]
Det_ops.hpp169 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::left_type, typename detail…
172 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::left_type, typename detail… in operator +()
176 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::left_type, typename detail…
179 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::left_type, typename detail… in operator +()
182 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::left_type, typename detail…
185 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::left_type, typename detail… in operator +()
189 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::left_type, typename detail…
192 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::left_type, typename detail… in operator +()
196 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::left_type, typename detail…
199 …etail::expression<detail::multiply_immediates, Arg1, Arg2, Arg3, Arg4>::left_type, typename detail… in operator +()
[all …]
/third_party/boost/boost/spirit/home/qi/operator/
Ddifference.hpp40 typedef Left left_type; typedef
47 traits::attribute_of<left_type, Context, Iterator>::type
Dlist.hpp43 typedef Left left_type; typedef
/third_party/boost/boost/xpressive/detail/core/matcher/
Daction_matcher.hpp73 typedef typename child_<Expr, 0>::type left_type; typedef
86 , reference_wrapper<left_type>
115 typedef typename child_<Expr, 0>::type left_type; typedef
123 function_type(typename proto::result_of::eval<left_type, Context>::type)
/third_party/boost/boost/spirit/home/x3/core/
Dparser.hpp88 typedef Left left_type; typedef
91 left_type::has_action || right_type::has_action;
/third_party/boost/boost/spirit/home/karma/operator/
Dlist.hpp81 typedef Left left_type; typedef
85 left_type::properties::value
/third_party/boost/boost/spirit/home/support/
Dmeta_compiler.hpp294 left_type; typedef
298 typedef generator<left_type, right_type> result_type;
/third_party/boost/libs/fusion/test/sequence/
Dtree.hpp34 typedef Left left_type; typedef
/third_party/boost/libs/spirit/doc/qi/
Dconcepts.qbk225 [[`P::left_type`] [The left parser type.]]
236 * `traits::is_parser<P::left_type>::type` evaluates to `mpl::true_`
/third_party/boost/libs/spirit/doc/karma/
Dconcepts.qbk236 [[`G::left_type`] [The left generator type.]]
247 * `traits::is_generator<G::left_type>::type` evaluates to `mpl::true_`
/third_party/boost/boost/xpressive/
Dmatch_results.hpp686 typedef typename proto::result_of::left<Arg>::type left_type; in let() typedef
688 typedef typename proto::result_of::value<left_type>::type arg_left_type; in let()
/third_party/boost/boost/spirit/home/x3/operator/detail/
Dsequence.hpp240 using Left = typename Parser::left_type; in parse_sequence()

12