/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_utils.cpp | 443 int32 step2 = buffer.fColStep; in HistogramArea() local 452 step2); in HistogramArea() 461 if (maxValue == 0x0FFFF && step2 == 1) in HistogramArea() 492 s2 += step2; in HistogramArea()
|
D | dng_pixel_buffer.cpp | 57 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()
|
D | dng_bottlenecks.h | 564 int32 step2, 1696 int32 step2, in DoMapArea16() argument 1706 step2, in DoMapArea16()
|
D | dng_reference.h | 514 int32 step2,
|
D | dng_reference.cpp | 2621 int32 step2, in RefMapArea16() argument 2625 if (step2 == 1 && count2 >= 32) in RefMapArea16() 2765 d2 += step2; in RefMapArea16()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | hevcdsp_init.c | 138 #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/ |
D | dec_mips_dsp_r2.c | 302 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/ |
D | nir_opt_algebraic.py | 2300 …step2 = ('ior', ('ishl', ('iand', step1, 0x00ff00ff), 8), ('ushr', ('iand', step1, 0xff00ff00), 8)) 2301 …step3 = ('ior', ('ishl', ('iand', step2, 0x0f0f0f0f), 4), ('ushr', ('iand', step2, 0xf0f0f0f0), 4)) 2310 …step2 = ('ior', ('iand', ('ishl', step1, 1), 0xaaaaaaaa), ('iand', ('ushr', step1, 1), 0x55555555)) 2311 …step3 = ('ior', ('iand', ('ishl', step2, 2), 0xcccccccc), ('iand', ('ushr', step2, 2), 0x33333333))
|