Home
last modified time | relevance | path

Searched refs:srcf (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_atadenoise.c154 const type **srcf = (const type **)ssrcf; \
167 srcjx = srcf[j][x]; \
178 srcix = srcf[i][x]; \
205 const type **srcf = (const type **)ssrcf; \
218 srcjx = srcf[j][x]; \
231 srcix = srcf[i][x]; \
257 const type **srcf = (const type **)ssrcf; \
269 srcjx = srcf[j][x]; \
279 srcix = srcf[i][x]; \
305 const type **srcf = (const type **)ssrcf; \
[all …]
Datadenoise.h35 const uint8_t **srcf,
Dvf_fieldmatch.c512 const uint8_t *srcpf, *srcf, *srcnf; in compare_fields() local
519 srcf = srcp + (fbase + 1) * src_linesize; in compare_fields()
520 srcpf = srcf - srcf_linesize; in compare_fields()
521 srcnf = srcf + srcf_linesize; in compare_fields()
549 temp1 = srcpf[x] + (srcf[x] << 2) + srcnf[x]; // [1 4 1] in compare_fields()
576 srcf += srcf_linesize; in compare_fields()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_srgb.c102 LLVMValueRef srcf, part_lin, part_pow, is_linear, lin_const, lin_thresh; in lp_build_srgb_to_linear() local
130 srcf = lp_build_int_to_float(&f32_bld, src); in lp_build_srgb_to_linear()
135 srcf = lp_build_mul(&f32_bld, srcf, rescale_const); in lp_build_srgb_to_linear()
138 part_lin = lp_build_mul(&f32_bld, srcf, lin_const); in lp_build_srgb_to_linear()
140 part_pow = lp_build_polynomial(&f32_bld, srcf, coeffs, 4); in lp_build_srgb_to_linear()
143 is_linear = lp_build_compare(gallivm, f32_type, PIPE_FUNC_LEQUAL, srcf, lin_thresh); in lp_build_srgb_to_linear()
/third_party/ffmpeg/libavfilter/x86/
Dvf_atadenoise_init.c29 const uint8_t **srcf,
34 const uint8_t **srcf,
Dvf_atadenoise.asm35 ; const uint8_t **srcf,
41 cglobal atadenoise_filter_row8, 8,10,13, src, dst, srcf, w, mid, size, i, j, srcfx, x
155 cglobal atadenoise_filter_row8_serial, 8,10,13, src, dst, srcf, w, mid, size, i, j, srcfx, x