Searched refs:other_items (Results 1 – 3 of 3) sorted by relevance
86 struct acolorhist_arr_item *other_items; in pam_computeacolorhash() local96 other_items = achl->other_items; in pam_computeacolorhash()98 if (other_items[i].color.l == px.l) { in pam_computeacolorhash()99 other_items[i].perceptual_weight += boost; in pam_computeacolorhash()106 other_items[i] = (struct acolorhist_arr_item) { in pam_computeacolorhash()119 if (!other_items) { // there was no array previously, alloc "small" array in pam_computeacolorhash()138 freestack[freestackp++] = other_items; in pam_computeacolorhash()151 memcpy (new_items, other_items, in pam_computeacolorhash()152 sizeof (other_items[0]) * achl->capacity); in pam_computeacolorhash()155 achl->other_items = new_items; in pam_computeacolorhash()[all …]
275 struct acolorhist_arr_item *other_items; member
125 ArrayRef<std::unique_ptr<PDBSymbol>> other_items() const { return Other; } in other_items() function