Home
last modified time | relevance | path

Searched refs:lower_x (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_yaepblur.c183 int lower_x, higher_x; \
193 lower_x = x - radius < 0 ? 0 : x - radius; \
195 count = dist_y * (higher_x - lower_x); \
197 - sat[higher_y * sat_linesize + lower_x] \
199 + sat[lower_y * sat_linesize + lower_x]; \
201 - square_sat[higher_y * sat_linesize + lower_x] \
203 + square_sat[lower_y * sat_linesize + lower_x]; \
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_frexp.c103 nir_ssa_def *lower_x = nir_unpack_64_2x32_split_x(b, x); in lower_frexp_sig() local
105 return nir_pack_64_2x32_split(b, lower_x, new_upper); in lower_frexp_sig()

Completed in 2 milliseconds