Home
last modified time | relevance | path

Searched defs:line_prev (Results 1 – 3 of 3) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/video_filters/
H A Dscale2x.c121 uint32_t line_prev = (y == 0) ? 0 : in_stride; in scale2x_work_cb_xrgb8888() local
169 uint32_t line_prev = (y == 0) ? 0 : in_stride; in scale2x_work_cb_rgb565() local
/dports/comms/fldigi/fldigi-4.1.20/src/widgets/
H A Dpicture.cxx728 const unsigned char * line_prev = vidbuf + (row - noise_height_margin + 1) * width * depth; in erosion() local
758 const unsigned char * line_prev = vidbuf + (row - noise_height_margin + 1) * width * depth; in dilatation() local
787 const unsigned char * line_prev = vidbuf + (row - noise_height_margin + 1) * width * depth; in remove_noise() local
/dports/comms/fldigi/fldigi-4.1.20/src/wefax/
H A Dwefax_map.cxx641 const unsigned char * line_prev = vidbuf + (row - noise_height_margin + 1) * width * depth; in erosion() local
670 const unsigned char * line_prev = vidbuf + (row - noise_height_margin + 1) * width * depth; in remove_noise() local