Home
last modified time | relevance | path

Searched refs:other_items (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
Dpam.c86 struct acolorhist_arr_item *other_items; in pam_computeacolorhash() local
96 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 …]
Dpam.h275 struct acolorhist_arr_item *other_items; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DUDTLayout.h125 ArrayRef<std::unique_ptr<PDBSymbol>> other_items() const { return Other; } in other_items() function