Home
last modified time | relevance | path

Searched refs:part_idx (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_rtld.c122 const char *name, unsigned part_idx) in find_symbol() argument
125 if ((symbol->part_idx == ~0u || symbol->part_idx == part_idx) && !strcmp(name, symbol->name)) in find_symbol()
177 static bool read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, in read_private_lds_symbols() argument
195 struct ac_rtld_part *part = &binary->parts[part_idx]; in read_private_lds_symbols()
220 s.part_idx = part_idx; in read_private_lds_symbols()
228 const struct ac_rtld_symbol *shared = find_symbol(&binary->lds_symbols, s.name, part_idx); in read_private_lds_symbols()
296 symbol->part_idx = ~0u; in ac_rtld_open()
322 for (unsigned part_idx = 0; part_idx < i.num_parts; ++part_idx) { in ac_rtld_open() local
323 struct ac_rtld_part *part = &binary->parts[part_idx]; in ac_rtld_open()
327 part->elf = elf_memory((char *)i.elf_ptrs[part_idx], i.elf_sizes[part_idx]); in ac_rtld_open()
[all …]
Dac_rtld.h47 unsigned part_idx; /* shader part in which this symbol appears */ member
/external/libhevc/encoder/
Dihevce_mv_pred_merge.h113 WORD32 part_idx,
Dihevce_mv_pred_merge.c516 WORD32 part_idx, in ihevce_mv_pred_merge() argument
626 if((single_mcl_flag == 0) && (part_idx == 1) && in ihevce_mv_pred_merge()
652 if((single_mcl_flag == 0) && (part_idx == 1) && in ihevce_mv_pred_merge()
/external/libhevc/decoder/
Dihevcd_mv_merge.h87 WORD32 part_idx,
Dihevcd_get_mv.c404 WORD32 part_idx; in ihevcd_get_mv_ctb() local
407 part_idx = ps_pu->b2_part_idx; in ihevcd_get_mv_ctb()
411 part_idx, pu_wd_single_mcl, pu_ht_single_mcl, in ihevcd_get_mv_ctb()
Dihevcd_mv_merge.c468 WORD32 part_idx, in ihevcd_mv_merge() argument
554 else if((single_mcl_flag == 0) && (part_idx == 1) && in ihevcd_mv_merge()
600 else if((single_mcl_flag == 0) && (part_idx == 1) && in ihevcd_mv_merge()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc660 int part_idx = 0; in GetEncodedLayerFrame() local
666 frag_info.fragmentationOffset[part_idx] = encoded_image_._length; in GetEncodedLayerFrame()
667 frag_info.fragmentationLength[part_idx] = in GetEncodedLayerFrame()
669 frag_info.fragmentationPlType[part_idx] = 0; in GetEncodedLayerFrame()
670 frag_info.fragmentationTimeDiff[part_idx] = 0; in GetEncodedLayerFrame()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc961 int part_idx = 0; in GetEncodedPartitions() local
977 frag_info.fragmentationOffset[part_idx] = length; in GetEncodedPartitions()
978 frag_info.fragmentationLength[part_idx] = pkt->data.frame.sz; in GetEncodedPartitions()
979 frag_info.fragmentationPlType[part_idx] = 0; // not known here in GetEncodedPartitions()
980 frag_info.fragmentationTimeDiff[part_idx] = 0; in GetEncodedPartitions()
983 ++part_idx; in GetEncodedPartitions()