HomeSort by relevance Sort by last modified time
    Searched refs:pmi (Results 1 - 18 of 18) sorted by null

  /external/clang/test/CodeGenCXX/
2010-05-12-PtrToMember-Dbg.cpp 15 int Foo::* pmi = &Foo::y; member in class:Foo
16 return foo.*pmi;
  /external/libaom/libaom/av1/encoder/
palette.c 98 int av1_get_palette_delta_bits_v(const PALETTE_MODE_INFO *const pmi,
101 const int n = pmi->palette_size[1];
107 const int delta = pmi->palette_colors[2 * PALETTE_MAX_SIZE + i] -
108 pmi->palette_colors[2 * PALETTE_MAX_SIZE + i - 1];
117 int av1_palette_color_cost_y(const PALETTE_MODE_INFO *const pmi,
120 const int n = pmi->palette_size[0];
124 av1_index_color_cache(color_cache, n_cache, pmi->palette_colors, n,
131 int av1_palette_color_cost_uv(const PALETTE_MODE_INFO *const pmi,
134 const int n = pmi->palette_size[1];
140 color_cache, n_cache, pmi->palette_colors + PALETTE_MAX_SIZE, n
    [all...]
palette.h 80 int av1_get_palette_delta_bits_v(const PALETTE_MODE_INFO *const pmi,
84 int av1_palette_color_cost_y(const PALETTE_MODE_INFO *const pmi,
88 int av1_palette_color_cost_uv(const PALETTE_MODE_INFO *const pmi,
tokenize.c 82 const PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
88 params->n_colors = pmi->palette_size[plane];
bitstream.c 680 const PALETTE_MODE_INFO *const pmi,
682 const int n = pmi->palette_size[0];
688 av1_index_color_cache(color_cache, n_cache, pmi->palette_colors, n,
704 const PALETTE_MODE_INFO *const pmi,
706 const int n = pmi->palette_size[1];
707 const uint16_t *colors_u = pmi->palette_colors + PALETTE_MAX_SIZE;
708 const uint16_t *colors_v = pmi->palette_colors + 2 * PALETTE_MAX_SIZE;
728 av1_get_palette_delta_bits_v(pmi, bit_depth, &zero_count, &min_bits_v);
768 const PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
772 const int n = pmi->palette_size[0]
    [all...]
encodeframe.c 739 const PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
745 const int n = pmi->palette_size[0];
766 const int n = pmi->palette_size[1];
767 const int palette_uv_mode_ctx = (pmi->palette_size[0] > 0);
3533 const PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
3616 const PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
3705 const PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
    [all...]
rdopt.c 4140 const PALETTE_MODE_INFO *pmi = &mbmi->palette_mode_info; local
4296 PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
4809 PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
6096 PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
10868 PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
12038 PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
12066 PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
12653 PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
    [all...]
  /art/libprofile/profile/
profile_compilation_info_test.cc 58 const ProfileCompilationInfo::OfflineProfileMethodInfo& pmi,
61 dex_location, checksum, method_idx, kMaxMethodIds, pmi, Hotness::kFlagPostStartup);
116 ProfileCompilationInfo::OfflineProfileMethodInfo pmi(ic_map);
118 pmi.dex_references.emplace_back("dex_location1", /* checksum= */1, kMaxMethodIds);
119 pmi.dex_references.emplace_back("dex_location2", /* checksum= */2, kMaxMethodIds);
120 pmi.dex_references.emplace_back("dex_location3", /* checksum= */3, kMaxMethodIds);
122 return pmi;
125 void MakeMegamorphic(/*out*/ProfileCompilationInfo::OfflineProfileMethodInfo* pmi) {
127 const_cast<ProfileCompilationInfo::InlineCacheMap*>(pmi->inline_caches);
135 void SetIsMissingTypes(/*out*/ProfileCompilationInfo::OfflineProfileMethodInfo* pmi) {
412 ProfileCompilationInfo::OfflineProfileMethodInfo pmi = GetOfflineProfileMethodInfo(); local
447 ProfileCompilationInfo::OfflineProfileMethodInfo pmi = GetOfflineProfileMethodInfo(); local
490 ProfileCompilationInfo::OfflineProfileMethodInfo pmi = GetOfflineProfileMethodInfo(); local
914 ProfileCompilationInfo::OfflineProfileMethodInfo pmi = GetOfflineProfileMethodInfo(); local
1008 ProfileCompilationInfo::OfflineProfileMethodInfo pmi = GetOfflineProfileMethodInfo(); local
1039 ProfileCompilationInfo::OfflineProfileMethodInfo pmi = GetOfflineProfileMethodInfo(); local
    [all...]
profile_compilation_info.cc 709 const OfflineProfileMethodInfo& pmi,
730 if (pmi.inline_caches == nullptr) {
734 for (const auto& pmi_inline_cache_it : *pmi.inline_caches) {
753 const DexReference& dex_ref = pmi.dex_references[class_ref.dex_profile_index];
767 bool ProfileCompilationInfo::AddMethod(const ProfileMethodInfo& pmi, MethodHotness::Flag flags) {
768 DexFileData* const data = GetOrAddDexFileData(pmi.ref.dex_file);
772 InlineCacheMap* inline_cache = data->FindOrAddMethod(pmi.ref.index);
776 data->SetMethodHotness(pmi.ref.index, flags);
778 for (const ProfileMethodInfo::ProfileInlineCache& cache : pmi.inline_caches) {
    [all...]
profile_compilation_info.h 286 bool AddMethod(const ProfileMethodInfo& pmi, MethodHotness::Flag flags);
618 const OfflineProfileMethodInfo& pmi,
    [all...]
  /art/runtime/jit/
profiling_info_test.cc 80 const ProfileCompilationInfo::OfflineProfileMethodInfo& pmi,
83 dex_location, checksum, method_index, kMaxMethodIds, pmi, Hotness::kFlagPostStartup);
168 ProfileMethodInfo pmi(MethodReference(method->GetDexFile(),
171 profile_methods.push_back(pmi);
172 profile_methods_map->Put(method, pmi);
190 const ProfileMethodInfo& pmi) {
194 for (const auto& inline_cache : pmi.inline_caches) {
315 const ProfileMethodInfo& pmi = profile_methods_map.find(m)->second; local
322 ConvertProfileMethodInfo(pmi);
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_cmds_basic.h 135 int sg_ll_readcap_10(int sg_fd, bool pmi, unsigned int lba, void * resp,
143 int sg_ll_readcap_16(int sg_fd, bool pmi, uint64_t llba, void * resp,
  /art/profman/
profile_assistant_test.cc 87 ProfileCompilationInfo::OfflineProfileMethodInfo pmi = local
94 dex_location2, dex_location_checksum2, i, number_of_methods2, pmi, flags));
96 dex_location1, dex_location_checksum1, i, number_of_methods1, pmi, flags));
99 dex_location1, dex_location_checksum1, i, number_of_methods1, pmi, flags));
101 dex_location2, dex_location_checksum2, i, number_of_methods2, pmi, flags));
155 ProfileCompilationInfo::OfflineProfileMethodInfo pmi(ic_map);
156 pmi.dex_references.emplace_back(dex_location1, dex_checksum1, number_of_methods1);
157 pmi.dex_references.emplace_back(dex_location2, dex_checksum2, number_of_methods2);
186 return pmi;
352 std::unique_ptr<ProfileCompilationInfo::OfflineProfileMethodInfo> pmi local
729 std::unique_ptr<ProfileCompilationInfo::OfflineProfileMethodInfo> pmi = local
1072 std::unique_ptr<ProfileCompilationInfo::OfflineProfileMethodInfo> pmi = local
1294 std::unique_ptr<ProfileCompilationInfo::OfflineProfileMethodInfo> pmi; local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodemv.c 452 PALETTE_MODE_INFO *const pmi, aom_reader *r) {
456 const int n = pmi->palette_size[0];
462 pmi->palette_colors[idx++] = aom_read_literal(r, bit_depth, ACCT_STR);
466 int range = (1 << bit_depth) - pmi->palette_colors[idx - 1] - 1;
470 pmi->palette_colors[idx] = clamp(pmi->palette_colors[idx - 1] + delta,
472 range -= (pmi->palette_colors[idx] - pmi->palette_colors[idx - 1]);
476 merge_colors(pmi->palette_colors, cached_colors, n, n_cached_colors);
478 memcpy(pmi->palette_colors, cached_colors, n * sizeof(cached_colors[0]))
546 PALETTE_MODE_INFO *const pmi = &mbmi->palette_mode_info; local
    [all...]
  /external/clang/test/SemaCXX/
member-pointer.cpp 84 int HasMembers::*pmi = &HasMembers::i; member in class:HasMembers
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_basic2.c 165 sg_ll_readcap_16(int sg_fd, bool pmi, uint64_t llba, void * resp,
176 if (pmi) { /* lbs only valid when pmi set */
221 sg_ll_readcap_10(int sg_fd, bool pmi, unsigned int lba, void * resp,
231 if (pmi) { /* lbs only valid when pmi set */
    [all...]
  /external/u-boot/drivers/usb/gadget/
f_mass_storage.c 1163 int pmi = common->cmnd[8]; local
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 4152 int pmi = 1; local
    [all...]

Completed in 935 milliseconds