Home
last modified time | relevance | path

Searched refs:res_ix (Results 1 – 2 of 2) sorted by relevance

/dports/games/kartofel/kartofel-1.2/
H A Dutil_test.cc80 bool res, int res_ix = 0, int res_iy = 0) in TestLSI() argument
88 ss << " (" << res_ix << ", " << res_iy << ")"; in TestLSI()
101 (res && isec && (ix != res_ix || iy != res_iy))) { in TestLSI()
/dports/graphics/guetzli/guetzli-1.0.1/third_party/butteraugli/butteraugli/
H A Dbutteraugli.cc979 size_t res_ix = (res_y * res_xsize + res_x) / step; in CalculateDiffmap() local
980 float orig_val = (*diffmap)[res_ix]; in CalculateDiffmap()
1074 size_t res_ix = (res_y * res_xsize_ + res_x) / step_; in BlockDiffMap() local
1095 (*block_diff_dc)[3 * res_ix + i] = diff_xyb_dc[i]; in BlockDiffMap()
1096 (*block_diff_ac)[3 * res_ix + i] = diff_xyb_ac[i]; in BlockDiffMap()
1120 size_t res_ix = (res_y * res_xsize_ + res_x) / step_; in EdgeDetectorMap() local
1128 (*edge_detector_map)[3 * res_ix + i] = diff_xyb[i]; in EdgeDetectorMap()
1153 const int res_ix = resy * res_xsize_ + resx; in EdgeDetectorLowFreq() local
1201 size_t res_ix = (res_y * res_xsize_ + res_x) / step_; in CombineChannels() local
1208 (*result)[res_ix] = in CombineChannels()
[all …]