Home | History | Annotate | Download | only in ipphelper

Lines Matching defs:yres

439                     int xres, yres;
440 xres = ippGetResolution(attr, i, &yres, &units);
443 ippTagString(ippGetValueTag(attr)), xres, yres,
527 int xres, yres;
528 xres = ippGetResolution(attr, i, &yres, &units);
531 ippTagString(ippGetValueTag(attr)), xres, yres,
909 int xres, yres;
910 xres = ippGetResolution(attrptr, i, &yres, &units);
912 if ((idx < MAX_RESOLUTIONS_SUPPORTED) && (xres == yres)) {