Searched refs:srcf (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_atadenoise.c | 154 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 …]
|
D | atadenoise.h | 35 const uint8_t **srcf,
|
D | vf_fieldmatch.c | 512 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/ |
D | lp_bld_format_srgb.c | 102 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/ |
D | vf_atadenoise_init.c | 29 const uint8_t **srcf, 34 const uint8_t **srcf,
|
D | vf_atadenoise.asm | 35 ; 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
|