Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavcodec/
Dmotion_est_template.c45 d= cmp_hpel(s, x, y, dx, dy, size, h, ref_index, src_index, cmp_sub, chroma_cmp_sub, flags);\
52 int src_index, int ref_index, in hpel_motion_search() argument
77 dmin= cmp(s, mx, my, 0, 0, size, h, ref_index, src_index, cmp_sub, chroma_cmp_sub, flags); in hpel_motion_search()
157 int src_index, int ref_index, in no_sub_motion_search() argument
166 int src_index, int ref_index, int size, in get_mb_score() argument
184 …d= cmp(s, mx>>(qpel+1), my>>(qpel+1), mx&mask, my&mask, size, h, ref_index, src_index, cmp_sub, ch… in get_mb_score()
193 int ref_index, int size, int h, int add_rate) in ff_get_mb_score() argument
195 return get_mb_score(s, mx, my, src_index, ref_index, size, h, add_rate); in ff_get_mb_score()
202 d= cmp_qpel(s, x, y, dx, dy, size, h, ref_index, src_index, cmpf, chroma_cmpf, flags);\
209 int src_index, int ref_index, in qpel_motion_search() argument
[all …]
Dmotion_est.c51 int src_index, int ref_index,
82 …ionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3], int x, int y, int ref_index){ in init_ref() argument
93 if(ref_index){ in init_ref()
95 c->ref[ref_index][i]= ref2[i] + offset[i]; in init_ref()
107 const int size, const int h, int ref_index, int src_index, in cmp_direct_inline() argument
113 uint8_t * const * const ref= c->ref[ref_index]; in cmp_direct_inline()
179 const int size, const int h, int ref_index, int src_index, in cmp_inline() argument
187 uint8_t * const * const ref= c->ref[ref_index]; in cmp_inline()
231 int ref_index, int src_index, in cmp_simple() argument
233 return cmp_inline(s,x,y,0,0,0,16,ref_index,src_index, cmp_func, chroma_cmp_func, 0, 0); in cmp_simple()
[all …]
Dmotion_est.h97 int src_index, int ref_index,
120 int P[10][2], int src_index, int ref_index,
125 int ref_index, int size, int h, int add_rate);
Dh264dec.h126 int8_t *ref_index[2]; member
734 int8_t *ref_index = &h->cur_pic.ref_index[list][b8_xy]; in write_back_motion_list() local
736 ref_index[0 + 0 * 2] = ref_cache[scan8[0]]; in write_back_motion_list()
737 ref_index[1 + 0 * 2] = ref_cache[scan8[4]]; in write_back_motion_list()
738 ref_index[0 + 1 * 2] = ref_cache[scan8[8]]; in write_back_motion_list()
739 ref_index[1 + 1 * 2] = ref_cache[scan8[12]]; in write_back_motion_list()
754 fill_rectangle(&h->cur_pic.ref_index[0][b8_xy], in write_back_motion()
Dh263.c78 s->current_picture.ref_index[0][4*mb_xy ] = in ff_h263_update_motion_val()
79 s->current_picture.ref_index[0][4*mb_xy + 1] = s->field_select[0][0]; in ff_h263_update_motion_val()
80 s->current_picture.ref_index[0][4*mb_xy + 2] = in ff_h263_update_motion_val()
81 s->current_picture.ref_index[0][4*mb_xy + 3] = s->field_select[0][1]; in ff_h263_update_motion_val()
Dh264_picture.c67 dst->ref_index[i] = src->ref_index[i]; in h264_copy_picture_params()
211 dst->ref_index[i] = src->ref_index[i]; in ff_h264_set_erpic()
Dmpeg_er.c39 dst->ref_index[i] = src->ref_index[i]; in set_erpic()
Derror_resilience.c434 s->cur_pic.ref_index[0][4*mb_xy] = s->last_pic.ref_index[0][4*mb_xy]; in guess_mv()
526 s->cur_pic.ref_index[0][4 * (mb_xy - 1)]; in guess_mv()
535 s->cur_pic.ref_index[0][4 * (mb_xy + 1)]; in guess_mv()
544 s->cur_pic.ref_index[0][4 * (mb_xy - s->mb_stride)]; in guess_mv()
553 s->cur_pic.ref_index[0][4 * (mb_xy + s->mb_stride)]; in guess_mv()
612 prev_ref = s->cur_pic.ref_index[0][4 * mb_xy]; in guess_mv()
945 if (!s->cur_pic.motion_val[0] || !s->cur_pic.ref_index[0]) { in ff_er_frame_end()
953 s->cur_pic.ref_index[i] = s->ref_index_buf[i]->data; in ff_er_frame_end()
960 s->cur_pic.ref_index[i] = NULL; in ff_er_frame_end()
1348 s->cur_pic.ref_index[i] = NULL; in ff_er_frame_end()
Dmpegpicture.c301 pic->ref_index[i] = pic->ref_index_buf[i]->data; in ff_alloc_picture()
367 dst->ref_index[i] = src->ref_index[i]; in ff_update_picture_tables()
Derror_resilience.h47 int8_t *ref_index[2]; member
Dmpegpicture.h63 int8_t *ref_index[2]; member
Dh264_direct.c346 l1ref0 = &sl->ref_list[1][0].parent->ref_index[0][4 * mb_xy]; in pred_spatial_direct_motion()
347 l1ref1 = &sl->ref_list[1][0].parent->ref_index[1][4 * mb_xy]; in pred_spatial_direct_motion()
570 l1ref0 = &sl->ref_list[1][0].parent->ref_index[0][4 * mb_xy]; in pred_temp_direct_motion()
571 l1ref1 = &sl->ref_list[1][0].parent->ref_index[1][4 * mb_xy]; in pred_temp_direct_motion()
Dh264_mvpred.h54 return h->cur_pic_ptr->ref_index[list][4 * xy + 1 + (y4 & ~1)] REF_OP; in fetch_diagonal_mv()
261 int8_t *ref = h->cur_pic.ref_index[0]; in pred_pskip_motion()
610 int8_t *ref = h->cur_pic.ref_index[list]; in fill_decode_caches()
Dmpeg4video.c148 int field_select = s->next_picture.ref_index[0][4 * mb_index + 2 * i]; in ff_mpeg4_set_direct_mv()
Dsnow.h490 …ionEstContext *c, uint8_t *src[3], uint8_t *ref[3], uint8_t *ref2[3], int x, int y, int ref_index){ in init_ref() argument
502 av_assert2(!ref_index); in init_ref()
Dh264_slice.c255 pic->ref_index[i] = pic->ref_index_buf[i]->data; in alloc_picture()
2348 ref_cache[1 - 1 * 8] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 0]]; in fill_filter_caches_inter()
2350 ref_cache[3 - 1 * 8] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 1]]; in fill_filter_caches_inter()
2366 ref_cache[-1 + 8] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 2 * 0]]; in fill_filter_caches_inter()
2368 ref_cache[-1 + 24] = ref2frm[h->cur_pic.ref_index[list][b8_xy + 2 * 1]]; in fill_filter_caches_inter()
2392 int8_t *ref = &h->cur_pic.ref_index[list][4 * mb_xy]; in fill_filter_caches_inter()
/third_party/node/deps/v8/src/wasm/
Dwasm-subtyping.cc143 EquivalentIndices(subtype.ref_index(), supertype.ref_index(), in IsSubtypeOfImpl()
187 uint32_t sub_index = sub_heap.ref_index(); in IsSubtypeOfImpl()
209 uint32_t super_index = super_heap.ref_index(); in IsSubtypeOfImpl()
239 DCHECK(type1.has_index() && module1->has_type(type1.ref_index()) && in EquivalentTypes()
240 type2.has_index() && module2->has_type(type2.ref_index())); in EquivalentTypes()
242 return EquivalentIndices(type1.ref_index(), type2.ref_index(), module1, in EquivalentTypes()
Dcanonical-types.cc64 return type.ref_index() >= recursive_group_start in CanonicalizeValueType()
66 type.kind(), type.ref_index() - recursive_group_start) in CanonicalizeValueType()
69 module->isorecursive_canonical_type_ids[type.ref_index()]); in CanonicalizeValueType()
Dlocal-decl-encoder.cc41 LEBHelper::write_u32v(&pos, locals_type.ref_index()); in Emit()
74 (p.second.is_rtt() ? LEBHelper::sizeof_u32v(p.second.ref_index()) : 0); in Size()
Dwasm-opcodes.cc42 (type.has_index() && !module->has_signature(type.ref_index()))) { in IsJSCompatibleSignature()
Dvalue-type.h116 constexpr uint32_t ref_index() const { in ref_index() function
382 constexpr uint32_t ref_index() const { in ref_index() function
529 buf << "(rtt " << ref_index() << ")"; in name()
Dfunction-body-decoder-impl.h3379 this->module_->has_signature(func_type.ref_index()))) {
3383 const FunctionSig* sig = this->module_->signature(func_type.ref_index());
3387 func_type.ref_index(), args.begin(),
3405 this->module_->has_signature(func_type.ref_index()))) {
3409 const FunctionSig* sig = this->module_->signature(func_type.ref_index());
3412 func_type.ref_index(), args.begin());
4028 return !IsSubtypeOf(ValueType::Ref(rtt.type.ref_index(), kNonNullable),
4031 ValueType::Ref(rtt.type.ref_index(), kNullable),
4039 this->module_->has_supertype(obj.type.ref_index()) &&
4041 ValueType::Ref(rtt.type.ref_index(), kNullable),
[all …]
Dwasm-objects.cc402 ->has_signature(table->type().ref_index())); in Set()
444 ->has_signature(table->type().ref_index())); in Get()
2323 DCHECK(module->has_type(expected.ref_index())); in TypecheckJSObject()
2324 if (module->has_signature(expected.ref_index())) { in TypecheckJSObject()
2347 module->signature(expected.ref_index()))) { in TypecheckJSObject()
2362 module->signature(expected.ref_index()))) { in TypecheckJSObject()
Dwasm-module.h543 module->has_signature(heap_type.ref_index())); in IsValidTableType()
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc782 module->GetDebugInfo()->GetTypeName(type.ref_index())); in GetRefTypeName()
784 name << "type" << type.ref_index(); in GetRefTypeName()
847 int struct_type_index = value.type().ref_index(); in Create()

12