Home
last modified time | relevance | path

Searched refs:step2 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_utils.cpp443 int32 step2 = buffer.fColStep; in HistogramArea() local
452 step2); in HistogramArea()
461 if (maxValue == 0x0FFFF && step2 == 1) in HistogramArea()
492 s2 += step2; in HistogramArea()
Ddng_pixel_buffer.cpp57 uint32 step2; in OptimizeOrder() local
116 step2 = (uint32) dStep2; in OptimizeOrder()
167 step2 = (uint32) sStep2; in OptimizeOrder()
173 if (count2 == 1) step2 = 0xFFFFFFFF; in OptimizeOrder()
182 if (step1 >= step2) in OptimizeOrder()
189 else if (step2 >= step0) in OptimizeOrder()
208 if (step0 >= step2) in OptimizeOrder()
215 else if (step2 >= step1) in OptimizeOrder()
Ddng_bottlenecks.h564 int32 step2,
1696 int32 step2, in DoMapArea16() argument
1706 step2, in DoMapArea16()
Ddng_reference.h514 int32 step2,
Ddng_reference.cpp2621 int32 step2, in RefMapArea16() argument
2625 if (step2 == 1 && count2 >= 32) in RefMapArea16()
2765 d2 += step2; in RefMapArea16()
/third_party/ffmpeg/libavcodec/x86/
Dhevcdsp_init.c138 #define mc_rep_func2(name, bitd, step1, step2, W, opt) \ argument
144 …ff_hevc_put_hevc_##name##step2##_##bitd##_##opt(dst + step1, src + (step1 * ((bitd + 7) / 8)), …
147 #define mc_rep_uni_func2(name, bitd, step1, step2, W, opt) \ argument
153 …ff_hevc_put_hevc_uni_##name##step2##_##bitd##_##opt(dst + (step1 * ((bitd + 7) / 8)), dststride, …
157 #define mc_rep_bi_func2(name, bitd, step1, step2, W, opt) \ argument
163 …ff_hevc_put_hevc_bi_##name##step2##_##bitd##_##opt(dst + (step1 * ((bitd + 7) / 8)), dststride, …
168 #define mc_rep_funcs2(name, bitd, step1, step2, W, opt) \ argument
169 mc_rep_func2(name, bitd, step1, step2, W, opt) \
170 mc_rep_uni_func2(name, bitd, step1, step2, W, opt) \
171 mc_rep_bi_func2(name, bitd, step1, step2, W, opt)
/third_party/skia/third_party/externals/libwebp/src/dsp/
Ddec_mips_dsp_r2.c302 int step1, step2, temp1, temp2, temp3, temp4; in FilterLoop24() local
416 [step2]"=&r"(step2), [step1]"=&r"(step1), [temp1]"=&r"(temp1), in FilterLoop24()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py2300step2 = ('ior', ('ishl', ('iand', step1, 0x00ff00ff), 8), ('ushr', ('iand', step1, 0xff00ff00), 8))
2301 …step3 = ('ior', ('ishl', ('iand', step2, 0x0f0f0f0f), 4), ('ushr', ('iand', step2, 0xf0f0f0f0), 4))
2310step2 = ('ior', ('iand', ('ishl', step1, 1), 0xaaaaaaaa), ('iand', ('ushr', step1, 1), 0x55555555))
2311 …step3 = ('ior', ('iand', ('ishl', step2, 2), 0xcccccccc), ('iand', ('ushr', step2, 2), 0x33333333))