/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 | 140 #define mc_rep_func2(name, bitd, step1, step2, W, opt) \ argument 146 …ff_hevc_put_hevc_##name##step2##_##bitd##_##opt(dst + step1, src + (step1 * ((bitd + 7) / 8)), … 149 #define mc_rep_uni_func2(name, bitd, step1, step2, W, opt) \ argument 155 …ff_hevc_put_hevc_uni_##name##step2##_##bitd##_##opt(dst + (step1 * ((bitd + 7) / 8)), dststride, … 159 #define mc_rep_bi_func2(name, bitd, step1, step2, W, opt) \ argument 165 …ff_hevc_put_hevc_bi_##name##step2##_##bitd##_##opt(dst + (step1 * ((bitd + 7) / 8)), dststride, … 170 #define mc_rep_funcs2(name, bitd, step1, step2, W, opt) \ argument 171 mc_rep_func2(name, bitd, step1, step2, W, opt) \ 172 mc_rep_uni_func2(name, bitd, step1, step2, W, opt) \ 173 mc_rep_bi_func2(name, bitd, step1, step2, W, opt)
|
/third_party/flutter/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/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/boost/libs/gil/doc/html/_sources/design/ |
D | examples.rst.txt | 197 step2=subimage_view(step1, 200,300, 150,150); 198 step3=color_converted_view<rgb8_view_t,gray8_pixel_t>(step2);
|
/third_party/boost/libs/gil/doc/design/ |
D | examples.rst | 197 step2=subimage_view(step1, 200,300, 150,150); 198 step3=color_converted_view<rgb8_view_t,gray8_pixel_t>(step2);
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_algebraic.py | 2200 …step2 = ('ior', ('ishl', ('iand', step1, 0x00ff00ff), 8), ('ushr', ('iand', step1, 0xff00ff00), 8)) 2201 …step3 = ('ior', ('ishl', ('iand', step2, 0x0f0f0f0f), 4), ('ushr', ('iand', step2, 0xf0f0f0f0), 4))
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …ic_transform:[2,14,28],std:[1,2,6,7,9,10,12,13,14,15,17,24,28,29],step1:7,step2:7,step3:7,step4:7,…
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 5421 gint step2 = gst_value_get_int_range_step (subtrahend); in gst_value_subtract_int_range_int_range() local 5424 if (step1 != step2) { in gst_value_subtract_int_range_int_range() 5569 gint64 step2 = gst_value_get_int64_range_step (subtrahend); in gst_value_subtract_int64_range_int64_range() local 5572 if (step1 != step2) { in gst_value_subtract_int64_range_int64_range()
|