Home
last modified time | relevance | path

Searched refs:evas_filter_smallest_pow2_larger_than (Results 1 – 5 of 5) sorted by relevance

/dports/devel/efl/efl-1.25.1/src/modules/evas/engines/software_generic/filters/blur/
H A Dblur_box_alpha_.c29 pow2_shifts[run] = evas_filter_smallest_pow2_larger_than(div << 10); in _box_blur_alpha_horiz_step()
155 pow2_shifts[run] = evas_filter_smallest_pow2_larger_than(div << 10); in _box_blur_alpha_vert_step()
H A Dblur_box_rgba_.c29 pow2_shifts[run] = evas_filter_smallest_pow2_larger_than(div << 10); in _box_blur_rgba_horiz_step()
179 pow2_shifts[run] = evas_filter_smallest_pow2_larger_than(div << 10); in _box_blur_rgba_vert_step()
/dports/devel/efl/efl-1.25.1/src/lib/evas/filters/
H A Devas_filter_private.h104 # define DEFINE_DIVIDER(div) const int pow2 = evas_filter_smallest_pow2_larger_than((div) << 10); c…
300 int evas_filter_smallest_pow2_larger_than(int val);
H A Devas_filter_utils.c122 evas_filter_smallest_pow2_larger_than(int val) in evas_filter_smallest_pow2_larger_than() function
H A Devas_filter.c781 down_x = 1 << evas_filter_smallest_pow2_larger_than(dx / 2) / 2; in evas_filter_command_blur_add_gl()
782 down_y = 1 << evas_filter_smallest_pow2_larger_than(dy / 2) / 2; in evas_filter_command_blur_add_gl()